Skip to content

Conversation

@satabol
Copy link
Collaborator

@satabol satabol commented Nov 4, 2023

fix #5045. Append "Angle Units" to the node "Revolution Surface":

image

File for tests:

fix_5045_Append_Angle_Units_to_node_Revolution_Surface.test.blend.zip

@satabol
Copy link
Collaborator Author

satabol commented Nov 6, 2023

Need timeout to explore how to set ranges of angles without pain.

from sverchok.utils.surface.algorithms import SvRevolutionSurface


class SvRevolutionSurfaceNode(SverchCustomTreeNode, bpy.types.Node):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SvAngleHelper should be first in the row. Python takes rightmost class first than it takes next left class and overrides methods and so on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Append "Angle Units" to node "Revolution Surface"

3 participants