Hi all,
i would like to know how can i do to explore a morpher and extract the name and value of each channels pls ?
For now i have that: (but it crash)
for obj in $ do
(
if (isProperty obj #morpher) == true do
(
for chan in obj.morpher do
(
/* print name and value of chan */
)
)
)
Any help pls ?
barigazy · 2016-09-01