Blender Git Commit Log
Git Commits -> Revision 5727f71
Revision 5727f71 by Sebastian Koenig (tracking_tools) July 16, 2021, 09:33 (GMT) |
MCE: Trying to add mask handle props into toolbar I tried implementing this https://developer.blender.org/P1923 To get the properties to do anything, I would need to change add_vertex_slide to just add_vertex. add_vertex_slide is a macro, and apparently the properties of MASK_OT_add_vertex do not have any influence on the tool if it is set to use the macro. But even then it only updates the handle type when activating the tool (after switching to a different tool before). So some update thingy is still missing. |
Commit Details:
Full Hash: 5727f7132ed0da605ca2ee9ba7e2b93b4dd3dc94
Parent Commit: 1e5377b
Lines Changed: +34, -19