can scripts work on timeline keyfame synchronous?
Posted: Mon Sep 09, 2013 2:29 pm
first question,I want to write a script which will synchronize two layer keyframes when i edit the keyframe in one layer, how can i achieve this,can anyone tell me ?
second question,I found "MOHO.UpdateTable = {}" and "function MOHO.RunUpdateTable(moho)" in lm_utilities.lua, but it seems moho param break when i call other way like the code below in my tool script:
second question,I found "MOHO.UpdateTable = {}" and "function MOHO.RunUpdateTable(moho)" in lm_utilities.lua, but it seems moho param break when i call other way like the code below in my tool script:
Code: Select all
table.insert( MOHO.UpdateTable , function()
print(type(moho.layer))--return nil in version 9.5,and works right before v9.5 which confused me
end)