Revision 9d4ebe1 by Joshua Leung June 8, 2009, 02:33 (GMT) |
2.5 - Time indicator label for time-codes now draws in SMPTE format When an Animation Editor is showing timing in 'seconds' (instead of frames), the indicator label is now drawn with the same style of timecodes as the scrollbar labels are. |
Revision 983ffa6 by Remigiusz Fiedler June 8, 2009, 01:29 (GMT) |
DXF-Exporter script update v1.34 - 2009.06.08 - export Lamps and Cameras as POINTs - export passepartout for perspective projection - added option for export objects only from visible layers |
Revision 39ff455 by Joshua Leung June 8, 2009, 01:07 (GMT) |
NLA SoC: Added button for entering/exiting TweakMode - Should the icons used for this be reversed? |
Revision 82501bb by Daniel Genrich June 7, 2009, 23:36 (GMT) |
Win GUI fix: Blender won't hide behind the taskbar anymore on startup (in non maximized mode). Until now, the bottom of Blender always got hidden behind the taskbar - verified to fix at least Win7 + XP - Windows devs (elubie, jesterKing): please check this fix. |
Revision eeea2ce by Nicholas Bishop June 7, 2009, 21:02 (GMT) |
Multires/2.5: Bugfix, restoring sculpting from undo data should mark the multires DM as modified. |
Revision 0895747 by Daniel Genrich June 7, 2009, 19:51 (GMT) |
Bugfix: WITH_BF_OPENMP=0 wasn't respected anymore, removed LARGEADRESSAWARE (does make no sense on 64bit) |
Revision 0a60512 by Thomas Dinges June 7, 2009, 19:18 (GMT) |
* Added some Image Format Options to the the scene output panel. Patch by William Reynish. Thanks! * Added missing Notifiers for Subsurface Scattering. |
Revision 98444f6 by Nicholas Bishop June 7, 2009, 18:09 (GMT) |
Multires/2.5: Attempt to make multires updating a little cleaner by assuming that no update needs to be performed, and only doing the update when the modified flag is set (either by sculpting or using some other tool that needs an update.) |
Revision 0fc53d8 by Nicholas Bishop June 7, 2009, 17:36 (GMT) |
Use the local context pointer for the multires subdivide operator, rather than searching for a multires modifier in the modifier list. |
Revision 51740b5 by Thomas Dinges June 7, 2009, 15:40 (GMT) |
2.5 Buttons: * Small stamp tweaks by William Reynish. * Moved the modifier tab next to constraints. |
Revision 0940a28 by Remigiusz Fiedler June 7, 2009, 14:57 (GMT) |
DXF-Exporter script update v1.34 - 2009.06.07 by migius - cleaning code for release - fix nasty bug in getExtrusion() - support text-objects, also in ortho/persp-projection - support XYmirrored 2d-curves to 2dPOLYLINEs |
Revision bb06e31 by Campbell Barton June 7, 2009, 14:53 (GMT) |
added item_enumO() so python menu items can call enum types with string args. Example sequencer menu self.layout.column() self.layout.item_enumO("SEQUENCER_OT_effect_strip_add", property='type', value='ADD', text="Effect Strip (Add)") |
Revision eecf772 by Brecht Van Lommel June 7, 2009, 13:36 (GMT) |
UI Buttons: * Context now allows pinning a datablock, independent of selection. * Initial ID browse buttons for most buttons tabs. * Browsing from world to texture now displays world textures again, but is a bit of a hack, not sure there is a right way to do this. * There's a button to switch between active materials and textures now, only temporary though. * There's some code to put context part in own region, disabled still because it doesn't work that well yet. |
Revision 0a9dea9 by Thomas Dinges June 7, 2009, 13:35 (GMT) |
2.5 RNA: * Some more Notifiers for the world properties. |
Revision 1c9079d by Brecht Van Lommel June 7, 2009, 13:20 (GMT) |
UI: * layout.split() now takes a percentage argument to control the split position. * ID template now works for more than just the Text ID type, includes and icon, and some other fixes. |
Revision c1135d4 by Ton Roosendaal June 7, 2009, 13:16 (GMT) |
2.5 Preview renders now re-use a rendered buffer when size is same. Looks nicer while sliding, and no memory free/allocating. |
Revision 673a39d by Brecht Van Lommel June 7, 2009, 13:09 (GMT) |
RNA: * Accept None as NULL pointers through python function calls. * Added type callback for pointers back, it's useful still in some cases. Made Object.data editable using this, the pointer type varying based on object type. * Wrap pin ID pointer in buttons space. * Added subclasses for text and surface curve ID blocks, to organize data better and get proper icons. * Added RNA_type_to_ID_code and ID_code_to_RNA_type functions. * Update RNA_access.h with new RNA types. |
Revision 38e998e by Thomas Dinges June 7, 2009, 12:34 (GMT) |
2.5 Preview render: * Added missing redraw tags for lamp and texture. * Added Texture Notifiers. |
Revision fd1f1c5 by Ton Roosendaal June 7, 2009, 12:12 (GMT) |
2.5 Quick test commit to check on crashing previews; ignore warning about implicit declaration... here in OSX i can't get this crash! |
Revision 349f5df by Thomas Dinges June 7, 2009, 11:42 (GMT) |
2.5 Preview render * Added Preview panel to the lamp buttons. |
|