Skip to content

Commit b782b8e

Browse files
committed
feat: updated rotate euler node settings
1 parent 824aea9 commit b782b8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

geometry/node_settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,9 @@
669669
],
670670

671671
'FunctionNodeRotateEuler' : [
672+
NTPNodeSetting("rotation_type", ST.ENUM, min_version = (4, 1, 0)),
672673
NTPNodeSetting("space", ST.ENUM),
673-
NTPNodeSetting("type", ST.ENUM)
674+
NTPNodeSetting("type", ST.ENUM, max_version = (4, 1, 0))
674675
],
675676

676677
'FunctionNodeRotateVector' : [],

0 commit comments

Comments
 (0)