Skip to content

Commit 4c451f8

Browse files
committed
BE_Instance changes.
1 parent c1e00c4 commit 4c451f8

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
@@ -526,7 +526,7 @@ def RecordObjectOutputToJSON(objects_sets_dict, the_object, is_instance: bool,
526526
be_inst_id = mesh.attributes[BESettings.BENGINE_INSTANCE].data[0].value
527527

528528
if type(be_inst_id) is int:
529-
js_object_data["Bengine_Instance"] = be_inst_id
529+
js_object_data["BE_Instance"] = be_inst_id
530530
else:
531531
print(BESettings.BENGINE_INSTANCE + " Attribute is not Integer!!!")
532532

0 commit comments

Comments
 (0)