Blender Git Commits

Blender Git commits from all branches.

Page: 1706 / 2888

August 17, 2017, 12:07 (GMT)
DPI: add back option to control line width, tweak default width.

Adds thin/default/thick modes to add -1/0/1 to the auto detected line width,
while leaving the overall UI scale unchanged.

Also tweaks the default line width threshold, so thicker lines start from
slightly high UI scales.

Differential Revision: https://developer.blender.org/D2778
August 17, 2017, 12:07 (GMT)
Fix T52334: images with non-color data should not change color space on save.
August 17, 2017, 12:07 (GMT)
Tweak and extend POV syntax hilghting.

*Changed categories of some keywords
*reordered some longer keywords that didn't appear
*Activated another color (reserved builtins) by Leonid
*added some HGPOV and UberPOV missing keywords

Patch by Maurice Raybaud (@mauriceraybaud). Thanks to Leonid for additions, feedback and Linux testing.
Related diffs: D2754 and D2755.

While not a regression, this is new feature and would be nice to have it
backported to final 2.79.
August 17, 2017, 12:07 (GMT)
Fix T52324: Metaball disappears when deleting first metaball object.

Lost specific MBall 'need update' case here in last year's refactor.

While technically not a regression, nice to have in 2.79.
August 17, 2017, 12:07 (GMT)
Fix T52315: Crash on duplicating Scene without world.

Regression from rBa7b3047cefcbf, to be backported to 2.79.

Like... seriously... :|
August 17, 2017, 12:07 (GMT)
Fix T52280: The Image node in Compositing can't read Z buffer of openEXR in 2.79

As part of the fix for T51587, I removed the Depth output for non-Multilayer
images since it seemed weird that PNGs etc. that don't have a Z pass still get
a socket for it.
However, I forgot about non-multilayer EXRs, which are a special case that can
actually have a Z pass.

Therefore, this commit brings back the Depth output for non-multilayer images
just like it was in 2.78.
August 17, 2017, 12:07 (GMT)
Fix fixed width box layouts

Regression, to be backported in 2.79.
August 17, 2017, 12:07 (GMT)
Fix T52260: Blender 2.79 Objects made duplicates real still refer armature proxy.

New code was handling correctly ID's internal references to self, but
not references between 'made real' different objects...

Regression, to be backported in 2.79.
August 17, 2017, 12:07 (GMT)
Fix width estimation for empty layouts in pie menus
August 17, 2017, 12:07 (GMT)
Fix T52263: Crash When Splitting and Merging Areas with Header Text Set.

Not a regression, but safe enough to be included in 2.79.
August 17, 2017, 12:07 (GMT)
Fix broken API doc generation: Partially revert rBa372638a76e0

Making those arrays static remove them from exported symbols, which
breaks API doc generation script.

To be backported to 2.79 branch.
August 17, 2017, 12:07 (GMT)
Fix T52250: Glitch in UI in the addon panel regression
August 16, 2017, 21:04 (GMT)
Revert "Audaspace 1.3 experimental-build third try"

This reverts commit 05dfacbc7c7e834d73889e4ed1ca2c8fd5fd8010.
August 16, 2017, 20:54 (GMT)
Audaspace 1.3 experimental-build third try
August 16, 2017, 20:54 (GMT)
Merge branch 'master' into experimental-build
August 16, 2017, 13:58 (GMT)
Support MSVSC 2017 15.3.0 (compiler 19.11)

The compiler version has changed in the last VS2017 update to 1911 and the old 1910 version is not working anymore.
August 16, 2017, 12:11 (GMT)
Rename function
August 16, 2017, 12:07 (GMT)
Most data is now exposed to be used for final transitions/fillets.
Exact point order can be improved since some are discarded. (todo)
August 16, 2017, 11:21 (GMT)
Merge branch 'blender2.8' into greasepencil-object
August 16, 2017, 11:03 (GMT)
Change const type

Add const modifier to eval_ctx defiition to follow merged code rules.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021