Hey, cheers for that. Been looking into it, but have some troubles I hope you might have an answer on. I managed to change one parameter name to anot…
What I need help with is to figure out how to update my modifier to new version, where some of the parameters has changed. As example: rollout mainOl…
I’m just about to look into how to make my script backwards compatible (its a modifier and a bunch of stuff has changed). So what do you mean with map…
Update. Added a video tutorial for v0.8 to the first post. Hope you can use it.
Ah whoops, sorry, seem there was an error in the download link, it was looking for v0.80 and not just v0.8. But it should work now, sorry.
Ah, all good, someone at IRC came with the solution ( val = ((floatScaling/100)^(xyz)) as float , which works perfectly for me.
Got my modifier to work as it should, and is now doing a big rewrite of it to make it more efficient. However, my math hasn’t really been used much th…
Thanks a lot, I had a look in those sections and got a lot smarter about it, and managed to fix my problem by not linking the parameter to the listbox…
Its not really something I think but more what doesn’t produce an error. Its the first time I ever used the listbox, so don’t know whats the differenc…
That might be, but if I dont have it, I get this error: – Compile error: UI item array size does not match tabSize: specified in arrPObjectList And t…
Noone who got an idea about what to do?