Blender Git Commits

Blender Git "master" branch commits.

Page: 4510 / 5574

November 19, 2009, 14:33 (GMT)
* Added Shift+Space hotkey for "Area Full Screen" as it is in 2.49.
Request by Pablo (venomgfx). :)
November 19, 2009, 14:32 (GMT)
added 'hidden' option for python defined rna props, means py operators can use hidden properties so the popup wont show
improved error message when bad args are given to propertyRNA funcs
November 19, 2009, 13:26 (GMT)
Renamed "col2" to "wide_ui" which is more meaningful.
November 19, 2009, 13:22 (GMT)
* Small Layout fixes.
* Single Layout for Softbody Panels.
November 19, 2009, 12:58 (GMT)
Single Column layout for Fields, Smoke, Cloth and Fluids.
Patch by nudelZ.
November 19, 2009, 11:56 (GMT)
correcting ID property list was incorrect on porting
November 19, 2009, 11:49 (GMT)
- remove CPPFLAG XP_UNIX from CMake, Scons and Irix make, checked our own code and /usr/include, its only used in our netscape plugin.
- CMake on unix default OpenMP to enabled.
- Scons on linux default OpenMP to enabled.
- copying python is slow, for scons only copy if the directory has not been created.

November 19, 2009, 10:48 (GMT)
missed render border in modal keymap
November 19, 2009, 09:57 (GMT)
Revert toolbar shading commit.
November 19, 2009, 08:56 (GMT)
Drag'n'drop : moved "setAcceptDragOperation" functions at window level
GHOST/Cocoa : changed strings encoding to isoLatin1 (was UTF-8)
Revision 525fbb2 by Matt Ebb
November 19, 2009, 04:50 (GMT)
* Fix for texture->image node not working

+ a few cleanups
Revision bf575a1 by Matt Ebb
November 19, 2009, 04:13 (GMT)
* Changed scroll bar scale handles back to scaling from either side, rather than to the center (ctrl-drag or mouse wheel works fine for that)
Revision a1b39ac by Matt Ebb
November 19, 2009, 04:11 (GMT)
* Fix for RMB keyframe/data path/etc operators not working in sub-regions, was getting the wrong region context to operate on.
Revision 2c08e18 by Matt Ebb
November 19, 2009, 03:21 (GMT)
* Added control and animation of sound volume of sequence sound strips (found in properties pane)

To insert keys, use I key while hovering over the button for now, rmb clicking on the property to insert a key doesn't work (general bug for all regions except property editor - will investigate).

Doesn't convert over from old fac0 ipos on opening old files though for the time being.

* Made sequence strip names unique while I was at it, to allow strip properties to be animated properly.
Revision bb3afc8 by Joshua Leung
November 19, 2009, 02:58 (GMT)
Sequencer UI: Sequencer now uses the standard timeline cursor instead of a hacky custom one that used a hardcoded colour
Revision abe6b4c by Joshua Leung
November 19, 2009, 00:37 (GMT)
Bugfix:

Adding drivers to single values was broken.
November 18, 2009, 21:57 (GMT)
2.5 Single Column Layout:
* Added code to enable single column layout for general physic panels.
Note: Force Field Falloff panel has some issues with single layout.
Revision 0c8b41e by Joshua Leung
November 18, 2009, 21:01 (GMT)
Fix crash on Windows when clicking anywhere in a window. Cursor grabbing code was missing checks for invalid tablet data.
November 18, 2009, 20:01 (GMT)
ID properties that are displayed via RNA can now define their own UI settings,
only implimented min/max precision & step.

at the moment there is no way to edit these other then via python

example of setting UI limits...

>>> C.object['foo'] = 0.5
>>> C.object['_RNA_UI'] = {'foo': {'step': 0.5, 'soft_max': 10.0, 'soft_min': 0.0, 'precision': 2, 'description': 'Some setting'}}

Also fixed typo's: precission -> precision

November 18, 2009, 19:35 (GMT)
Quicktime-cocoa : fix file busy issue when rendering a second time with quicktime export
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021