Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4185 / 5574

Revision 8f657c1 by Matt Ebb
November 21, 2010, 23:36 (GMT)
Fix: 8bit raw and 'blender voxel' voxel data texture formats didn't support relative paths
November 21, 2010, 20:00 (GMT)
== Sequencer ==

* documented and rewrote the render interface of the sequencer.
(now, the geometry / render_type / etc. settings are stored within a
seperate structure called SeqRenderData that is passed within the code.)

* that fixes
* cache problems, since the caching system didn't keep track of
proxy files vs. final renders.
* is a necessary step, to bring back frame blending in speed effect
(the SeqRenderData structure elements are already there)
* will make motion blur render options available within the sequencer!

* this patch also fixes:
* "easy retiming" using speed effects. (in Blender 2.49, you could
add a speed effect and resize the source track to retime it to that
length)
* adds labels for the Original dimensions for Image + Movie tracks
(worked in 2.49, too)


November 21, 2010, 19:29 (GMT)
Toggle cyclic on when creating segment between first and last points of non-cyclic bezier
November 21, 2010, 19:01 (GMT)
Recalc handles after toggling bezier's cyclic flag when deleting segment
November 21, 2010, 18:50 (GMT)
Applying patch #24822: Select linked for curves as for meshes, CTRL + L version

With some own changes:
- Select pick moved to invoke()
- Used editsurfcurve_region_view3d as poll function for this operator
due to ogl dependency

Thanks to Elia Sarti (vekoon)!
November 21, 2010, 18:46 (GMT)
Bugfix #22611

(Well, while testing this report I found this fix!)
Blender could crash after rendering a 2.4 or 2.5 file

The context before/during/after file reads is still fishy.
Need a more clear & clean mind to really check it from
scratch again.

November 21, 2010, 18:31 (GMT)
[#22854] Objects lag behind mouse pointer when transformed (translated)

[#24652] Project vertices button showing in object mode and leads to wrong behavior.

Removing soft redraw (code is still there in case we need it eventually) on mouse move, now that events are compressed.
November 21, 2010, 17:32 (GMT)
Bugfix #24837

Small typo, EXR option PIZ was typed as PIX

November 21, 2010, 17:23 (GMT)
Bugfix #24825

Error in alignment code caused some buttons to draw not nicely
aligned, like the Frame rate buttons in Render properties.

November 21, 2010, 16:32 (GMT)
disallow disabling WITH_SAMPLERATE if any audio outputs are enabled.
November 21, 2010, 14:32 (GMT)
WITH_SAMPLERATE option for cmake, without this playback wont behave right so this is mainly intended for developers who build without audio enabled.
November 21, 2010, 14:05 (GMT)
Fixed missed selection oulines for curves/surfaces/fonts/armature when texture shading is active
November 21, 2010, 13:41 (GMT)
- check IF WIN32 AND NOT UNIX (for cygwin)
- patch from Mike S to enable OpenMP and xcode
November 21, 2010, 13:01 (GMT)
Bugfix #24824

Color Picker: when inserting keys (right mouse menu), the colors didn't
change for buttons to indicate such. The function that sets the flags
returned too early.

November 21, 2010, 09:10 (GMT)
- include pthreads for win32 globally (as with opengl).
- MSVC CFLAGS were being set by only checking WIN32, (breaking non-msvc win32 builds)
November 21, 2010, 09:06 (GMT)
- some more rna range corrections
- correct exception messages for mathutils constructors.
November 21, 2010, 05:35 (GMT)
incorrect argument parsing for python opengl module bgl.
unsigned byte/short/int were being passes as signed values which would raise an overflow error if a range greater then the signed value was used.
November 21, 2010, 03:45 (GMT)
fix for RNA ranges exceeding the range of the type (INT_MAX used on short's for eg).
November 21, 2010, 01:55 (GMT)
Changing KX_Camera.perspective didn't actually change the camera's perspective because the camera's matrix was cached. The setter for KX_Camera.perspective now invalidates the camera's matrix so it's recomputed with the change.
November 20, 2010, 21:43 (GMT)
[#24827] Crash when auto-keyframing while playing animation

Reported by André Oliveira

Need to pass valid context to autokeying callback function.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021