Revision 978609a by Peter Schlaile 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... |
Revision a6b8ac5 by Peter Schlaile 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. |
April 11, 2010, 16:41 (GMT) |
SVN maintenance. |
Revision 56b1c4e by Martin Poirier 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) |
Revision 67cfc42 by Campbell Barton 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. |
Revision 4d2bc9f by Campbell Barton April 11, 2010, 12:20 (GMT) |
mindrones reports cmake 2.4 doesnt work anymore, since 2.8 is current, bumping the minimum version requiired |
Revision fe9a22a by Campbell Barton 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. |
Revision 4c5fe03 by Ton Roosendaal 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. |
Revision 5c24ce1 by Damien Plisson April 11, 2010, 11:19 (GMT) |
Cocoa fix [#21866] : force mouse move event to be sent upon cursor position set request |
Revision f3f8855 by Ton Roosendaal 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... |
Revision ee0a217 by Campbell Barton 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. |
Revision a8bca52 by Dalai Felinto 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. |
Revision 4d2f5a2 by Campbell Barton 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 |
Revision 9eb838c by Campbell Barton April 10, 2010, 19:06 (GMT) |
bpy.app was writing members more then once. |
Revision 6e3920e by Campbell Barton 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. |
Revision 7a4a3ec by Tamito Kajiyama April 10, 2010, 14:46 (GMT) |
Removed duplicated definitions of verticesBegin(), verticesEnd(), pointsBegin(), and pointsEnd(). All these methods are inherited from the Interface1D class. |
Revision cc3ca0f by Tamito Kajiyama April 10, 2010, 14:29 (GMT) |
Fixed a TabError: inconsistent use of tabs and spaces in indentation. |
Revision c939331 by Damien Plisson 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! |
Revision c3ab6bc by Campbell Barton April 9, 2010, 20:43 (GMT) |
rna reference docs, list inherited properties and functions at the bottom of each type. |
Revision c169c5d by Campbell Barton April 9, 2010, 20:04 (GMT) |
dont document parent classes funcs and properties |
|
|
|


Master Commits
MiikaHweb | 2003-2021