Revision 8ef4c47 by Gaia Clary June 23, 2012, 22:03 (GMT) |
Added option for exporting material based textures. Cleaned up header files due to a bug in osx |
Revision 06fb9c8 by Sergey Sharybin June 23, 2012, 18:08 (GMT) |
Revision 870dba7 by Sergey Sharybin June 23, 2012, 18:04 (GMT) |
Keying node: assume overexposured pixels as foreground Screens are usually doesn't have overexposured pixels and all saturation / gradient math was written assuming that all channels are withing 0 .. 1 range and in cases when some channel exceeds this range matte could be completely wrong. Added special check for overesposure and assume such pixels as definitely foreground. Also fixed minimal value for edge kernel size. |
Revision 0c8ebad by Campbell Barton June 23, 2012, 14:23 (GMT) |
add cmake option WITH_SYSTEM_OPENJPEG so linux can build cycles without having libopenjpeg installed. |
Revision 263be14 by Campbell Barton June 23, 2012, 13:42 (GMT) |
rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate. |
Revision 79fb331 by Mitchell Stokes June 23, 2012, 03:39 (GMT) |
Fix for [#29412] "Priority 0 cause problems with pulse mode" reported by Guillaume Côté. Right now this is being fixed by not allowing the exact same action (action, start/end frames, speed, etc) to be played if it's already playing. Hopefully this will not cause more issues than it solves. |
June 23, 2012, 02:10 (GMT) |
SVN maintenance. |
Revision d0bf289 by Gaia Clary June 22, 2012, 17:14 (GMT) |
Fix: Collada (Exporter) replaced the initial operator Presets with 2 up to date versions |
Revision adf3a5e by Gaia Clary June 22, 2012, 16:16 (GMT) |
Collada: (Export) Added export of surface textures, and control over exported uv layers |
Revision 257283e by Gaia Clary June 22, 2012, 15:40 (GMT) |
added new function BKE_imbuf_to_image_format |
Revision 5455cad by Gaia Clary June 22, 2012, 15:38 (GMT) |
fixed function name: BLI_rebase_path, reworked description, added enum bli_rebase_state for defined return values |
Revision 0fd1797 by Campbell Barton June 22, 2012, 15:08 (GMT) |
svn merge ^/trunk/blender -r48188:48195 |
Revision 0b0ac3a by Campbell Barton June 22, 2012, 15:06 (GMT) |
remove scene from new compositor classes. only needs RenderData |
Revision 590f5fd by Jeroen Bakker June 22, 2012, 14:43 (GMT) |
fix for [#31890] Lens Distortion inside Node group don't work |
Revision 65e9216 by Jeroen Bakker June 22, 2012, 13:24 (GMT) |
Nullpointer exception happened when all input sockets of a (for example) a translate node were connected with the same complex node (like lens distortion). Added a check to see if the list of buffers are available to resolve this issue. |
Revision f73e023 by Jeroen Bakker June 22, 2012, 13:11 (GMT) |
* fix for [#31553] Tile Compositor: Strange seams |
Revision 35bc9b6 by Campbell Barton June 22, 2012, 12:31 (GMT) |
when draw-other-uv's is enabled. fallback to the spaces image if no active face is found. |
Revision 23c38bc by Campbell Barton June 22, 2012, 11:56 (GMT) |
svn merge ^/trunk/blender -r48168:48188 |
Revision 238d3fa by Campbell Barton June 22, 2012, 11:53 (GMT) |
mask re-key feature - mango request. ability to reset selected points shape key data. useful if you add many keys to one part of a curve, then later want to key another part - but dont want to continuously make the same corrections. |
Revision 226c86a by Campbell Barton June 22, 2012, 07:49 (GMT) |
use an inline function for rgb -> bw conversion. |
|