Revision cd88217 by Sergey Sharybin July 15, 2013, 10:44 (GMT) |
Fix #36145: Error in inverting channels in the UV/Image Editor Issue was caused by operator redo saving values for previous inverted channels, meaning the same channels will be inverted next time operator runs. Don't think it's useful to save operator values here, since you don;t have visual feedback about which channels were inverted. So marked all this properties as SKIP_SAVE. Gives much more predictable results. |
Revision 76ccf24 by Campbell Barton July 15, 2013, 09:10 (GMT) |
correct placement of debug memset() for DEBUG_STRSIZE |
Revision dc591a6 by Campbell Barton July 15, 2013, 09:03 (GMT) |
previous commit r58256, had error in editmode (somehow it worked in most tests still). also don't decrement active indices below zero (also a problem in 2.67). |
Revision 02ba328 by Campbell Barton July 15, 2013, 08:26 (GMT) |
clang/cmake - quiet warnings for external libs and reference moto as a system include. |
Revision c0b2813 by Sergey Sharybin July 15, 2013, 07:58 (GMT) |
Fix #36124: VSE - Input Color doesn't invalidate cache properly for movies Animation structure holds some buffers inside, so for proper cache invalidation we need to re-open the animation. |
Revision dc9beee by Campbell Barton July 15, 2013, 06:29 (GMT) |
fix for error (-1 index into array) when removing customdata layers with no data, delete_customdata_layer was using layer data pointer to check weather to adjust index values (but both pointers can be NULL). Remove this code and do in customdata.c |
Revision bf77d35 by Campbell Barton July 15, 2013, 05:11 (GMT) |
fix for bad lengths being passed to string functions. |
Revision 2b6f35d by Campbell Barton July 15, 2013, 05:09 (GMT) |
fix for error in string copy - BLI_strncpy_wchar_from_utf8 wasn't NULL terminating the destination string, caused uninitialized memory use in BPY_python_start(). - BLI_strncpy_wchar_as_utf8 could write one byte past the buffer bounds. |
Revision 17b1840 by Thomas Dinges July 15, 2013, 04:38 (GMT) |
Cycles / Blackbody node: * Fix the weird results with 800-804.3 Kelvin in SVM. This was an offset issue with the lookup table, made the table slightly larger now (from 954 to 956) which gives a small gap between the R/G/B components. * Use Luminance also for values below 800 Kelvin, for consistency. |
Revision 02f5b0f by Campbell Barton July 15, 2013, 03:54 (GMT) |
debug option (off by default), for BLI_string to help find incorrect sizes being passed in (enable in source files only) |
Revision a91f51b by Campbell Barton July 15, 2013, 02:03 (GMT) |
allow deselection when bones BONE_UNSELECTABLE flag is set (lasso/box/circle select) |
Revision d94fe64 by Campbell Barton July 15, 2013, 01:47 (GMT) |
fix [#36128] Not deselect all bone when I press the A button in edit mode |
Revision d4ab6f3 by Campbell Barton July 15, 2013, 01:34 (GMT) |
fix [#36107] Moving origin of instanced objects doesn't work properly now use the active object first if its selected, this means when multiple instances are selected, using the active object gives a predictable outcome. |
Revision 3c4c247 by Campbell Barton July 14, 2013, 23:41 (GMT) |
fix for own regression, face index ranges still need checking in some places. |
Revision 878608d by Campbell Barton July 14, 2013, 23:27 (GMT) |
fix regression [#36141] Crash with skin and remesh modifier in edit mode. |
Revision 9c85167 by Campbell Barton July 14, 2013, 22:08 (GMT) |
replace strncpy with BLI_strncpy for cases we expect the string to be NULL terminated. |
Revision b39a84e by Thomas Dinges July 14, 2013, 22:02 (GMT) |
Cycles / Vector Transform node: * Code cleanup, to avoid case-sensitive checks for OSL. |
Revision 1c2ff55 by Peter Schlaile July 14, 2013, 20:38 (GMT) |
== libredcode / licence cleanup == Changed libredcode to GNU GPL v2 or later to make it more compatible with additional libraries added to blender. |
Revision e353593 by Gaia Clary July 14, 2013, 17:21 (GMT) |
fix: #36060 Collada Import: animated armature+mesh problem |
Revision 11fe01b by Thomas Dinges July 14, 2013, 16:54 (GMT) |
Merged revision(s) 58226-58240 from trunk/blender into soc-2013-dingto. |
|
|
|


Master Commits
MiikaHweb | 2003-2021