Blender Git Commits

Blender Git "master" branch commits.

Page: 2400 / 5574

March 5, 2016, 19:46 (GMT)
Python docs: minor cleanup and adding missing parenthesis to a code sample
March 5, 2016, 13:33 (GMT)
Fix T47670: cycles GLSL incorrect layer weight / fresnel.

World space and view space normals were mixed up, we should only convert from
world to view space if a custom normal is connected, otherwise it is already in
view space.
March 5, 2016, 06:40 (GMT)
Fix for missing update changing VFont.filepath

Changing the filepath wouldn't reload the font even after calling scene.update().
March 4, 2016, 22:16 (GMT)
Cleanup: quiet -Wcomma, cast to void where needed
March 4, 2016, 22:13 (GMT)
Cleanup: unnecessary comma use

Also use SWAP macro
March 4, 2016, 22:12 (GMT)
Cleanup: unnecessary comma use
March 4, 2016, 19:37 (GMT)
Alternate fix for virtual-pixel update not working

On changing, clear drawable window to force update.
March 4, 2016, 19:31 (GMT)
Revert "Fix changing virtual pixelsize having no affect if only main window is open"

This reverts commit fe7bab13439fe6f0181f6661fbf7bb7ae18f5310.

Setting correct context is important,
but this is setting DPI and widget unit on *every* mouse move.
Revision fe7bab1 by Julian Eisel
March 4, 2016, 17:13 (GMT)
Fix changing virtual pixelsize having no affect if only main window is open

Changing virtual pixelsize only had an affect when a second window was open. (Was also possible to trigger update by opening another window.)

Steps to reproduce:
* Change any editor into user preferences *in main window*
* Change virtual pixel size -> nothing happens
March 4, 2016, 16:46 (GMT)
Fix typo in 'Vietnamese' language label (must have sneaked in while adding Basque one, grr).
Revision e0da0a1 by Julian Eisel
March 4, 2016, 15:52 (GMT)
Fix menu aliged to right side of screen in UserPref window

Only applied in a really few cases actually.

To reproduce:
* Open User Preferences *in own window*
* Search for node wrangler add-on (it's one of the few cases where this happens)
* Enable and open details
* Click on one of the menues in the add-on preferences

Actually this was reproducable in any window, user preference area just had to take up most/all of the width.

Note: I'm not totally sure if just disabling these lines is correct, but I didn't find any issues or any information why this was needed. So it seems to be redundant.
March 4, 2016, 11:35 (GMT)
Fix T47683: broken BBox logic when drawing duplis.

Once a dupli had a valid bbox, that bbox would be used for all following objects
without bbox, instead of skipping clipping check.

Issue unveiled by rB3fa0a1a5bc0ff2, but not related at all (in fact, bug was present before that commit).
March 4, 2016, 10:50 (GMT)
Fix uninitialized memory use lattice-boundbox

Many other places weren't clearing boundbox dirty flag after calculation.
March 4, 2016, 05:38 (GMT)
Cleanup: suspicious use of commas
March 4, 2016, 03:53 (GMT)
Curve/line width change broke outline drawing

Partially revert e29a5ba6
March 3, 2016, 21:40 (GMT)
Docs: include mathutils.interpolate
March 3, 2016, 20:56 (GMT)
Docs: example for writing blend file libraries
March 3, 2016, 19:36 (GMT)
Correct image format args (remove 'MOVIE')
March 3, 2016, 19:36 (GMT)
Docs: minor comment correction
March 3, 2016, 19:36 (GMT)
Docs: comment on poly flipping w/ solidify
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021