Revision 014a24f by Campbell Barton January 29, 2010, 09:56 (GMT) |
same fix from 2.4x r26392. |
Revision fbe0b45 by Joshua Leung January 29, 2010, 09:32 (GMT) |
Inserting Keyframes Bugfix: When the API function is passed -1 for the index, non-array properties now get keyframed properly too. This fixes problems with the keyframe_insert() method on structs in the Py-API not working. |
January 29, 2010, 08:13 (GMT) |
Fix [#20874] zoom to mouse only in 3d view Zoom to mouse was working in 2D Views for modal zoom (ctrl MMB) but not for mouse wheel. |
January 29, 2010, 06:43 (GMT) |
Fix [#19579] View not behaving proper;y when pressing camera view toggle while view is moving |
January 29, 2010, 05:48 (GMT) |
[#20875] Rendering resolution in curve properties panel is not default 0 and cannot be set to 0. Previously forgot about the magic: 0 res = display res behaviour. |
January 29, 2010, 05:14 (GMT) |
Fix [#20297] Preview "Both" hides part of texture |
Revision 70109d0 by Martin Poirier January 29, 2010, 02:01 (GMT) |
Speed up keymap editor a bit (less context changes) |
January 29, 2010, 01:57 (GMT) |
Fix [#20447] Minor infobar bugs Limited headers to normal header height until multi-line headers are properly implemented. |
January 29, 2010, 01:20 (GMT) |
Fix for weirdness in texture map to settings - we now use negative numbers for negative influences (as opposed to old 3-state button) but the ui range was only set to 0,1. Changed the defaults to -1,1 and added a shortcut - pressing minus key while the mouse is over a number field or slider will make it negative. |
January 29, 2010, 00:47 (GMT) |
Fix [#20860] File/Open Recent Should Show Blend File, Not path Max number of characters for ui elements was too low, raised this to allow very long buttons (eg. file paths) |
January 28, 2010, 23:45 (GMT) |
* More tweaks to previous cleaning |
January 28, 2010, 23:41 (GMT) |
* Partially converted constraint template to layout engine * Removed old code |
Revision 21b7556 by Martin Poirier January 28, 2010, 21:52 (GMT) |
Add cfg folder for keyconfigs (and possibly others later) to be imported after everything else. Also remove .pyc file when removing keyconfigs. |
Revision 462e7cd by Campbell Barton January 28, 2010, 20:38 (GMT) |
crash with viewing histogram on a blank image |
Revision b81cb02 by Martin Poirier January 28, 2010, 19:54 (GMT) |
Keyconfig import and remove - Keyconfig are now marked as user_defined when it is the case - Import keyconfig operator: select an exported keyconfig .py file, copies it to the scripts folder (keep the original copy if wanted, default True), imports and select as active config. The active keyconfig is stored in the user default file, so that still has to be saved after import. - Remove keyconfig operator and button next to the keyconfig name (poll False if not user_defined). Removes the keyconfig from the list and deletes the file from the folder. Remaining bug: The file is copied in the user defined script folder (if present) or the /scripts/ui folder. The problem is that it might be imported before operators defined in python are imported themselves. One solution would be to use a separate folder for keyconfigs that is imported after all others. |
Revision 6f3dfe8 by Campbell Barton January 28, 2010, 19:21 (GMT) |
missed some files last commit. |
Revision e4882e3 by Damien Plisson January 28, 2010, 19:18 (GMT) |
Cocoa : correctly handle late events sent after window deactivate Cocoa can still send events (tagged with the correct NSWindow handle) after having sent the window deactivate event. This caused these events being discarded as there was no active window for GHOST_WindowManager. Fix is to use this NSWindow handle to retrieve the target window and correctly push the event. E.g. of effects of this bug: OSKey modifier stuck after having invoked Spotlight through its shortcut (Cmd + Space). This gave the impression the Blender window has not got focus back for the keyboard. Ton, can you confirm if this fixes the "Cocoa window loses focus permanently on using Spotlight" issue you found ? |
Revision cd2c4a5 by Campbell Barton January 28, 2010, 19:18 (GMT) |
- change max threads from 8 to 64, need to keep an eye on stack memory use here. - reload fix didnt work last commit. |
Revision abde08b by Brecht Van Lommel January 28, 2010, 18:20 (GMT) |
Multires displacement files are now also part of absolute/relative path remapping. |
Revision ccfd67a by Campbell Barton January 28, 2010, 17:50 (GMT) |
missed updating reload scripts |
|