Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
* Fix show-stopper with Localized Text create node
  • Loading branch information
Hoikas authored and DoobesURU committed Aug 25, 2024
1 parent 5fcbb99 commit c7296b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion korman/properties/modifiers/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ def _create_nodes(self, bo, tree, *, age_name, version, material=None, clear_col
pfm_node = self._create_standard_python_file_node(tree, "xDynTextLoc.py")
loc_path = self.key_name if version <= pvPots else "{}.{}.{}".format(age_name, self.localization_set, self.key_name)

self._create_python_attribute(pfm_node, "dynTextMap", "ptAttribDynamicMap",
self._create_python_attribute(pfm_node, "dynTextMap",
target_object=bo, material=material, texture=self.texture)
self._create_python_attribute(pfm_node, "locPath", value=loc_path)
self._create_python_attribute(pfm_node, "fontFace", value=self.font_face)
Expand Down

0 comments on commit c7296b8

Please sign in to comment.