Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3076 / 5574

September 12, 2013, 01:41 (GMT)
another fix for [#36694], user submitted a new testfile that crashes without pointer lists being cleared.
September 11, 2013, 23:28 (GMT)
Better fix for #36688.

Throw a python error if user attempts to use CurveMap without calling
CurveMapping.initialize() first. Added access to the initialize function
to CurveMapping on RNA level.

Thanks to Campbel for the help and remarks!
September 11, 2013, 23:24 (GMT)
BGE: Potential fix for [#35522] Broken game engine compatibility since 2.66a on some ATI cards?

Disabling display lists for legacy ATI cards since they don't support display lists well.

Also removing an unused variable from the display list rasterizer.
September 11, 2013, 21:27 (GMT)
code cleanup: set enums as static or add RNA_enum_types.h where they are used elsewhere.
also minor style cleanup.
September 11, 2013, 21:23 (GMT)
fix uninitalized var with new normal calculation function.
September 11, 2013, 18:57 (GMT)
Fix use of uninitialized variable in new Mesh.calc_normals_split.
September 11, 2013, 18:57 (GMT)
Fix #36705: UV pack island crashing after recent change.
Revision ba68fea by Lukas Toenne
September 11, 2013, 17:34 (GMT)
Fix #36700, z-depth not rendering properly at (n*256)+1 dimensions.
The chunk indices for scheduling chunks based on a given area were calculated incorrectly. This caused chunks at the very border of the render (pixels 256..257) to be omitted, leading to incorrect values
in the Z buffer of the test file, which in turn caused wrong normalization range and the resulting almost-white image.
Also added a dedicated executePixel function for Z buffer to avoid any interpolation of Z values.
September 11, 2013, 14:14 (GMT)
Fix [#36702] blenderapplication window position and size

On Windows the system window will be sized an positioned such that Blender screen area lower left
corner is at the requested location, and with dimension as requested.

Thanks to Alexander N. for reporting and Brecht van Lommel for input.
September 11, 2013, 11:43 (GMT)
Enable transform helpline in clip editor
September 11, 2013, 10:06 (GMT)
Fix #36701: Mask pivioting doesnt honor parenting

Made mask transformation aware of parent matrix.
September 11, 2013, 09:55 (GMT)
fix [#36081] ngones causes problems with lightmap packing
Revision b551476 by Lukas Toenne
September 11, 2013, 09:02 (GMT)
Revert r60034 and proper fix for #36698 by Sergey Sharybin. NULL pointer checks should never be done in color management. Instead this makes sure the look identifier is always initialized correctly to
the default if not defined.
September 11, 2013, 07:36 (GMT)
replace inline index lookup with BLI_findindex
September 11, 2013, 07:23 (GMT)
Add read-only access to index data for current line, top line and visible lines count.
September 11, 2013, 07:10 (GMT)
fix [#36020] SmartUV Project is messy on a cube
was using very simple/stupid check to rotate us islands, replace with box_fit_2d() function.

missed docstring last commit.
Revision e0b2111 by Lukas Toenne
September 11, 2013, 07:07 (GMT)
Fix #36698 Cycles MinGW64 Mike Pan scene crashes instantly. Missing pointer check in color management look access from r59945. The look_desc pointer is NULL if the look string is undefined (empty).
September 11, 2013, 06:56 (GMT)
add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d()
September 11, 2013, 05:06 (GMT)
interface, replace '|' with define UI_SEP_CHAR
September 11, 2013, 04:56 (GMT)
fix [#36699] ASCII-character "|" blocks parenting
don't split '|' for rna-property search buttons (but keep for operator search).
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021