GraphXs
GraphX
I'm not a scriptwriter at all, I can get as far as: hello world! :help:
What I want to try to do in modeler through L Scripting is combined simple commands. Though I don't even know how to get to those functions.
In my mind I see it as this
main
{
run command: Deselect Tool (Make)
run command: Drop/Restore Selection
}
I know that is completely wrong, but that is what "commands" I would want to run and assign to a button.
How does one even find what info is required to recreate those commands? I would also want the drop selection part be for all polygons, edges, and points.
This is a script to help my team who are not LW users to feel comfortable with modeling in modeler. A sort of fail safe if they don't know what is happening in view-port.
Any help for a LScript noooob is greatly appreciated!
What I want to try to do in modeler through L Scripting is combined simple commands. Though I don't even know how to get to those functions.
In my mind I see it as this
main
{
run command: Deselect Tool (Make)
run command: Drop/Restore Selection
}
I know that is completely wrong, but that is what "commands" I would want to run and assign to a button.
How does one even find what info is required to recreate those commands? I would also want the drop selection part be for all polygons, edges, and points.
This is a script to help my team who are not LW users to feel comfortable with modeling in modeler. A sort of fail safe if they don't know what is happening in view-port.
Any help for a LScript noooob is greatly appreciated!