MCPcopy 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_vectorsMethod · 0.80
update_type_frame_changeFunction · 0.80
drawMethod · 0.80
pollMethod · 0.80
pollMethod · 0.80

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected