Skip to content

Commit 2fef1de

Browse files
committed
Initial Commit
* Fix show-stopper with Localized Text create node
1 parent 5fcbb99 commit 2fef1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

korman/properties/modifiers/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def _create_nodes(self, bo, tree, *, age_name, version, material=None, clear_col
717717
pfm_node = self._create_standard_python_file_node(tree, "xDynTextLoc.py")
718718
loc_path = self.key_name if version <= pvPots else "{}.{}.{}".format(age_name, self.localization_set, self.key_name)
719719

720-
self._create_python_attribute(pfm_node, "dynTextMap", "ptAttribDynamicMap",
720+
self._create_python_attribute(pfm_node, "dynTextMap",
721721
target_object=bo, material=material, texture=self.texture)
722722
self._create_python_attribute(pfm_node, "locPath", value=loc_path)
723723
self._create_python_attribute(pfm_node, "fontFace", value=self.font_face)

0 commit comments

Comments
 (0)