Revision 54787a8 by Campbell Barton 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. |
Revision 0514299 by Ton Roosendaal 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. |
Revision a0855a9 by Brecht Van Lommel 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. |
Revision 677f519 by Sergey Sharybin 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. |
Revision dc7a138 by Campbell Barton December 16, 2012, 10:28 (GMT) |
correct bad comment |
Revision dd582e0 by Campbell Barton December 16, 2012, 09:41 (GMT) |
set compositor background scale to 1.0 |
Revision 1762920 by Brecht Van Lommel 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" |
Revision e114459 by Brecht Van Lommel December 16, 2012, 09:37 (GMT) |
Fix region overlap drawing over render info text in image editor and 3d view. |
Revision 9a469b6 by Campbell Barton 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. |
Revision 5310961 by Campbell Barton December 16, 2012, 05:48 (GMT) |
update themes |
Revision 950fb66 by Campbell Barton 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). |
Revision 1886ae3 by Campbell Barton December 16, 2012, 04:05 (GMT) |
add Matrix.normalized(), handy for transforming normals. |
Revision 48935ac by Campbell Barton December 16, 2012, 02:53 (GMT) |
error in 53006, moved into another keymap rather then just re-ordering. |
Revision 635099f by Ove Murberg Henriksen 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. |
Revision a837d9a by Ove Murberg Henriksen December 15, 2012, 23:52 (GMT) |
Fixing name of a function to be consistent with the rest of the code. |
Revision 8ec2897 by Ove Murberg Henriksen December 15, 2012, 22:47 (GMT) |
Changed some comments to make more sense. |
Revision caf2324 by Brecht Van Lommel December 15, 2012, 20:43 (GMT) |
Fix cycles build error with OSL disabled. |
Revision 0ac1424 by Ove Murberg Henriksen 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. |
Revision 114459e by Ove Murberg Henriksen December 15, 2012, 19:56 (GMT) |
Pure style cleanup. |
|