Revision db0733e by Campbell Barton May 12, 2010, 22:47 (GMT) |
remove use of global 'G' |
Revision d0802b4 by Diego Borghetti May 12, 2010, 22:29 (GMT) |
Bring back the pupmenu for "select object in the same group" when the object have more that one group. I put a XXX because the selection function use G.main to get the group, probably we need a CTX_DATA_BEGIN for groups ? Brecht ? Campbell ? I make a new operator for the pupmenu, it's only for the selection menu, so don't have any key binding. Matt, can you check ? |
Revision 98e0b07 by Diego Borghetti May 12, 2010, 18:51 (GMT) |
Node Space: tweak the zoom in/out value. Venomgfx request to allow more zoom in/out value. Also put the code to path old files, so in the next subversion bump we need move the code. |
Revision 5f6c7ad by Ton Roosendaal May 12, 2010, 17:27 (GMT) |
Composite Node bug: the CTRL+SHIFT+Click to make a node connect to viewer didn't take hidden sockets in account. |
Revision 3c3502f by Diego Borghetti May 12, 2010, 13:55 (GMT) |
Small change to Node Space and two new function. "Select all of the same type" now is binding to Shift + GKEY Two new function, select next and prev node of the same type. Select a node and press Shift + [ or Shift + ] go to the previous and next node of the same type (of the active node). |
Revision 9a4ba57 by Diego Borghetti May 12, 2010, 12:03 (GMT) |
Node Space: Small feature for Venomgfx, Shift + F select node of the same type This is a small request from Venomgfx, select a node and then press Shift + F to select all the nodes of the same type (of the active node). The key binding can be change, we thing in a "Find Next" (that is way the FKEY) with venomgfx, but no problem with change that. Also I add the entry in the select menu. |
Revision 285a73d by Dalai Felinto May 12, 2010, 08:53 (GMT) |
Logic UI: Controller header, moving the text to the left |
Revision e544530 by Dalai Felinto May 12, 2010, 08:34 (GMT) |
Logic UI: Controller State http://www.pasteall.org/pic/show.php?id=3255 New design, with an option to hide/unhide it. Matt: 1) the way I managed to have the I selected is kind of nasty :) but I think it will have to wait for proper icons. 2) the ALL is so far only working visually, It's still have to change the code to make all sensors and actuators visible when ALL is on. I think this is better than actually marking all states as before (2.49). Maybe it's even nicer nice to have not only have the states disactivated (in gray as they are now), but also to show them as temporary marked. Is that interesting/possible? 3) Can't centralize it :( 4) I think you are right, the icons are nice, but uninformative ... for someone else curious: http://www.pasteall.org/pic/show.php?id=3254 |
May 12, 2010, 08:03 (GMT) |
Add a little RMB context menu to text editor |
May 12, 2010, 04:25 (GMT) |
Another one for drag and drop: Allow dropping image files from outside blender, or image datablocks from inside blender to the compositing node editor, to add an image node. Also small tweak: Only set 'path' properties on drops, if the drag->path isn't empty. |
Revision d153850 by Campbell Barton May 11, 2010, 21:46 (GMT) |
fix for hanging while drawing fcurves, the function made some attempt to avoid the problem but when the view is zero pixels wide it still hung for some time. |
Revision 3088bda by Campbell Barton May 11, 2010, 20:38 (GMT) |
drawing volume had a buffer overrun in some cases |
Revision aaa7c49 by Joseph Eagar May 11, 2010, 20:06 (GMT) |
merge of last commit to trunk |
Revision 3409eb4 by Campbell Barton May 11, 2010, 19:37 (GMT) |
fix for crash reading pointcache, was reading over the buffer size, use lzo1x_decompress_safe rather then lzo1x_decompress |
Revision c3dbd2a by Ton Roosendaal May 11, 2010, 14:25 (GMT) |
Dropbox refinement in 3d window: the "drop image" dropbox checks for object under mouse cursor. If not, another dropbox operation can be used. |
Revision e840869 by Campbell Barton May 11, 2010, 07:08 (GMT) |
bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x) |
Revision 8828234 by Dalai Felinto May 11, 2010, 06:56 (GMT) |
Logic UI: using the RNA interface as default - commit pre-subversion bumping (i.e. no DNA changes here) Also: extra set funcs, layout adjustments The patch for the subversion commit was getting too big, and it will be hard to distinguish what was essentially do_version + DNA changes and what was layout adjustments. So this is the first part of the commit. The next may take a bit more because I'm not so confident in my readfile changes. |
Revision daba1d2 by Campbell Barton May 10, 2010, 20:41 (GMT) |
utility functions bpy.utils.smpte_from_seconds(time) bpy.utils.smpte_from_frame(frame) |
Revision a2166e5 by Campbell Barton May 10, 2010, 18:47 (GMT) |
make python keyframe insert and delete functions use keyword arguments |
Revision 9502fb0 by Thomas Dinges May 10, 2010, 18:04 (GMT) |
Wrong operator description in preset base class. |
|
|
|


Master Commits
MiikaHweb | 2003-2021