April 30, 2019, 21:58 (GMT) |
Cleanup: comments (long lines) in freestyle |
April 30, 2019, 21:58 (GMT) |
Cleanup: indentation from braces in '#if 0' |
April 30, 2019, 21:21 (GMT) |
UI: Collections Visibility panel tweaks 1. No need to repeat the title inside the panel (this was needed when we had this as a popup menu). 2. No need to call it "Collections Visibility" since we are already under the "View" category. It is "Collections" now, short and sweet. |
April 30, 2019, 20:17 (GMT) |
Fix broken build from recent rBae7db030dab0. |
April 30, 2019, 19:48 (GMT) |
Cleanup/update comment on flag_legacy values |
April 30, 2019, 19:48 (GMT) |
Fix T63343: Duplicated object is hidden whereas it should not We were mixing ob->flag and ob->base_flag. We shouldn't be using ob->flag & SELECT in 2.8x. |
April 30, 2019, 19:48 (GMT) |
Stop using deprecated ob->flag & SELECT We still have base->flag_legacy & BA_WAS_SEL for the few cases we really need to have a per-object selection check (used in the transform code). |
April 30, 2019, 19:48 (GMT) |
April 30, 2019, 19:48 (GMT) |
Refactor: Use object select API - ED_object_base_select We had a mix of BKE_view_layer_base_select (harmless), and places where we simply set the BASE_SELECTED flag with no regard to its selectable state. |
April 30, 2019, 19:48 (GMT) |
Grease Pencil: Fix using wrong flag for selecting objects on convert The correct fix should be to use ED_object_base_select() but I'm leaving this to a separate pass. |
April 30, 2019, 19:48 (GMT) |
Cleanup: Object base syncing already happening as part of ED_object_base_select No functional change. |
April 30, 2019, 18:56 (GMT) |
Industry Compat Keymap: Fix Knife tool Was adding new cuts automatically. |
April 30, 2019, 17:04 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-experimental |
Revision 3947310 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) April 30, 2019, 15:50 (GMT) |
Merge branch 'master' into greasepencil-object |
April 30, 2019, 15:49 (GMT) |
GPencil: Small tweak to Dot minimum thickness This was changed in a previous commit to 1.0, but a value of 0.5 works better. |
April 30, 2019, 15:37 (GMT) |
April 30, 2019, 15:20 (GMT) |
April 30, 2019, 15:17 (GMT) |
Tweak to previous 'deselect on nothing' commit for Graph editor. Better code, more in line with the one from action and NLA, and less verbose. |
April 30, 2019, 15:05 (GMT) |
Fix (unreported) two memleaks in clic-select ops of Action and NLA editors. |
April 30, 2019, 14:51 (GMT) |
Select: Add 'deselect on nothing' to Action (dopesheet) editor. Also removed annoying console error when clicking outside of valid range of channels, that is no error at all. ;) Part of T63995. |
|
|
|


Master Commits
MiikaHweb | 2003-2021