Revision 9690350 by Sv. Lockal January 6, 2014, 16:03 (GMT) |
Cycles: SSE optimization for sRGB conversion (gives 7% speedup on CPU for pavillon_barcelone scene) Thanks brecht/dingto/juicyfruit et al. for testing and reviewing this patch in T38034. |
Revision e0a4a4a by Howard Trickey January 6, 2014, 15:52 (GMT) |
Bevel: change 'adj' pattern to use subdivision. This gets rid of a hacky way of setting the mesh coordinates at corners, which created overlaps in some cases. Also, special case a cube-like corner with all edges beveled, to snap to a sphere, giving more expected curvature in that case. |
Revision 4b30b22 by Campbell Barton January 6, 2014, 13:53 (GMT) |
Fix for recent kdtree py module with MSVC also remove submodule includes from mathutils.h |
Revision 4848f90 by Campbell Barton January 6, 2014, 09:32 (GMT) |
Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree) Originally by Dan Eicher, with my own fixes and adjustments (see patch page for details). For details there are unit tests and api example usage. doc/python_api/sphinx-in-tmp/menu_id.png |
Revision 90efa34 by Campbell Barton January 6, 2014, 05:46 (GMT) |
Python API: utility function for filling a tuple with a single value. |
Revision 7b8e07b by Campbell Barton January 6, 2014, 03:41 (GMT) |
Fix for own error in recent text3d changes Called important function from within an assert. |
Revision 64fc94e by Campbell Barton January 6, 2014, 02:58 (GMT) |
Code Cleanup: osl style |
Revision ce6dce3 by Thomas Dinges January 6, 2014, 02:22 (GMT) |
Code cleanup / Cycles: else/if for SSE41 kernel functions. |
Revision 56081d5 by Thomas Dinges January 6, 2014, 01:39 (GMT) |
Cycles / OSL: Add a new procedural texture template, Lyapunov fractals. Based on a patch by Sylvio Sell, OSL port by myself. Task and example renders: https://developer.blender.org/T32305 |
Revision 9686554 by Campbell Barton January 5, 2014, 16:27 (GMT) |
Text3d: avoid assert, clamp position before getting the selection |
Revision ede8918 by Campbell Barton January 5, 2014, 16:10 (GMT) |
UI: pin icon was ignoring DPI |
Revision ca78e40 by Campbell Barton January 5, 2014, 16:00 (GMT) |
UI: Use shift+lmb for toggling panel pinning (not to conflict with MMB emulation) |
Revision 3027cdd by Campbell Barton January 5, 2014, 15:40 (GMT) |
Fix own error in recent changes curve text storage, Setting via rna crashed. |
Revision 7f02390 by Campbell Barton January 5, 2014, 15:05 (GMT) |
Text3d: font family dupli-objects now follow rotation of the curve path |
Revision 5ff0d46 by Campbell Barton January 5, 2014, 14:49 (GMT) |
Text3d: minor edits to the API, remove BKE_vfont_to_curve_nubase_ex |
Revision 3b024d6 by Campbell Barton January 5, 2014, 14:37 (GMT) |
Text3d: fix font family feature for unicode and correct tooltip |
Revision 38bbd9c by Campbell Barton January 5, 2014, 13:39 (GMT) |
Text3d: paste additions - Add paste from system clipboard which behaves like paste from file. - Paste from file now replaces the selection rather then just adding to the end. - Move paste operations into the 'Edit' menu. - Added generic paste functions: font_paste_wchar, font_paste_utf8. - Fix paste max length check not taking the selection length into account. |
Revision b0ab91c by Sergey Sharybin January 5, 2014, 11:26 (GMT) |
Code cleanup: fix type in malloc id string |
Revision 039652a by Sergey Sharybin January 5, 2014, 11:26 (GMT) |
Fix memory leak caused by main library split Evaluation Context wasn't freed for temporary mains. |
Revision a2bf25e by Sergey Sharybin January 5, 2014, 11:26 (GMT) |
Fix crash when having multiple text objects sharing the same curve datablock Issue was caused by BKE_vfont_to_curve() modifying curve->nurbs list which gave threading issues. Now added BKE_vfont_to_curve_nubase() which operates on a given nurbs list base which is local in do_makeDispListCurveTypes(). By the looks of it it wouldn't give speed regression because previously it also was creating nurbs for every font object sharing the same curve data. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021