Revision d8f2672 by Campbell Barton January 15, 2013, 13:08 (GMT) |
style cleanup |
Revision eaa9258 by Brecht Van Lommel January 15, 2013, 12:16 (GMT) |
Code cleanup: remove some remaining code from the old compositor. |
Revision da03cc3 by Brecht Van Lommel January 15, 2013, 12:16 (GMT) |
Fix #33800: GLSL group nodes not using the external input value unless a node was connected to the socket. |
Revision 600b2ad by Brecht Van Lommel January 15, 2013, 11:14 (GMT) |
Fix #33875: minimize stretch UV tool incremented in steps of 0.2 instead of 0.1, and now also shows the shortcut keys for setting the blend value. |
Revision 7aa9401 by Brecht Van Lommel January 15, 2013, 10:47 (GMT) |
Fix #33741,#33856: multi texture drawing problem with VBO's after a recent bugfix. |
Revision 8b204f1 by Brecht Van Lommel January 15, 2013, 10:47 (GMT) |
Render: set minimum render size to 1x1 instead of 2x2. As far as I can tell this works ok, and it's useful for debugging. |
Revision 15638ea by Sergey Sharybin January 15, 2013, 10:00 (GMT) |
Jpeg2000 should be saved with straight alpha |
Revision 0ce2d27 by Sergey Sharybin January 15, 2013, 08:37 (GMT) |
Follow general mathutils rules for naming straight<->premul functions |
Revision 4f7465c by Bastien Montagne January 15, 2013, 08:19 (GMT) |
Minor UI message fix (from [#33101] Minor interface typo in User Preferences > Themes > Add Preset, patch by gdh, on IRC). |
Revision 9263fdb by Campbell Barton January 15, 2013, 08:10 (GMT) |
fix [#33781] Confusing units in displacement modifier parameters 16bit PNG images were not doing any conversions when saving linear float buffers, but would always load them as SRGB. apply the same method used for 16bit images from floats as used in jpeg2000. |
Revision baad27e by Sergey Sharybin January 15, 2013, 07:56 (GMT) |
Spelling corrections |
Revision 440ef73 by Sergey Sharybin January 15, 2013, 07:56 (GMT) |
Two threading issues: - Drawing masks in image editor requires LOCK_DRAW_IMAGE around ED_space_image_get* functions since they'll acquire image buffer. Lock is needed because viewers will be modified directly in compositor (see commend in draw_image_main) - Seems that was wrong order of invalidating render result and viewer image invalidation happened in Composite node, which could easily lead to thread lock. |
Revision f9133c5 by Campbell Barton January 15, 2013, 07:35 (GMT) |
write 16 bit PNG files even when there is no float buffer, the existence of a float buffer can depend on the image being used in the compositor for example, so better give the user what they expect - 16bit png if its selected from the UI. |
Revision a404e3f by Campbell Barton January 15, 2013, 04:33 (GMT) |
fix issue reported in '[#33876] bpy.path.ensure_ext adds extension twice / extra period if filename empty, just a period or equal to extension' For python operators that used the ExportHelper mix-in class, an empty file field would become '.ext', entering and existing the text field would become '.ext.ext', Now only add an extension if the filename part of the path is set, so '.ext' will still become '.ext.ext' but having only the extension isn't so likely to happen in the first place now. This is a different fix then the changes suggested in the report but I'd prefer to keep path functions stupid+predictable. |
Revision 8496a5a by Campbell Barton January 15, 2013, 03:48 (GMT) |
replace vertex slide with the transform operator. (MESH_OT_vert_slide -> TRANSFORM_OT_vert_slide) |
Revision 2e154f7 by Campbell Barton January 15, 2013, 03:35 (GMT) |
vertex slide was using flipped value, wasnt so noticable unless you types in a value. |
Revision 819a751 by Bastien Montagne January 14, 2013, 21:41 (GMT) |
Some fixes: * handle nicely multiple empty lines in po files (still have to figure out why po writer sometime output two lines instead of one!) * fix rtl processing! |
Revision 0b212d5 by Campbell Barton January 14, 2013, 20:27 (GMT) |
displace modifier incorrectly had mid-level set as a 'distance' subtyped property. also change the minimum texture contrast to 0.0 (was 0.01). |
Revision dfdf07c by Campbell Barton January 14, 2013, 20:04 (GMT) |
fix [#33831] "Alt" key is "Alt Window Deactivated" Patch from Patrick Zulke (pazul) |
Revision ef0ed22 by Campbell Barton January 14, 2013, 19:46 (GMT) |
remove NULL checks for BM_iter_new() element iterators. replace checks with assert(). |
|