Revision 1a47f95 by Joshua Leung November 15, 2011, 11:34 (GMT) |
Formatting cleanup. No functional changes |
Revision 5f18cc2 by Joshua Leung November 15, 2011, 11:15 (GMT) |
Bugfix [#29264] Superfluous control in Maintain Volume constraint |
Revision cc93e47 by Campbell Barton November 15, 2011, 11:04 (GMT) |
correct off by one error in previous commit, also add assert incase idproperty length gets out of sync. |
Revision ea02534 by Campbell Barton November 15, 2011, 10:49 (GMT) |
missed these while rna renaming. |
Revision 3cf56d4 by Campbell Barton November 15, 2011, 10:32 (GMT) |
add IDP_EqualsProperties support for comparing non-null terminated byte strings. |
Revision 4de9173 by Campbell Barton November 15, 2011, 10:19 (GMT) |
de-duplicate some idproperty py api code, also improve some exception messages. |
Revision 995ca53 by Bastien Montagne November 15, 2011, 10:01 (GMT) |
Fixed compilation error in writeffmpg.c (caused by recent IDProp changes). |
Revision ba9b5f4 by Bastien Montagne November 15, 2011, 09:42 (GMT) |
Minor: added the description of expected string format for the template_list's "prop_list" parameter (was missing in bpy ref...). |
Revision d4d80ee by Campbell Barton November 15, 2011, 09:28 (GMT) |
rename IDProp.c/h to idprop_py_api, since it was same name as BKE idprop.c with case changed. |
Revision 8623935 by Campbell Barton November 15, 2011, 09:22 (GMT) |
pass a pointer to IDP_New's IDPropertyTemplate rather then a copy. |
Revision df6aa48 by Sergey Sharybin November 15, 2011, 09:21 (GMT) |
Fixed typo in previous commit |
Revision 2ab1732 by Campbell Barton November 15, 2011, 09:12 (GMT) |
support for non-null terminated byte strings in id properties (as a subtype of IDP_STRING types) |
Revision ae046bc by Sergey Sharybin November 15, 2011, 08:43 (GMT) |
Patch from nico_ga: libmv can be compiled with icc now |
Revision 5cf345f by Sergey Sharybin November 15, 2011, 08:43 (GMT) |
Request from nico_ga: expose WITH_BF_STATIC* variables to linux-config so builders can easily find interesting for them flag. |
Revision 6977264 by Campbell Barton November 15, 2011, 07:35 (GMT) |
fix for own error, BLI_replace_extension would strip the filename if there wasn't already an extension. |
Revision ab3295d by Campbell Barton November 15, 2011, 07:30 (GMT) |
fix for crash in blenderplayer when the engine isnt fount. |
Revision a3bbae9 by Sergey Sharybin November 15, 2011, 07:28 (GMT) |
Workaround for half-transparent windows when running blender-softwaregl and compiz effects are enabled. Thanks to Nicholas Bishop for pointing in possible solution of this issue. |
Revision d6c1009 by Campbell Barton November 15, 2011, 07:09 (GMT) |
bytestring support for py/rna - this is so py can access data which isn't meant to be accessed as unicode text. |
Revision 8a0da0b by Sergey Sharybin November 15, 2011, 07:00 (GMT) |
Fix #29202: Crash - VSE Cross strip probably leads to this Crash was caused by several conditions: - Frame which failed to decode tried to be converted to RGB colorspace and some filters like deinterlacing used to be applied as well (it's avscale stuff sws_scale where crash happened). - In some cases it happened reading of freed memory when calling sws_scale function. Looks like it happened because of freeing packet on which decoding of frame finished and reading next packet. Solved this two issues by making YUV->RGB conversion as soon as frame was decoded in ffmpeg_decode_video_frame (such postprocessing used to happen in callee of this function ffmpeg_fetchibuf), so now sws_scale would be called before freeing packet on which decoding of frame finished and it wouldn't be called in cases when decoding of frame failed. If decoding of frame failed, it'll be black ibuf returned to the sequencer. |
Revision e8906f5 by Sergey Sharybin November 15, 2011, 06:37 (GMT) |
Fix #29253: 3D Manipulator: "Active Element" not supported for curves This funcitonality simply wasn't implemented for curves yet, implemented it now. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021