|
|
@@ -603,7 +603,8 @@ SOCKETS_REMOVED=[("UtilityDriverVariable", "Transform Channel"),
|
|
|
("LinkDrivenParameter", "Enable")]
|
|
|
# Node Class #Prior bl_idname # prior name # new bl_idname # new name, # Multi
|
|
|
SOCKETS_RENAMED=[ ("LinkDrivenParameter", "DriverSocket", "Driver", "FloatSocket", "Value", False),
|
|
|
- ("DeformerHook", "IntSocket", "Index", "UnsignedIntSocket", "Point Index", False)]
|
|
|
+ ("DeformerHook", "IntSocket", "Index", "UnsignedIntSocket", "Point Index", False),
|
|
|
+ ("SchemaConstOutput", "IntSocket", "Expose when N==", "UnsignedIntSocket", "Expose at Index", False)]
|
|
|
|
|
|
# NODE CLASS NAME IN_OUT SOCKET TYPE SOCKET NAME INDEX MULTI DEFAULT
|
|
|
SOCKETS_ADDED=[("DeformerMorphTargetDeform", 'INPUT', 'BooleanSocket', "Use Shape Key", 1, False, False),
|