Blender Git Commits

Blender Git "master" branch commits.

Page: 1297 / 5574

March 6, 2019, 13:59 (GMT)
Fix T62118: Stereo drawing options visible from camera view

Note 1: Volume drawing still draws differently than 2.7x.
Note 2: Camera lens widget still ignores stereo.
March 6, 2019, 13:59 (GMT)
Fix: Proportional editing menu disappears after deleting object

Differential Revision: D4460
March 6, 2019, 13:35 (GMT)
Fix grease pencil sculpt circle keymap

Missed when updating circle select operators.
March 6, 2019, 13:17 (GMT)
Missed last commit
March 6, 2019, 13:10 (GMT)
DNA: remove none particle brush & deprecated flags

The none brush doesn't make sense to have anymore with the tool system.

Also remove deprecated flags & types for object, armature & text.
March 6, 2019, 12:45 (GMT)
Merge branch 'blender2.7'
March 6, 2019, 12:37 (GMT)
Fix Cycles build error on non-x86 processors.
March 6, 2019, 10:48 (GMT)
Fix T62223: Particle brushes disable select tools
March 6, 2019, 10:28 (GMT)
Fix T62223: Particle select tools also show brush settings
March 6, 2019, 09:54 (GMT)
Fix T62230: Annotations corrupts GPencil brushes

Use annotations inside grease pencil drawing mode is something incompatible by design. Actually, the annotations are disabled in overlay panel for 2D template and the tool icon is not in the toolbar.

The unique way to get annotations was using D key, but this is wrong.

If you are inside drawing mode, all the events are captured by paint operator and to capture annotations, the operator must be canceled and the mode changed, but this change breaks several things.

It's not logic add annotation inside darwing mode, because you can simply add a new layer and write the text you want.

This change checks the mode and cancel the annotations if the mode is not thje right one.
March 6, 2019, 07:11 (GMT)
Fix T62241: Repeat last translate, wrong direction

Only use orientation value when the operator uses orientation axis.

Own error in 03da3b6593a24
March 6, 2019, 05:54 (GMT)
Fix T62236: Crash texture painting

Caused by 10d9a2494fc5e which removed 5x length clamping.
March 6, 2019, 05:21 (GMT)
Cleanup: unused function warning
March 6, 2019, 03:53 (GMT)
Fix T62210: endless loop in kd tree lookup

Reset nodes after the first balance call.
March 6, 2019, 03:52 (GMT)
Revert "Fix T62210: endless loop in kd tree lookup"

This reverts commit 301bcf771dec827138412ca6e7a25e2269eb5e9e.

Caused crash entering particle edit mode.
March 6, 2019, 02:40 (GMT)
Fix T61917: Metaball family inherits wrong resolution by deleted object

Synchronizing values between object data is error prone (not updated on
creation or renaming), add an update to have them working as they did
in 2.79.
March 6, 2019, 02:38 (GMT)
DRW: Fix State tracking being off when calling GPU_framebuffer_clear

State tracking works in pretty much all cases but calling the clear command
does change the write mask outside the draw manager. For now we just reset
the write mask before each pass.

Fix T62203 The selected bone is not highlighted inside the other bone.
March 6, 2019, 00:18 (GMT)
Cleanup: remove redundant file argument
March 6, 2019, 00:12 (GMT)
WM: match select all behavior for the info space

Adds select invert to the operator.

D4454 by @Poulpator
March 5, 2019, 23:51 (GMT)
Cleanup: style
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021