Details
Details
- Reviewers
Dalai Felinto (dfelinto) - Maniphest Tasks
- T54649: Multi-Object-Mode: Edit MetaBall Tools
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- arcpatch-D3320 (branched from blender2.8)
- Build Status
Buildable 1592 Build 1592: arc lint + arc unit
Event Timeline
Comment Actions
- changed to include @Dalai Felinto (dfelinto) comment in other case of select similar
Comment Actions
it can be done with better performance by joining into a list of selected MetaElem and then search into all MetaBall targets, but it become complicated and unmaintainable.
Comment Actions
There are other selected similar operators to refer to (pose, editmesh). We should use the same logic accross all of them. @Habib Gahbiche (zazizizou) maybe you are interested on tackling this after you are done with the curve operator?
Comment Actions
@Habib Gahbiche (zazizizou) maybe you are interested on tackling this after you are done with the curve operator?
Sure, I'd be happy to.
