New update is available:
The Lathe dialog has now two new options to set the axis of revolution: Start/End and Curve.
The Start/End option will use the vector defined by the Start and End vertices and the Curve option allow us to set another curve as axis (as shown in the previous post).
Download link (you can replace the .beams file or use the File->Install Plug-in or Patch option)
Code:
- Added the option to use a curve as axis for Lathe. It was necessary to
create code to segment a curve by using a profile data;
- Added hotkey support with limitations since Wings3D doesn't allow plugins
to bind its own menus. So, predefined ones were set for Sweep and Lathe;
- Fixed a draw issue when cliking an element without drag it in Tweak mode;
- Fixed a draw issue when selections were moved in a drag operation that
ended up to be canceled;
- Fixed a crash caused by repeat command in a project that was just loaded;
- Fixed Bevel command which was leaving the initial new vertex when it was
cancelled;
The Lathe dialog has now two new options to set the axis of revolution: Start/End and Curve.
The Start/End option will use the vector defined by the Start and End vertices and the Curve option allow us to set another curve as axis (as shown in the previous post).
Download link (you can replace the .beams file or use the File->Install Plug-in or Patch option)