Revision b68673f by Lukas Toenne May 16, 2012, 10:10 (GMT) |
Fix #31369 (discussed in bug report comments). Setting the path/layer name strings of the file/layer slots of the file output node would crash, due to missing id.data pointer in the PointerRNA. Solved by using the iter->parent.id.data pointer for the RNA collection iterator. |
Revision e34a1fc by Campbell Barton May 16, 2012, 09:26 (GMT) |
style cleanup: imbuf |
Revision a7e6d38 by Lukas Toenne May 16, 2012, 09:22 (GMT) |
Fix #31472: displace node wrong y derivative (simple typo). Credit to Ervin Weber (lusque) for the fix. |
Revision d82ca6d by Campbell Barton May 16, 2012, 09:12 (GMT) |
svn merge ^/trunk/blender -r46632:46684 |
Revision 9bcf305 by Campbell Barton May 16, 2012, 08:42 (GMT) |
fix [#31474] Crash when object has parent and dupli_type == 'FRAMES' and show_x_ray, show_transparent are set to True dupli objects should never be added to after-draw, added an assert to ensure this (and make fixing such bugs easier). |
Revision d64fd16 by Campbell Barton May 16, 2012, 07:38 (GMT) |
style cleanup: imbuf |
Revision f386587 by Ove Murberg Henriksen May 16, 2012, 05:16 (GMT) |
Bugfix |
Revision e6ddad5 by Dan Eicher May 16, 2012, 02:51 (GMT) |
CPack rpm cleanup -- package name and .spec->Version match -- use find_lang macro for locales -- Requires & Provides (mostly) match the fedora .spec -- fix unpackaged file error for blender-thumbnailer.py TODO: figure out how persuade CPack to make multiple rpms to also package blenderplayer |
Revision ffd56fd by Joshua Leung May 16, 2012, 02:40 (GMT) |
Bugfix [#31469] 'cyclic offset' option is broken Removing this option from the UI. Cyclic offset and/or other the myriad of other half-working walk/stride cycle stuff has been removed pending further review at a later date about what's really needed, and the best way to do so with regards to different rig types (i.e. setup antagonistic). |
Revision ed33320 by Nicholas Bishop May 16, 2012, 00:51 (GMT) |
Code cleanup: simplify standard GHash creation. Added four new functions as shortcuts to creating GHashes that use the standard ptr/str/int/pair hash and compare functions. GHash *BLI_ghash_ptr_new(const char *info); GHash *BLI_ghash_str_new(const char *info); GHash *BLI_ghash_int_new(const char *info); GHash *BLI_ghash_pair_new(const char *info); Replaced almost all occurrences of BLI_ghash_new() with one of the above functions. |
Revision eb22b52 by Campbell Barton May 15, 2012, 18:50 (GMT) |
style cleanup: pep8 |
Revision e79c29a by Campbell Barton May 15, 2012, 18:45 (GMT) |
style cleanup: raytree code |
Revision 7aa21d6 by Brecht Van Lommel May 15, 2012, 18:34 (GMT) |
Python/CurveMapping: add Curve Mapping functions to add/remove curve points, evaluate the curve and update after changes. |
Revision 37552ac by Nicholas Bishop May 15, 2012, 16:32 (GMT) |
Update create_vert_edge_map() to match create_vert_poly_map(). |
Revision 7b31c3c by Sergey Sharybin May 15, 2012, 16:11 (GMT) |
Fix cosmetic typos Patch provided by Matteo F. Vescovi, thanks! |
Revision fb2b663 by Sergey Sharybin May 15, 2012, 15:55 (GMT) |
Remove "Use Root Coordinates" from the interface Seems it was never ported since 2.49 and currently makes no sense. |
Revision 8496162 by Sergey Sharybin May 15, 2012, 15:34 (GMT) |
Fix for second part of #31445: Surface "Control Points" menu is empty The only difference that it should be Select Linked All operator added to the menu |
Revision fbea569 by Sergey Sharybin May 15, 2012, 15:28 (GMT) |
Fix #31445: Surface "Control Points" menu is empty It is possible to create hook for surfaces, so display this entry in Control points menu. |
Revision e5927b8 by Sergey Sharybin May 15, 2012, 15:05 (GMT) |
Tomato: fixes for marker sliding operator - Fixed crash on slide undo. Was caused by some typos in slide data initialization and not checking for slide action in cancel callback - Always create keyframe for frame when marker is stared sliding. |
Revision 5478b21 by Brecht Van Lommel May 15, 2012, 15:02 (GMT) |
Fix: mirror modifier only mirrors first UV map (IRC report). |
|