You mean loocas’ modeling dvd? Light
It looks like you are running the source code, which only opens the dialog if Auto Load is turned on. It automatically creates a macroscript for you, …
Ok, that means it’s closed. So are you using the macro? Light
Ok, please tell me what this line returns: getDialogPos supra? Light
Hey Seth, From the ini, it looks like it should show up on screen. But you can try evaluating this line: setDialogPos supra [0,0] Please let me kno…
New version: – v0.8 improved sorting algorithm – groups similar scripts based on version & prefix Here is the new screenshot: Feedback and…
For sure. Light
Hey Ofer, Thanks man. ScriptMan is a great tool, used it myself alot. You can select different paths using the options button > Set Directory. T…
I think you can achieve what you want combining mobeen and blue’s methods. Say you want to set the sample windows to 5×3: You first change the ini s…
Hey Dave, It looks very interesting. I will be sure to take a look. Light
I also spend a great deal of time designing and planning the UIs, as it really improves the tool’s quality and workflow. But after when it is done, co…
Please post the results when you are done, if you are allowed. Just wondering the UI you have in mind. Thanks, Light
Mask is 14×14, which should be 1:1 ratio, but the image behind should be made of a single color, which is visible through the mask. Make sense? Ligh…
You can get the pixels with a fn like this: fn getPixelCoords file color = ( local img = openBitmap file local arr = #(); for i = 1 to im…
Hey Peter, To make the triangular button, I created the image in photoshop. Then I have extracted the coordinate information using getPixel for black…