Revision c420547 by Campbell Barton January 16, 2013, 03:30 (GMT) |
correction to last commit |
Revision e18f906 by Antonis Ryakiotakis January 16, 2013, 03:20 (GMT) |
Unification of brush code Move anchored and rake options away from Sculpt struct and to UnifiedPaintSettings where they may be used by other tools in the future (carefree whistle...) No functionality should change but if it does I'll follow the screams... |
Revision a6d9bcd by Campbell Barton January 16, 2013, 03:18 (GMT) |
text syntax highlighting, add utility function 'text_format_fill()' which fills in the line with a formatting value. this fixes a mistake in OSL lexer which would comment all lines after '//' |
Revision e6e8bd5 by Campbell Barton January 16, 2013, 02:23 (GMT) |
resolve issue [#33882] New GG slide - Lost functionality Holding Alt stops switching the active edge so you can drag in the negative direction. |
Revision f2cfe4b by Campbell Barton January 16, 2013, 01:10 (GMT) |
minor changes to ghost - use WITH_ASSERT_ABORT define, so GHOST_ASSERT will abort. - rename XTablet -> GHOST_TabletX11, was confusing since it was named like an xlib struct. |
Revision 761ac89 by Campbell Barton January 15, 2013, 23:45 (GMT) |
style cleanup |
Revision 769ab3e by Campbell Barton January 15, 2013, 23:17 (GMT) |
code cleanup: - cycles ui used 'cscene' for scene.cycles and scene.cycles_curves - style cleanup |
Revision 97d62f0 by Campbell Barton January 15, 2013, 23:15 (GMT) |
style cleanup |
Revision 87f8925 by Campbell Barton January 15, 2013, 22:26 (GMT) |
fix for typo in recent commit. |
Revision faf2779 by Thomas Dinges January 15, 2013, 21:41 (GMT) |
WM / Screenshot fix: * Screenshot resolution was wrong on Macbook Retina (did only capture a cropped part of the screen). |
Revision 486abf0 by Brecht Van Lommel January 15, 2013, 20:13 (GMT) |
Fix CUDA compile after last commit. |
Revision 3373b81 by Stuart Broadfoot January 15, 2013, 19:44 (GMT) |
Cycles Hair: Introduction of Cardinal Spline Curve Segments and minor fixes. The curve segment primitive has been added. This includes an intersection function and changes to the BVH. A few small errors in the line segment intersection routine are also fixed. |
Revision 0967b39 by Brecht Van Lommel January 15, 2013, 19:17 (GMT) |
Fix #33838: light render passes for non-progressive integrator were not correct. |
Revision f146317 by Thomas Dinges January 15, 2013, 19:02 (GMT) |
Cycles: * CUDA: Make it more clear that sm_12 and below is not supported. * OpenCL: __KERNEL_SHADING__ was declared twice for nvidia opencl device. * Some reshuffle of defines in kernel_types.h. No functional changes. |
Revision 039db09 by Campbell Barton January 15, 2013, 17:20 (GMT) |
add user_preference access to _RestrictContext() so addons can access their own preferences on load. |
Revision 71b9aca by Ton Roosendaal January 15, 2013, 16:53 (GMT) |
Bug fix #33873 CTRL+F in text editor now also works in the button region. Added generic keymap for it, could get other shortcuts as well. Will leave it to the maintainers :) |
Revision 6adfd91 by Brecht Van Lommel January 15, 2013, 16:35 (GMT) |
Fix #33830: cycles normal mapping was not quite correct, was not correctly respecting the assumption that normal and tangent are interpolated without normalization. |
Revision 51f36ac by Gaia Clary January 15, 2013, 16:07 (GMT) |
Added new function 'Remove Selection from All Vertex Groups' to the Vertex Group Special functions popup |
Revision 73c7c10 by Ton Roosendaal January 15, 2013, 15:42 (GMT) |
Bug fix #33748 Old fixes, since 2009 and before! Related to Curve object editmode: - normals are not being drawn for hidden curves anymore - even worse: Blender also didn't hide the extrusions or bevels for hidden curves - outside edit mode, it shows all (as for all other modes) - (de)select-all now works when 1st (or any) handle was hidden. |
Revision e20dfbc by Ton Roosendaal January 15, 2013, 14:46 (GMT) |
Logic window usability: - Added a bit of more margin in bottom (for view pans) - Made HOME option (view all) to show full width of editor, instead of zoom level 1:1. |
|