XYZ Function Surface problem #71543

Closed
opened 2019-11-13 15:42:58 +01:00 by Leslie Kaye · 4 comments

System Information
Operating system: M$ Windows 10
Graphics card: Intel 4000

Blender Version
Broken: 2.80, 2.81, 2.82

Short description of error

XYZ Function Surface, Globoid creation no longer working (just produces a point like object)
It is working correctly in 2.79b, it was working in the 2.80 release of about last February but is not working in the current (July 2019) release of 2.80 nor in 2.81 Beta nor 2.82 Alpha

Exact steps for others to reproduce the error
Add new XYZ Function Surface
Uncheck U wrap
Set V min and V max : 0
Set V step : 1
Go to the calculator on http://www.otvinta.com/globoid.html
Put in some values. for example
Module : 1
Arc Angle : 60
Gear Teeth : 8
reference Radius 5
Click [Calculate Equations] button
Using these example values, the following equations are created by the calculator
X : - (29 - 23 * cos(u * pi / 6 - 0.0183)) * cos(u * pi * 8)
Y: - (29 - 23 * cos(u * pi / 6 - 0.0183)) * sin(u * pi * 8)
Z: - 23 * sin(u * pi / 6 - 0.0183)
Also enter
U min : -1
U max : 1
U Step : 1024

Expected: a helical curve as per the screen shot
Actual: a point like object

ss.png

**System Information** Operating system: M$ Windows 10 Graphics card: Intel 4000 **Blender Version** Broken: 2.80, 2.81, 2.82 **Short description of error** XYZ Function Surface, Globoid creation no longer working (just produces a point like object) It is working correctly in 2.79b, it was working in the 2.80 release of about last February but is not working in the current (July 2019) release of 2.80 nor in 2.81 Beta nor 2.82 Alpha **Exact steps for others to reproduce the error** Add new XYZ Function Surface Uncheck U wrap Set V min and V max : 0 Set V step : 1 Go to the calculator on http://www.otvinta.com/globoid.html Put in some values. for example Module : 1 Arc Angle : 60 Gear Teeth : 8 reference Radius 5 Click [Calculate Equations] button Using these example values, the following equations are created by the calculator X : - (29 - 23 * cos(u * pi / 6 - 0.0183)) * cos(u * pi * 8) Y: - (29 - 23 * cos(u * pi / 6 - 0.0183)) * sin(u * pi * 8) Z: - 23 * sin(u * pi / 6 - 0.0183) Also enter U min : -1 U max : 1 U Step : 1024 Expected: a helical curve as per the screen shot Actual: a point like object ![ss.png](https://archive.blender.org/developer/F8060947/ss.png)
Author

Added subscriber: @les_kaye

Added subscriber: @les_kaye
Vladimir Spivak self-assigned this 2019-11-13 15:58:26 +01:00

This issue was referenced by d803b6c6f5

This issue was referenced by d803b6c6f50ceb1cdaddac5011a257a7e75ba7e4

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

This is not a bug in the addon.
The addon creates the desired grid, but it does not appear in solid mode. Faces are zero size.
To avoid further questions, I added a display of the created object with wire enabled (a custom option).

This is not a bug in the addon. The addon creates the desired grid, but it does not appear in solid mode. Faces are zero size. To avoid further questions, I added a display of the created object with wire enabled (a custom option).
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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#71543
No description provided.