Blender Git Commits

Blender Git "master" branch commits.

Page: 3362 / 5574

December 16, 2012, 14:17 (GMT)
fix own error [#33529] Bevel on a certain edgeloop results in segmentation fault
relied on edges having a loop, now use overlap apiflag instead.
December 16, 2012, 13:31 (GMT)
Bugfix #33458

Tooltips in Blender were not scaling when zooming in/out on UI elements.
(They did follow DPI though, but tooltips were in a 'global' fixed size).

Error was that for tooltips on large scaled popups (like in Node editor)
the drawing was entirely wrong even.

Now tooltips scale correctly, also for fonts.


December 16, 2012, 12:55 (GMT)
Cycles: add "Textures" panel in particle properties, to make it possble to add
textures when Cycles is selected as render engine.
December 16, 2012, 11:47 (GMT)
Bugfix IRC report

Curves heavily scaled down will have render artifacts

Caused by precision issues when computing average normal map
for INDEX3 surface type. Now calculation happens in local object
space instead of world space.
December 16, 2012, 10:28 (GMT)
correct bad comment
December 16, 2012, 09:41 (GMT)
set compositor background scale to 1.0
December 16, 2012, 09:37 (GMT)
Cycles OSL: small optimization to geometry node, tangent output still was
not properly optimized out in some cases.

For reference, setting this will give detailed information about OSL shaders:
export OSL_OPTIONS="statistics:level=1,debug=1,llvm_debug=1"
December 16, 2012, 09:37 (GMT)
Fix region overlap drawing over render info text in image editor and 3d view.
December 16, 2012, 08:43 (GMT)
replace strcpy with BLI_strncpy or memcpy when the size is known.
Revision db4d342 by Joshua Leung
December 16, 2012, 06:30 (GMT)
Bugfix #33541 - Deleting all keyframes leaves dangling action groups

When deleting all keyframes in F-Curves, the corresponding F-Curves are deleted.
If all the F-Curves in an action group were deleted in such a way, the group
wouldn't be removed. This meant that these groups would never be shown (until
F-Curves for these groups were created again), but would still exist, causing
problems when trying to rearrange groups in the animation editors (i.e. groups
would appear to not move). Now these groups get deleted when they get empty.
December 16, 2012, 05:48 (GMT)
update themes
December 16, 2012, 04:10 (GMT)
replace TypeError with Value error for matrix operations where the type is right but it can't succeed because of a property of the instance (normally the wrong col/row size).
December 16, 2012, 04:05 (GMT)
add Matrix.normalized(), handy for transforming normals.
December 16, 2012, 02:53 (GMT)
error in 53006, moved into another keymap rather then just re-ordering.
December 16, 2012, 02:29 (GMT)
Reverting rev 53044 because it broke something and was wrong.
I also added comment to avoid this happening in the future.
December 15, 2012, 23:52 (GMT)
Fixing name of a function to be consistent with the rest of the code.
December 15, 2012, 22:47 (GMT)
Changed some comments to make more sense.
December 15, 2012, 20:43 (GMT)
Fix cycles build error with OSL disabled.
December 15, 2012, 20:32 (GMT)
Bugfix: [#33513] Transfer weights mixing up.
Removal of this line fixed the bug.

But!

I suspect it opens up for an excaption.
I will try to identify the exception and handle it in a different way.

December 15, 2012, 19:56 (GMT)
Pure style cleanup.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021