MCPcopy Create free account
hub / github.com/coldtype/st2 / has_calculations

Method has_calculations

ST2/properties.py:420–421  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

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
422
423 def has_variable_offsets(self, obj):
424 has = False

Callers 2

base_vectorsMethod · 0.80
update_type_frame_changeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected