Details
Diff Detail
- Repository
- rB Blender
- Branch
- mutli-object-uvmap-ops (branched from master)
- Build Status
Buildable 19200 Build 19200: arc lint + arc unit
Event Timeline
Thanks for the contribution, however I don't think we can use this patch.
There are some fundamental issues to solve in this area, T54862: Multi-Object Properties Editing is the main task about that.
This patch adds functionality to work around limitations regarding editing properties of multiple objects for one specific case, but really we need a more general solution for this. This would probably not be implemented in Python but in the core C/C++ implementation.
this "patch" (3 operators) is necessary, for enabling creation of UV atlas (combines uvmaps of different objects).
this may be important for many workflows .
this does not conflict or depend, on other multi-object features.
while, for T54862 to be implemented, it could take many months or years,
while these operators may actually stay the same, when needlessly implemented again.