Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3827 / 5574

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
November 15, 2011, 11:04 (GMT)
correct off by one error in previous commit, also add assert incase idproperty length gets out of sync.
November 15, 2011, 10:49 (GMT)
missed these while rna renaming.
November 15, 2011, 10:32 (GMT)
add IDP_EqualsProperties support for comparing non-null terminated byte strings.
November 15, 2011, 10:19 (GMT)
de-duplicate some idproperty py api code, also improve some exception messages.
November 15, 2011, 10:01 (GMT)
Fixed compilation error in writeffmpg.c (caused by recent IDProp changes).
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...).
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.
November 15, 2011, 09:22 (GMT)
pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.
November 15, 2011, 09:21 (GMT)
Fixed typo in previous commit

November 15, 2011, 09:12 (GMT)
support for non-null terminated byte strings in id properties (as a subtype of IDP_STRING types)
November 15, 2011, 08:43 (GMT)
Patch from nico_ga: libmv can be compiled with icc now
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.
November 15, 2011, 07:35 (GMT)
fix for own error, BLI_replace_extension would strip the filename if there wasn't already an extension.
November 15, 2011, 07:30 (GMT)
fix for crash in blenderplayer when the engine isnt fount.
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.
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.
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.
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021