- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to create my first plugin.
I'm following the steps described here: https://formit3d.github.io/FormItExamplePlugins/docs/HowTo.html
General questions
- In the instructions is says "NOTE: Python will need to be in the path for the batch file to run. " Could you provide some more instructions on this
- Is there any way to verify whether the python server is running?
- Is there a command to uninstall/reinstall the plugin?
Specific API questions
I would like to create a plugin that allows you do make a selection and rotate it 90degrees clockwise. UX requirements: a toolbar with one button + a shortcut
I'm thinking of using WSM.Geom.MakeRotationTransform for this but I need a way to find the center point of the entire selection and run a Z vector through that.
- Is there API in place to get the bounding box of the selection?
- Any API I can use to get the center (X/Y) of the bounding box?
I'm sure more questions are going to show up while creating this plugin.
Solved! Go to Solution.