zturtleman / mm3d

Maverick Model 3D is a 3D model editor and animator for games.
https://clover.moe/mm3d
GNU General Public License v2.0
114 stars 22 forks source link

Allow to select several groups in groups window + sorting groups. #119

Open 77ZaRR77 opened 4 years ago

77ZaRR77 commented 4 years ago

Would be very handy to select several groups in Groups window. Also sorting them with alphabet order from first letter. For example first starts h_ groups, then u_ and l_ . I need such stuff for making skeleton anim. mm3d_choose_several

zturtleman commented 4 years ago

It could be converted to a list box with buttons to move group up and down in list. Like the animation sets window.

This applies to materials and bones as well. Though currently bones must be after parent bone, which is required by (most) exported skeletal formats as well.

m-7761 commented 4 years ago

To be consistent a better way would be to make an "Advanced" groups editing window, that is a separate or nested window.