I just got Creator's Toybox but I have problems making it work. I sent it to Python script but the code that was saved was totally wonky, and I had to replace it with the proper : instead of \.
poser.DefineScriptButton(1, ":Runtime
ython
oserScripts
hilC:Wardrobe Wizard P11:Wardrobe Wizard Menu.py", "Wardrobe Wizard")
poser.DefineScriptButton(2, ":Runtime
ython
oserScripts:Netherworks:ToyBox Control:ToyBox.py", "Creator's ToyBox")
poser.DefineScriptButton(3, ":Runtime
ython
oserScripts:Utility:utilityButtons.py", "Utility Funcs")
poser.DefineScriptButton(4, ":Runtime
ython
oserScripts:SampleCallbacks:callbackButtons.py", "Sample Callbacks")
poser.DefineScriptButton(5, ":Runtime
ython
oserScripts:RenderControl:renderButtons.py", "Render / IO")
poser.DefineScriptButton(6, ":Runtime
ython
oserScripts:MaterialMods:materialModButtons.py", "Material Mods")
poser.DefineScriptButton(7, ":Runtime
ython
oserScripts
rintInfo
rintInfoButtons.py", "Print Info")
poser.DefineScriptButton(8, ":Runtime
ython
oserScripts:CreateProps
ropButtons.py", "Prop Samples")
poser.DefineScriptButton(9, "", "...")
poser.DefineScriptButton(10, "", "...")
Now I can see Toybox in the Poser Script controls. But when opening it I get the message
Traceback (most recent call last):
File "\Runtime\Python\poserScripts\Netherworks\ToyBox Control\ToyBox.py", line 24, in <module>
NameError: name 'NWS_ToyBox' is not defined
This also happens when I try to open any of the Toybox files via the Scripts Menu. Toybox, the bit that is in poser by default, also never worked for me.
Any idea what the problem may be?
poser.DefineScriptButton(1, ":Runtime
poser.DefineScriptButton(2, ":Runtime
poser.DefineScriptButton(3, ":Runtime
poser.DefineScriptButton(4, ":Runtime
poser.DefineScriptButton(5, ":Runtime
poser.DefineScriptButton(6, ":Runtime
poser.DefineScriptButton(7, ":Runtime
poser.DefineScriptButton(8, ":Runtime
poser.DefineScriptButton(9, "", "...")
poser.DefineScriptButton(10, "", "...")
Now I can see Toybox in the Poser Script controls. But when opening it I get the message
Traceback (most recent call last):
File "\Runtime\Python\poserScripts\Netherworks\ToyBox Control\ToyBox.py", line 24, in <module>
NameError: name 'NWS_ToyBox' is not defined
This also happens when I try to open any of the Toybox files via the Scripts Menu. Toybox, the bit that is in poser by default, also never worked for me.
Any idea what the problem may be?
Last edited: