nickberckley / keymesh

Blender add-on for creating stop-motion-like animations by sculpting, modeling, painting, and grooming frame-by-frame.
https://extensions.blender.org/add-ons/keymesh/
GNU General Public License v3.0
4 stars 0 forks source link

Sort blocks in Frame Picker by index; allow search, order by name, moving #6

Closed nickberckley closed 5 months ago

nickberckley commented 5 months ago

Because now blocks are directly stored on objects as references keymesh.blocks collection can be used in Frame Pickers UI list instead of filtered meshes (that means filtering can be completely removed). Because keymesh.blocks has internal index it means blocks in UI list can be ordered by that index instead of name, as they were before.


Other changes in this PR:

nickberckley commented 5 months ago

Potentially, the fact that the block name is decoupled from the name of the ID it references could be an advantage because it allows to keep object data names frozen, while changing block names for the UI. I have mixed feelings about this, but might revisit.