Blender Git Commits

Blender Git "master" branch commits.

Page: 4339 / 5574

May 12, 2010, 22:47 (GMT)
remove use of global 'G'
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 ?

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.

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.

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).

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.

May 12, 2010, 08:53 (GMT)
Logic UI: Controller header, moving the text to the left
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
Revision 4cc49ad by Matt Ebb
May 12, 2010, 08:03 (GMT)
Add a little RMB context menu to text editor
Revision 7aa907c by Matt Ebb
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.
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.
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
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
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.


May 11, 2010, 07:08 (GMT)
bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x)
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.
May 10, 2010, 20:41 (GMT)
utility functions
bpy.utils.smpte_from_seconds(time)
bpy.utils.smpte_from_frame(frame)

May 10, 2010, 18:47 (GMT)
make python keyframe insert and delete functions use keyword arguments
May 10, 2010, 18:04 (GMT)
Wrong operator description in preset base class.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021