Revision b77da48 by Brecht Van Lommel February 10, 2009, 23:17 (GMT) |
2.5: Image window operators, quite a few of these still have missing parts and are work in progress. Set 3D Cursor Set Tile Sample Color New Open Replace Reload Save (As) Save Sequence Pack Unpack Record Composite The file select operators have context issues still. They need to get the image space in the context on exec() but it's not there currently, not sure how to solve that yet. Also added name parameter to uiMenuItemEnumO, and fixed "mute" argument in ED_update_for_newframe calls in fluidsim bake. |
Revision 1195c22 by Joshua Leung February 10, 2009, 23:08 (GMT) |
DopeSheet/Action Editor: Fixed display and expand-widget of 'Group' channels |
Revision 7e1e4db by Joshua Leung February 10, 2009, 22:45 (GMT) |
Setting svn-property 'eol-style' to 'native' for all animation-related files. No more need to do save overs in text editors or with fancy UNIX tools. |
Revision 2c82163 by Diego Borghetti February 10, 2009, 21:41 (GMT) |
commit to continue in my home. Also I remove some of the #if 0. |
Revision e4ce4a0 by Ton Roosendaal February 10, 2009, 18:50 (GMT) |
2.5 Fifth attempt! Previous commit was wrong file :( |
Revision 12c1734 by Ton Roosendaal February 10, 2009, 18:36 (GMT) |
2.5 Fourth trial to get the invisible character gone! (I have to add/remove enters to get it committed even) Thanks to Thomas for retyping the faulty line entirely :) |
Revision a216695 by Ton Roosendaal February 10, 2009, 18:33 (GMT) |
2.5 snprintf should be BLI_snprintf |
Revision da775a3 by Ton Roosendaal February 10, 2009, 18:06 (GMT) |
2.5 Made GE compile again |
Revision 517b6cc by Ton Roosendaal February 10, 2009, 17:56 (GMT) |
2.5 Third attempt to get the invisible character going! |
Revision 1496136 by Ton Roosendaal February 10, 2009, 17:53 (GMT) |
2.5 File Window: - Added PKEY parent directory - Made "P" button work - Removed confused theme colors for text, it caused selected text to print greyish. |
February 10, 2009, 17:06 (GMT) |
A few more files with dos line endings. Kent |
Revision 9b76b5e by Ton Roosendaal February 10, 2009, 15:51 (GMT) |
2.5 Bugfix: Node operators were called in empty node editor, causing NULL reading. Prevented it from happening with more strict poll() |
Revision 2544089 by Ton Roosendaal February 10, 2009, 15:38 (GMT) |
2.5 *** Proof of concept! **** 3D window Panels back, in own designated region for now. Activate or hide it with Nkey. Note that Background Image doesn't work yet, Transform Orientations probably need tests by Martin, Sculpt options have to be recoded there by Nicholas. The UI design sessions will of course review all of this! We'll have to solve a lot of related topics; - navigation (where) and context (what) - non-overlapping layouts vs floating panels/bars - properties vs tools (toolbars) - drop panels and make nice (semi-automated) list views? I've also done experiments with making the main 3d view stay 'behind' the buttons region. That makes popping buttons in and out less distracting, but also makes it obscuring the view... it's not in this commit, it didn't work proper :) To get that work it has to be handled by the internal compositor, then it even can have fancy transparency in back. Anyhoo, time enough to play with this a while. Especially for Image window (paint) it can work well too. |
Revision f7a6588 by Joshua Leung February 10, 2009, 11:37 (GMT) |
Graph Editor: Visibility toggles F-Curves can now be hidden/shown in the Graph Editor in one of 3 ways: * Specialised VKEY toggle hotkey, which alters the visibility of all selected F-Curves * The setting toggle operators (Shift-W, Alt-W, Ctrl-Shift-W) * Checkmark (*1) boxes in front of names of F-Curves This allows irrelevant curves to be hidden from the keyframes area only if you want them hidden. By default, all curves are visible. Also note that a separate hotkey is used now for toggling visibility (VKEY) instead of lumping it under select-all (AKEY) as in the past, which was a major cause of confusion. Notes: 1) I've used the ICON_BLANK011 and ICON_BLANK012 icons, which in the current icon set are two states for a checkbox type thing. These defines should probably get renamed sometime, but I'll leave that up to Matt. |
Revision 6f2d5b8 by Joshua Leung February 10, 2009, 10:42 (GMT) |
Graph Editor: Restoring 'View All' (HomeKey) and Auto-Set Preview Range ('Ctrl Alt P') |
Revision c519d69 by Joshua Leung February 10, 2009, 09:55 (GMT) |
Armature Parenting: Fixing up this operator to use the new context iterators properly |
Revision ca41838 by Ton Roosendaal February 10, 2009, 09:49 (GMT) |
2.5 Bugfix: CTRL+W "Save file" still gave a 'save over' popup when the file didn't exist yet. It then attempted to free the operator twice. |
Revision 3bcb1eb by Joshua Leung February 10, 2009, 09:18 (GMT) |
2.5: Silencing MSVC warnings in a few files (many files still have many to clean out some other day). |
Revision 8243e65 by Michael Fox February 10, 2009, 06:12 (GMT) |
2.5 ******* - ported make/clear parent for editbones (paent_set, parent_clear to align with naming conventions) Aligorith and Kaito please look over this and make sure everything is right |
February 10, 2009, 03:27 (GMT) |
Some theme colour tweaks |
|