Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coldtype/st2
/ has_keyframes
Method
has_keyframes
ST2/properties.py:417–418 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
415
416
417
def
has_keyframes(self, obj):
418
return
bool(util.get_fcurves(obj, re.compile(r
"^st2\..*"
)))
419
420
def
has_calculations(self, obj):
421
return
self.calc1_object is not None
Callers
5
base_vectors
Method · 0.80
update_type_frame_change
Function · 0.80
draw
Method · 0.80
poll
Method · 0.80
poll
Method · 0.80
Calls
1
compile
Method · 0.45
Tested by
no test coverage detected