Revision 88aa33d by Campbell Barton February 4, 2013, 12:32 (GMT) |
fix [#34104] vertex color: color select bug changing the hue in a color picker on a panel when black/white was selected would fail because the hue from the previous state wasnt stored. |
Revision df1fe57 by Sergey Sharybin February 4, 2013, 12:14 (GMT) |
Fix #34079: RGB and HSV values inconsistency Use COLOR_GAMMA subtype for new image color since this color is actually being color managed. Also made it so byte and float buffers would have the same exact display color after creation with the same color value. Also made it so color strip's color have COLOR_GAMMA subtype, otherwise swatch color wouldn't match render result which is not nice at all. |
Revision 29a15f2 by Campbell Barton February 4, 2013, 11:28 (GMT) |
fix [#34098] Crash after using Decimate or Remesh modifiers converting a derived mesh to a mesh didnt clear its selection history, which could be invalid after applying a modifier. |
Revision e3784a2 by Thomas Dinges February 4, 2013, 11:23 (GMT) |
Cycles / OSL: * Fix for r53689, there are two noise types, signed and unsigned. Caused Musgrave Texture to render differently compared to SVM backend. |
Revision b2f6c49 by Sergey Sharybin February 4, 2013, 11:06 (GMT) |
Cycles preview scene: made render layer name match name used for BI preview This is needed because render result is being reused between different render previews and keeping names out of sync means once preview result was created for blender internal, it wouldn't be updated after switching to cycles. Same goes to switching from cycles to other renderers like lux and yaf. Simply updated cycles_preview.blend for now, could be solved from code side as well, but IMO better to collect such a limitations of preview blend files and solve them all together during "custom preview.blend for external engines" project. Reported by Jens in IRC. |
Revision 4528405 by Campbell Barton February 4, 2013, 10:14 (GMT) |
add BM_edge_is_contiguous(), check for python api. |
Revision 0515f93 by Campbell Barton February 4, 2013, 07:51 (GMT) |
fix [#33831] "Alt" key is "Alt Window Deactivated" update to the ubuntu workaround from Shinsuke Irie. |
Revision 3c064f4 by Tamito Kajiyama February 4, 2013, 00:23 (GMT) |
* Added a generic helper function for parsing PyObject arguments as N-dimensional float array. * Local helpers were replaced with the generic one. This also fixed a memory leak in the setter function StrokeVertex_point_set. * Made minor code style changes. |
Revision 69993c5 by Campbell Barton February 4, 2013, 00:18 (GMT) |
style cleanup: spaces -> tabs |
Revision 9d4be17 by Campbell Barton February 4, 2013, 00:05 (GMT) |
style cleanup |
Revision c584e01 by Campbell Barton February 4, 2013, 00:02 (GMT) |
drawvolume was timing drawing unnecessarily, replace local defined timing functions with calls to TIMEIT_* macros from PIL_time.h and disable by default. |
Revision 7f8a171 by Tamito Kajiyama February 3, 2013, 23:04 (GMT) |
* Fix for broken StrokeAttribute.visible setter function. * Fix for a wrong vector element index in StrokeAttribute_mathutils_set in the case of MATHUTILS_SUBTYPE_COLOR. * Made minor code style changes. |
Revision 879602d by Tamito Kajiyama February 3, 2013, 22:40 (GMT) |
Replaced PyTuple_SetItem by PyTuple_SET_ITEM when creating new tuples. |
Revision 2950214 by Monique Dewanchand February 3, 2013, 17:22 (GMT) |
One fix for bug [#33785] compositor is (unnecessarily?) slow Added additional buffers - new subtree - for groupnodes. One needs to be aware of how groupnodes should be created. Having translate & scale nodes, with the translate inside the groupnode and the scale node outside, causes artefacts. Both should be inside or outside the groupnode. Same holds for other distort nodes. |
Revision 7e3e3a2 by Tamito Kajiyama February 3, 2013, 17:01 (GMT) |
Freestyle Python API improvements - part 2. The API syntax of FrsMaterial was updated by means of getter/setter properties. Python style modules (including the Parameter Editor) were updated accordingly. |
Revision b58b107 by Jeroen Bakker February 3, 2013, 15:38 (GMT) |
Fix for [#34089] Crash opening file containing translation node saved before rev54235 |
Revision abe41ba by Jeroen Bakker February 3, 2013, 15:06 (GMT) |
Fix for [#34022] Lines on renders using Blur node in flat mode |
Revision bc3cb6f by Campbell Barton February 3, 2013, 15:03 (GMT) |
remove paranoid null check from BLI_ghash_lookup(), was the only ghash function with a null check, callers better check the ghash exists first. |
Revision b31d9c6 by Brecht Van Lommel February 3, 2013, 13:10 (GMT) |
Fix #34087: cycles shadow pass not properly normalized for non-progressive integrator with > 1 samples for a lamp. |
Revision 48e9c15 by Campbell Barton February 3, 2013, 12:19 (GMT) |
fix [#34093] Metastrips don't behave correctly with alt+leftarrow |
|