Forum: Poser Python Scripting


Subject: kValueOpTypeCodePYTHONCALLBACK doesn't seem to work

3dcheapskate opened this issue on Sep 22, 2021 ยท 13 posts


adp001 posted Wed, 22 September 2021 at 5:13 PM

"__freq" in my code is parameter "BignNmber" in your CR2.


def __callback__(parm, value):
    rtnval = value % parm.Actor().Parameter("BigNumber").Value()
    ...


(Assumed both parameters - BigNumber and the one that fired the event - reside in the same actor)