August 11, 2021, 12:47 (GMT) |
Merge branch 'master' of git.blender.org:blender into tracking_tools |
August 11, 2021, 12:40 (GMT) |
Merge branch 'master' of git.blender.org:blender into tracking_tools |
August 11, 2021, 12:40 (GMT) |
Merge branch 'master' into tracking_tools |
July 27, 2021, 01:33 (GMT) |
Wip: start on image editor mask tools |
July 27, 2021, 00:56 (GMT) |
Keymap: Give mask tools a generic name These will be shared across editors so give them a generic name |
July 27, 2021, 00:40 (GMT) |
Annotations: only show data source for image placement This option is only relevent for that placement mode |
July 26, 2021, 23:03 (GMT) |
Merge branch 'master' into tracking_tools |
July 22, 2021, 07:17 (GMT) |
MCE: Only draw annotation placement panel with Clip The annotation placement panel only makes sense when the Data Source is CLIP, when TRACK is use the anntation placement options don't apply. |
July 21, 2021, 06:43 (GMT) |
Masking: Only execute draw_mask with a clip When going to maskedit mode without a clip loaded and clicking anywhere Blender crashed. Now use poll to check for a clip before exeting the draw_mask operator. |
July 20, 2021, 19:40 (GMT) |
Merge branch 'master' into tracking_tools |
July 20, 2021, 17:06 (GMT) |
July 20, 2021, 13:36 (GMT) |
Fix crash/undefined-behavior when opening tracker with clip region open Python code was explicitly hiding the tool header region, but drawing should not modify screen context. That can cause all kinds of issues, like this one. Such stuff can be handled by editor C code. |
July 20, 2021, 12:59 (GMT) |
Cleanup: Remove unused (potentially problematic) region type declaration There were two region types declared for `RGN_TYPE_TOOLS`, there should only ever be one. In fact this may cause problems when region types are looked up, although it didn't seem to cause any obvious ones in this case. Removed the listener callback alongside it, which is written specifically for the old tools region and shouldn't be needed anymore either. |
July 20, 2021, 12:56 (GMT) |
Fix missing Tool Settings button toggle The View > Tool Settings button didn't show up because of a wrong property name. |
July 20, 2021, 12:36 (GMT) |
Merge branch 'master' into tracking_tools |
July 20, 2021, 10:53 (GMT) |
MCE: Remove unused hotkey configs |
July 20, 2021, 09:15 (GMT) |
MCE: Remove redundant tool: Add_marker_slide The default tool for tracking mode in the clip editor is add_marker_tweak. Add_marker_slide is not needed anymore. |
July 20, 2021, 08:05 (GMT) |
Masking: Slide origin with draw_mask tool The mask tool creates a curve point when leftclicking. When clicking near an existing point it switches to select and move instead. The same happens now when clicking near the origin point so it is now possible to move the entire mask again with LMB. Patch by Sergey, thanks a lot! |
July 20, 2021, 07:59 (GMT) |
MCE: Only show marker settings with active clip When no clip was loaded, draw the add_marker_tweak tool options gave an error. So only draw them when a clip is open. |
July 20, 2021, 07:39 (GMT) |
MCE: Change default tool Use the add_marker_tweak tool in Tracking mode and the draw_mask tool in Masking by default instead of select_box. It doesn't yet work for masking when switchin modes with Tab, only when changing the workspace. |
|