|
frank_461853
|
frank_461853
Posted 4 Years Ago
|
|
Group: Forum Members
Last Active: 3 Months Ago
Posts: 26,
Visits: 98
|
I'm not sure if t his is the right place to post this but given how unimpressed i am with iclones python documentation, i feel i have no other choice.
I amd playing wiht scripting iclone's animations via python and one thing i sish to do is read the keys where a light changes it's brightness multiplier
of course i tried this control = thisObject.GetControl("Transform") but naturally the brightness doesn't come under Transform. So i took a guess and tried
control = thisObject.GetControl("Multiplier") but that didn't work, an the page where GetControl is explains lacks any information of what other values you can put in as a parameter So does anyone know how a can read the ckey changes on a light's multplier changes? Thank you very much
|