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

Method fe

ST2/typesetter.py:323–327  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

321 arg_count = len(inspect.signature(fn).parameters)
322
323 def fe(i):
324 duration = bpy.context.scene.frame_end - bpy.context.scene.frame_start
325 fc = bpy.context.scene.frame_current
326 fa = (fc+i)%duration
327 return fa/duration
328
329 funcs = ModifyFunctions(fe)
330

Callers 1

modifyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected