Blender Git Commits

Blender Git "master" branch commits.

Page: 4569 / 5574

September 21, 2009, 16:39 (GMT)
Fix #19361: BGE keyboard sensor allowed to set mouse events
too, should only be keyboard events.

September 21, 2009, 16:21 (GMT)
2.5 Nodes:

* Wrapped Color Key and Blur Node.
* Nodes using RNA properties can be animated. You can now choose if the Nodes Window should be updated while animation playback too. (Timeline>Playback Menu)
September 21, 2009, 16:08 (GMT)
Fix #19382: crash on uv edit stitch, tweaking limit property in tool area.

September 21, 2009, 16:01 (GMT)
netrender: more load balancing rules
September 21, 2009, 15:51 (GMT)
Second attempt at fixing #19335: holding down backspace in the
text editor creates squares on some systems. Based on info from
Martin, it appears the keymodifier is being set when it shouldn't.
I think this is happening become some systems may be generating
KM_PRESS events without a matching KM_RELEASE?

Also ignore ascii values 1-32 now instead of 14-32, not sure why
they were included now in 2.5 because they were not in 2.4, but
I don't see a reason to do it. This fixes squares when pressing
e.g. ctrl+b or ctrl+n.

September 21, 2009, 15:47 (GMT)
remove OS checks to use BLENDERPATH, apple or win32 should be easy to add now.
September 21, 2009, 14:45 (GMT)
* Removed an unused context callback.
September 21, 2009, 14:30 (GMT)
Fix #19425: crash with long filename and rendering full sample.

September 21, 2009, 13:43 (GMT)
autocomplete poll function wasn't working, added autocomplete in the console header
operator docstrings with newlines and tabs show up as junk in tooltips so just use a single line.
September 21, 2009, 13:23 (GMT)
Fix #19418: file browse button for strip filename did not work,
sequence RNA now also splits up directory and filename automatic.

Revision cdc5fd6 by Joshua Leung
September 21, 2009, 12:29 (GMT)
2.5 - Keyframes can now be marked as 'extremes' in addition to 'breakdowns'

* Extremes are shown as red/pink diamonds
* I've changed the order of extremes and breakdowns in the code to make for nicer sizing/ordering. This might break a couple of files out there, but it shouldn't be too many.

TODO:
Still on my todo is to make these tags more useful (i.e. less likely to be overwritten by keyframing)
September 21, 2009, 12:23 (GMT)
bugfix [#19392] Typing help() in the console window freezes Blender

for now set the sys.stdin to None, this gives an error on input() or help() but better then locking up blender.
Would be nice to support for the blender console to be used as a stdin but this isnt so simple.

also quiet some warnings.
Revision d2639e7 by Joshua Leung
September 21, 2009, 12:09 (GMT)
2.5 - Partial Bugfixes for Parenting Objects to Curves (Ctrl-P)

* Path Constraint option (i.e. this creates a follow-path constraint but doesn't actually parent the object to the curve) works now. Fixed a crash here too.

* Follow Path option (i.e. parent the object to the curve, and follow it), is not working correctly yet. Some matrix seems to get set wrongly.
September 21, 2009, 10:57 (GMT)
colorbands could display with no items in the colorband array, letting you set 0 and -1 colorband index.
September 21, 2009, 10:54 (GMT)
Fix #19389: add lamp had no submenu to choose the type.

September 21, 2009, 09:17 (GMT)
tested running the cheat-sheet, found a number of segfaults
pressing escape in the outliner was also crashing (somehow it tried to exit the file selector)
Revision e2e0a86 by Matt Ebb
September 21, 2009, 07:25 (GMT)
* Added Armature data filter buttons in Dopesheet/Graph editor headers

* Fixed an RNA typo to fix ranges in action constraint
Revision fcab32f by Matt Ebb
September 21, 2009, 06:43 (GMT)
* Added AnimData for Armature data, for animating armature/bone settings.

This allows you to do funky things like animating the number of segments in a b-bone.
September 21, 2009, 05:56 (GMT)
5 button mouse support from b333rt in IRC with some edits for X11.

Tested in X11 where its fairly confusing.
buttons 4 and 5 are used for the wheel which is well known, but it seems 6 and 7 are used for horizontal scrolling, my mouse assigns the extra 2 buttons to events 8 & 9.

So the X11 events used for buttons called 4&5 in blender are 8&9 in X11.

The mouse buttons can be re-ordered like this once xorg starts (swaps 6,7 with 8,9)
xmodmap -e "pointer = 1 2 3 4 5 8 9 6 7"

Couldn't test Win32, Apple not supported.
If someone wants to add horizontal scrolling its quite easy.
September 21, 2009, 03:16 (GMT)
Better unix filesystem integration as documented here
http://wiki.blender.org/index.php/BlenderDev/Blender2.5/Unix_FHS

for scons WITH_BF_FHS enabled an alternative layout eg.
scons WITH_BF_FHS=1 BF_INSTALLDIR="/usr/local"

for CMake just run "make install" after make (CMAKE_INSTALL_PREFIX is used for the base path)

Currently only scripts use both the system and user path correctly, other areas of blender have their own path code inline with lots of ifdefs, needs to be carefully updated.

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021