fix issues

- apply transform when creating BME struct's vertices and faces.
- add 3ds max align operator. support Apply button in a nasty way.
This commit is contained in:
2023-12-26 22:23:56 +08:00
parent 50b7eb0bce
commit 9315ff723d
6 changed files with 292 additions and 15 deletions

View File

@ -47,7 +47,7 @@ class BBP_OT_add_bme_struct(bpy.types.Operator):
# In this internal cache list updator, check "outdated" flag first, if cache is outdated, update and reset flag.
# Otherwise do nothing.
#
# Reference: https://docs.blender.org/api/current/bpy.props.html#update-example
# Reference: https://docs.blender.org/api/current/bpy.props.html#update-example
## Compromise used "outdated" flag.
outdated_flag: bpy.props.BoolProperty(