Skip to content

Commit

Permalink
Change MOVE exporting default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelegissi committed Aug 9, 2021
1 parent 6f12afa commit d834eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -2476,7 +2476,7 @@ class OP_MOVE_ID(BFParamStr):
bpy_type = Object
bpy_idname = "bf_move_id"
bpy_export = "bf_move_id_export"
bpy_export_default = True
bpy_export_default = False

@property
def exported(self):
Expand Down

0 comments on commit d834eba

Please sign in to comment.