Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2991 / 5574

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.
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.
January 6, 2014, 13:53 (GMT)
Fix for recent kdtree py module with MSVC

also remove submodule includes from mathutils.h
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
January 6, 2014, 05:46 (GMT)
Python API: utility function for filling a tuple with a single value.
January 6, 2014, 03:41 (GMT)
Fix for own error in recent text3d changes

Called important function from within an assert.
January 6, 2014, 02:58 (GMT)
Code Cleanup: osl style
January 6, 2014, 02:22 (GMT)
Code cleanup / Cycles: else/if for SSE41 kernel functions.
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
January 5, 2014, 16:27 (GMT)
Text3d: avoid assert, clamp position before getting the selection
January 5, 2014, 16:10 (GMT)
UI: pin icon was ignoring DPI
January 5, 2014, 16:00 (GMT)
UI: Use shift+lmb for toggling panel pinning (not to conflict with MMB emulation)
January 5, 2014, 15:40 (GMT)
Fix own error in recent changes curve text storage,

Setting via rna crashed.
January 5, 2014, 15:05 (GMT)
Text3d: font family dupli-objects now follow rotation of the curve path
January 5, 2014, 14:49 (GMT)
Text3d: minor edits to the API, remove BKE_vfont_to_curve_nubase_ex
January 5, 2014, 14:37 (GMT)
Text3d: fix font family feature for unicode and correct tooltip
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.
January 5, 2014, 11:26 (GMT)
Code cleanup: fix type in malloc id string
January 5, 2014, 11:26 (GMT)
Fix memory leak caused by main library split

Evaluation Context wasn't freed for temporary mains.
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021