Fix #47, 10, 21: Reference points/alpha sorting, xml reload options, UV map preservation, performance improvements#52
Open
avan069 wants to merge 4 commits intoBenchmarkSims:mainfrom
Open
Fix #47, 10, 21: Reference points/alpha sorting, xml reload options, UV map preservation, performance improvements#52avan069 wants to merge 4 commits intoBenchmarkSims:mainfrom
avan069 wants to merge 4 commits intoBenchmarkSims:mainfrom
Conversation
- Fix reference points defaulting to geometric origin of meshes, instead use Blender object Origin. - Enable alpha-sorting via reference point/object origin Fix for 47: BenchmarkSims#47
- Reload option for DOF/switch/callback.xml source files added to add-on preferences dialog. - Clears scene/global context/cache then forces reload, avoids persistent cache blocking xml updates.
- Fix BenchmarkSims#21 - At mesh join, rename active UV layer to "UVMap" if required to prevent data loss - Improve performance in join loop by batching join operation - approx 10% performance increase in scenes heavy with non-mesh nodes, approx 50% in scenes heavy with mesh nodes (not thoroughly tested for actual performance gains, but it's definitely better :) )
Author
|
Added fix for #21 - ensures active UV map is named "UVMap" so it's data is not discarded at join. Introduced batched join operations for meshes for performance gain. |
Attempt to strengthen handling of UV maps in join operations, particularly use names to avoid stale reference
Author
|
DOF/switch.xml reload implementation immediately superseded by PR #53 due to significant number of edge cases in xml migration found. Unlikely (bigger to smaller file) scenarios mostly, but potential to cause major headaches. Note for documentation:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix for #47
Fix for #10 (largely superseded by PR #53)