소스 검색

Rename Matrix Transfrom to Multiply Matrices

Joseph Brandenburg 6 달 전
부모
커밋
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