Revision 30695da by Campbell Barton September 12, 2013, 01:41 (GMT) |
another fix for [#36694], user submitted a new testfile that crashes without pointer lists being cleared. |
Revision f16047c by Antonis Ryakiotakis 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! |
Revision 4946879 by Daniel Stokes 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. |
Revision 202109a by Campbell Barton 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. |
Revision a144793 by Campbell Barton September 11, 2013, 21:23 (GMT) |
fix uninitalized var with new normal calculation function. |
Revision 1b55158 by Brecht Van Lommel September 11, 2013, 18:57 (GMT) |
Fix use of uninitialized variable in new Mesh.calc_normals_split. |
Revision e19006b by Brecht Van Lommel 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. |
Revision d396bd9 by Nathan Letwory 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. |
Revision 9ea032f by Sergey Sharybin September 11, 2013, 11:43 (GMT) |
Enable transform helpline in clip editor |
Revision 9b09af0 by Sergey Sharybin September 11, 2013, 10:06 (GMT) |
Fix #36701: Mask pivioting doesnt honor parenting Made mask transformation aware of parent matrix. |
Revision 441bb19 by Campbell Barton 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. |
Revision 17d749e by Campbell Barton September 11, 2013, 07:36 (GMT) |
replace inline index lookup with BLI_findindex |
Revision 801b843 by Nathan Letwory September 11, 2013, 07:23 (GMT) |
Add read-only access to index data for current line, top line and visible lines count. |
Revision 2f6c748 by Campbell Barton 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). |
Revision d2d1025 by Campbell Barton September 11, 2013, 06:56 (GMT) |
add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d() |
Revision 3579dfe by Campbell Barton September 11, 2013, 05:06 (GMT) |
interface, replace '|' with define UI_SEP_CHAR |
Revision 90ff86a by Campbell Barton 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). |
|
|
|


Master Commits
MiikaHweb | 2003-2021