Revision a51c7b5 by Thomas Dinges November 19, 2009, 14:33 (GMT) |
* Added Shift+Space hotkey for "Area Full Screen" as it is in 2.49. Request by Pablo (venomgfx). :) |
Revision 17013ca by Campbell Barton 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 |
Revision 2577bfd by Thomas Dinges November 19, 2009, 13:26 (GMT) |
Renamed "col2" to "wide_ui" which is more meaningful. |
Revision 08a7bbe by Thomas Dinges November 19, 2009, 13:22 (GMT) |
* Small Layout fixes. * Single Layout for Softbody Panels. |
Revision d3600a9 by Thomas Dinges November 19, 2009, 12:58 (GMT) |
Single Column layout for Fields, Smoke, Cloth and Fluids. Patch by nudelZ. |
Revision 3b4c9d9 by Campbell Barton November 19, 2009, 11:56 (GMT) |
correcting ID property list was incorrect on porting |
Revision b895b2e by Campbell Barton 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. |
Revision 55b3280 by Campbell Barton November 19, 2009, 10:48 (GMT) |
missed render border in modal keymap |
Revision 040c2af by William Reynish November 19, 2009, 09:57 (GMT) |
Revert toolbar shading commit. |
Revision 169b0cb by Damien Plisson 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) |
November 19, 2009, 04:50 (GMT) |
* Fix for texture->image node not working + a few cleanups |
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) |
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. |
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. |
Revision 5ed3081 by Thomas Dinges 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. |
Revision ae5a814 by Campbell Barton 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 |
Revision 5f6b9fd by Damien Plisson November 18, 2009, 19:35 (GMT) |
Quicktime-cocoa : fix file busy issue when rendering a second time with quicktime export |
|