add_mesh_twisted_torus.py revision #46057

Closed
opened 2015-09-09 10:47:59 +02:00 by Roel Koster · 5 comments
Member

Hi,

The bundled add_mesh_twisted_torus.py by Paolo Gomes could use a little tweak..

Maybe it's a good idea to change the TWISTS property from INT to FLOAT
I had the need for 0.5 twists to create a Mobius Strip with only 1 complete twist
Selecting 1 for twists in fact creates 2 twists

(I was following a tutorial made for 3dsmax, and it showed exactly the same behaviour with their torus settings)

  twists = FloatProperty(name="Twists",
      description="Number of twists of the torus",
      min=0.0,
      max=256.0,
      default=1.0)

When selecting smaller that 1 values, the torus will get distorted on the last segment.. but that is easily fixable with a delete/bridge
(Same behavior btw as 3dsMax torus)

If someone has the knowledge/time, the delete/bridge could be built in ofcourse

Hi, The bundled add_mesh_twisted_torus.py by Paolo Gomes could use a little tweak.. Maybe it's a good idea to change the TWISTS property from INT to FLOAT I had the need for 0.5 twists to create a Mobius Strip with only 1 complete twist Selecting 1 for twists in fact creates 2 twists (I was following a tutorial made for 3dsmax, and it showed exactly the same behaviour with their torus settings) ``` twists = FloatProperty(name="Twists", description="Number of twists of the torus", min=0.0, max=256.0, default=1.0) ``` When selecting smaller that 1 values, the torus will get distorted on the last segment.. but that is easily fixable with a delete/bridge (Same behavior btw as 3dsMax torus) If someone has the knowledge/time, the delete/bridge could be built in ofcourse
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Author
Member

Added subscriber: @kostex

Added subscriber: @kostex

Added subscriber: @mont29

Added subscriber: @mont29

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2015-09-09 11:05:53 +02:00

Thanks for the suggestion, but we do not accept feature requests on this tracker (use forums or bf-funboard ML for that).

Thanks for the suggestion, but we do not accept feature requests on this tracker (use forums or bf-funboard ML for that).
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#46057
No description provided.