In the bottom right hand box, put [value, value, value] instead of just “value” That way it’ll uniformly apply the value to x, y and z. You can play…
Hey not a problem, I hope everything’s ok Anymore questions just shout
The documentation for substring: <string>substring <string> <from_integer> <length_integer> in order, that means it’ll r…
Hi no such thing as silly questions here trimleft documentation: Trimleft is not quite the thing you’re after because it’ll remove all leading in…
You’re welcome
rollout AspectLock “Aspect Ratio Lock” ( checkbox LockAspect “Lock Aspect” on LockAspect changed state do ( if state == true th…
Hey In your “on myRollout open” function you’ll want to do something along the lines of: myCheckbox.checked = renderers.current.antialiasing to ret…
Thank you! I googled but couldn’t find anything, and I specifically googled for denisT too but didn’t turn up any search results. miauu: …
You’re missing the “on execute do” bit – you want something like: macroscript …. ( rollout test “test”(….) on execute do ( createdialog test …
Cool, all clear – thanks!
denisT: here are four lines of code and three logical mistakes. Who can find them all? If there is a bitmap that has multiple instances, the fir…
You’re welcome. Maybe it’s faster for you to start with the code posted at the start of this thread: ( — Create a test object obj = Sphere() …
Ok, so in @PolyTools3D ‘s code, anywhere where it says “mat = VrayMtl ” you can add reflection_glossiness:0.5 at the end – so for the chrome option, t…
from: append <array> <value> so: append piecesArr #(currentObj, min_Z, min_Z, min_X, min_Y)