Skip to content

Commit

Permalink
Add replacement_nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
portnov committed Oct 29, 2024
1 parent bc6316e commit 1b5d7cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions old_nodes/adaptive_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class SvAdaptivePlotCurveNode(SverchCustomTreeNode, bpy.types.Node):
bl_label = 'Adaptive Plot Curve'
bl_icon = 'CURVE_NCURVE'

replacement_nodes = [('SvAdaptivePlotCurveMk2Node', None, None)]

sample_size : IntProperty(
name = "Segments",
description = "Number of initial subdivisions",
Expand Down

0 comments on commit 1b5d7cd

Please sign in to comment.