Explorar el Código

Rename Matrix Transfrom to Multiply Matrices

Joseph Brandenburg hace 6 meses
padre
commit
cfbb738959
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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