Releases: NMC-TBone/I3D-Exporter-Additionals
Releases · NMC-TBone/I3D-Exporter-Additionals
v3.5.0
v3.4.0
v3.3.0
v3.2.2
v3.2.1
What's Changed
- Fix #40 clean mesh tool error when blend v >= 4.1 by @NMC-TBone in #41
Full Changelog: v3.2.0...v3.2.1
v3.2.0
v3.1.0
What's Changed
- Added support for blender 4.0
- Added properties converter from community exporter --> Giants exporter
- Added a operator that convert the old armature/bone setup to the new Giants Exporter way of doing it
- Removed fill volume checker from ui as it doesn't work correctly
- Fixed issue with create material operator when you import an already existing texture it will now use the one that already exist in blender
- Optimized copy orientation to clipboard
- Updated Scene verifier to catch more cases (still just prints the output to the console)
Optimize the motionpath from curves tool
- Implement batch processing to reduce scene updates when creating empties along curves.
- Add a single
bpy.context.view_layer.update()
call after setting all empties to improve performance. - Capture and apply transformation matrices to each empty after removing the 'FOLLOW_PATH' constraint for accurate positioning.
- Refine the calculation of empty placement along curves to ensure even distribution based on user-selected motion types (AMOUNT_REL, DISTANCE, AMOUNT_FIX).
- Add performance timing to report the duration of the empties creation process.
- Ensure the script switches to 'OBJECT' mode for compatibility.
- Include error handling for scenarios with no selected curves or incompatible modes.
- Fixed order issue
- Dev by @NMC-TBone in #32
- Dev by @NMC-TBone in #33
- Dev by @NMC-TBone in #34
- merge by @NMC-TBone in #35
- Dev by @NMC-TBone in #36
- Fixed issue where suffix always ended up as main_component1 by @NMC-TBone in #37
Full Changelog: v3.0.2...v3.1.0
v3.0.2
v3.0.1
What's Changed
- Small fixes by @NMC-TBone in #27
- verifier fixes by @NMC-TBone in #28
- Dev by @NMC-TBone in #29
- bump version by @NMC-TBone in #30
Full Changelog: 3.0.0...v3.0.1
3.0.0
Huge update!
- Moved to its own category in 3d view --> ui --> I3D Exporter Additionals
- New UI and structure
- Most of the scripts have been updated to function better
- Added a brand new tool for creating effect arrays with multiple curves at the same time (Motion Path From Curves)
- New operator: Verify Scene, currently a bit useless, so avoid it for now
Track Setup:
- Track Setup is the new and better way to create 3d tracks (currently Automatic only works with caterpillar tracks)
User Attributes (Giants I3D Exporter only:
- The user attribute add operator will no longer accept attributes with the same name
- Added delete button for attributes in the panel
Set mirror orientation:
- Cleaned up a lot inside this operator, so hopefully it should function better
What's Changed
- Dev by @NMC-TBone in #17
- Dev by @NMC-TBone in #18
- Dev by @NMC-TBone in https://github.com/NMC-TBone/
i3d_exporter_additionals.zip
i3d_exporter_additionals/pull/19
Full Changelog: v2.0.8...3.0.0