chore: update the generator of json
- add PO file extractor for BME prototypes. - add validator for BME prototypes but not finished. - update json builder script.
This commit is contained in:
@ -140,7 +140,7 @@ class BBP_OT_legacy_align(bpy.types.Operator):
|
||||
def execute(self, context):
|
||||
# get processed objects
|
||||
(current_obj, target_objs) = _prepare_objects()
|
||||
# INFO: YYC MARK:
|
||||
# YYC MARK:
|
||||
# This statement is VERY IMPORTANT.
|
||||
# If this statement is not presented, Blender will return identity matrix
|
||||
# when getting world matrix from Object since the second execution of this function.
|
||||
|
Reference in New Issue
Block a user