Blender Git Commits

Blender Git "master" branch commits.

Page: 4360 / 5574

April 11, 2010, 19:26 (GMT)
== Sequencer ==

Made custom proxy files a lot more sensible to select
(upgraded to filepath get/setters)

Changed semantics, since custom files don't make much
sense without custom directories...

April 11, 2010, 18:37 (GMT)
== Sequencer ==

Proxy render size settings is now back. (Maybe still in need of some sensible
icons, though...)

Also: waveform color seperation works in N-keys dialog again.

Revision 0b99fd9 by gsr b3d
April 11, 2010, 16:41 (GMT)
SVN maintenance.
April 11, 2010, 16:04 (GMT)
Specific operator for Push/Pull (no need to go through the generic operator and it makes it available in the operator search)
April 11, 2010, 14:22 (GMT)
PyAPI
- added new mathutils.Color() type, use with rna so we can do for eg:
material.diffuse_color.r = 1.0
# also has hsv access
material.diffuse_color.s = 0.6

- made Mathutils and Geometry module names lowercase.

April 11, 2010, 12:20 (GMT)
mindrones reports cmake 2.4 doesnt work anymore, since 2.8 is current, bumping the minimum version requiired
April 11, 2010, 12:05 (GMT)
py api file rename
- prefix mathutils api.
- 2 blf.c files (annoying for debugging)
- py api docs ignore keying sets as with operators.
April 11, 2010, 11:52 (GMT)
Long outstanding panel feature: press ENTER with mouse on header will
open/close it. Will allow quicker inspections without mouse strains.

April 11, 2010, 11:19 (GMT)
Cocoa fix [#21866] : force mouse move event to be sent upon cursor position set request
April 11, 2010, 10:49 (GMT)
Zoom in/out for Composite Node backdrop is (temp?) Vkey and SHIFT+V.
Scrollwheel is being fully swallowed there now...

April 11, 2010, 09:13 (GMT)
python function to remove drivers.

eg:
bpy.context.object.driver_remove("location")

ANIM_remove_driver now accepts -1 as an index for removing all drivers from one path.
April 11, 2010, 01:53 (GMT)
BGE fix #20456 - 2.5: mouse position problem (offseted by 1 vertically)

In Blender 2.49 the win width and height were been calculated including an extra pixel (e.g. a fullscreen editor would be (width + 1) by (height + 1) )
In opposite to that, Blender 2.5 window/editor code were fixed to have the exact width,height size.
So although the BGE canvas code was still the same as 2.49 it was producing a wrong result.

I'm also adding some commentaries in the setViewport code. BGE is setting the viewports 1 pixel larger.
the setViewport command is been used as if one should pass (minx, miny, width, height), while it should be (minx, miny, maxx, maxy). I will take care of that later, if any one has extra comments on that, please let me know.
April 10, 2010, 22:12 (GMT)
Solidify Modifier
- vertex normals were not being flipped (though faces are)
- rim faces didnt influence edge vertex normals

apply solidify on top of solidify modifier now works correctly
April 10, 2010, 19:06 (GMT)
bpy.app was writing members more then once.
April 10, 2010, 18:35 (GMT)
rna/py/reference doc improvements..
- vectors now respect min/max settings.
- keyframing and adding drivers raises an error in an index is set on a non array, keyframing raises an error if it fails.

reference docs...
- added docstrings for remaining python bpy_struct functions
- added fake class for docs, bpy_struct, which is the base class of everything in bpy.types
- improved inherictance references for struct classes, include bpy_struct members.
April 10, 2010, 14:46 (GMT)
Removed duplicated definitions of verticesBegin(), verticesEnd(),
pointsBegin(), and pointsEnd(). All these methods are inherited
from the Interface1D class.
April 10, 2010, 14:29 (GMT)
Fixed a TabError: inconsistent use of tabs and spaces in indentation.
April 10, 2010, 09:31 (GMT)
QTKit (OSX 64bit): Add audio export to Quicktime

Supports default OSX codecs : Linear PCM, Apple Lossless and AAC

Note that AAC codec doesn't support sample rates above 48kHz. If a python/rna guru knows how to easily enforce this limit, he is welcome!

Enjoy making Quicktime movies now with audio!
April 9, 2010, 20:43 (GMT)
rna reference docs, list inherited properties and functions at the bottom of each type.
April 9, 2010, 20:04 (GMT)
dont document parent classes funcs and properties
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021