Skip to content

Commit 1a6e345

Browse files
committed
changed bei_ to beo_ as it's an object attribute.
1 parent 52f1508 commit 1a6e345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BEngine-Py/bengine/Utils/BEUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def RecordObjectOutputToJSON(objects_sets_dict, the_object, is_instance: bool,
540540
js_object_data["Transforms"].append((tuple(inst_pos), tuple(inst_rot.to_euler('XYZ')), tuple(inst_scale)))
541541

542542
# Get Custom Attributes
543-
custom_attribs_dict = GetCustomAttribs("bei_", mesh.attributes)
543+
custom_attribs_dict = GetCustomAttribs("beo_", mesh.attributes)
544544
if custom_attribs_dict:
545545
js_object_data[BESettings.CUSTOM_ATTRIBUTES] = custom_attribs_dict
546546

0 commit comments

Comments
 (0)