Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2549 / 8462

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)
Remove BKE_scene_object_base_flag_sync_from_object

Note the fix for T62865 is still working fine.
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
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)
Fix T63864 Duplicate Data options don't exist for Light Probe and Grease Pencil

See revision D4766
April 30, 2019, 15:20 (GMT)
Select: Add 'deselect on nothing' to NLA editor.

Should be last part of T63995.
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021