(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 |
| 422 | |
| 423 | def has_variable_offsets(self, obj): |
| 424 | has = False |
no outgoing calls
no test coverage detected