zturtleman / mm3d

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

Oversights: Influences->Edit Joints #49

Closed m-7761 closed 5 years ago

m-7761 commented 5 years ago

I think the Delete button in jointwin.h/cc should reset the selection menu, or else it will be unusable/retain the deleted joint.

It also has problems when there are not joints in the model. Maybe the menu item should be disabled in that case.

zturtleman commented 5 years ago

Yeah, the delete joint button doesn't seem to work and list should probably default to "No joints" or something and not be selectable.

zturtleman commented 5 years ago

Fixed in https://github.com/zturtleman/mm3d/commit/d1b429433394488ba4f7c04d9cb26fa36c9635dc. Thanks.