Эх сурвалжийг харах

Rename Matrix Transfrom to Multiply Matrices

Joseph Brandenburg 6 сар өмнө
parent
commit
cfbb738959
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      misc_nodes_ui.py

+ 1 - 1
misc_nodes_ui.py

@@ -868,7 +868,7 @@ class UtilityBoneMatrixHeadTailFlip(Node, MantisUINode):
 class UtilityMatrixTransform(Node, MantisUINode):
     """Transforms a matrix by another."""
     bl_idname = "UtilityMatrixTransform"
-    bl_label = "Matrix Transform"
+    bl_label = "Multiply Matrices"
     bl_icon = "NODE"
     initialized : bpy.props.BoolProperty(default = False)
     mantis_node_class_name=bl_idname