Blender Git Commits

Blender Git "master" branch commits.

Page: 2588 / 5574

May 26, 2015, 12:38 (GMT)
Cleanup, add comment for old code.
May 26, 2015, 11:46 (GMT)
Trying to pack image with invalid path crashes
May 26, 2015, 11:36 (GMT)
Correct own recent error, uninitialized var use
May 26, 2015, 11:15 (GMT)
Style cleanup: space after keyword
May 26, 2015, 11:15 (GMT)
Fix T44763: Surface Panel does not update correctly according to Node Output for Cycles UI
May 26, 2015, 11:01 (GMT)
Revert "Cleanup: set var twice"

This reverts commit eb799dc3501483ff87ec26395bf365b1fbe3dd56.

I recommend reading code before doing cleanup, next time...
May 26, 2015, 10:58 (GMT)
Fix own sillyness
May 26, 2015, 10:09 (GMT)
Don't crash with pie menus with more than 8 items.

This will print a warning and users will get overlap of pie buttons, but
it should be quick paper over the cracks and at least should keep
blender working until a more complete fix is coded.
May 26, 2015, 10:07 (GMT)
Fix T44740: Tweak events stuck (ignored release)

Tweak event was being added to the end of the event queue (out of order),
meaning any mouse releases already in the queue wouldn't be used to exit the gesture.
Gestures could get stuck (mostly when the system wasn't able to handle events fast enough).

Now tweak events are now added in order.
May 26, 2015, 10:02 (GMT)
Fix multilayer OpenEXR not supporting metadata.

This will fix exporting of metadata and importing for imbufs, but image
editor will not display these metadata since multilayer gets converted
to renderresult, which does not support metadata display yet.
This commit is more meant for external image editors/viewers.
May 26, 2015, 09:46 (GMT)
Images: Solve broken forward compatibility with packed images

Use first packed image as legacy image->packedfile, so saving .blend file with
latest builds makes it so packed images are not lost when opening with previous
releases.

This will only work reliably if mutliview is not used, otherwise it'll be only
first view in the .blend file, which is rather expected since previous releases
are not aware of views.
May 26, 2015, 08:51 (GMT)
GHOST: flush event printer output
May 26, 2015, 07:55 (GMT)
Fix T44821: Making warp shortcut fails

Using OBJECT prefix for editmode operators causes
shortcuts to go into the wrong keymap.
May 26, 2015, 06:46 (GMT)
Cleanup: warning, spelling
May 26, 2015, 06:45 (GMT)
Fix RMB menu in popup, included 'Header' submenu
May 26, 2015, 06:34 (GMT)
Depsgraph: Fix for uninitialized variable in root depsnode
May 26, 2015, 05:20 (GMT)
Fix T44697: Multi-value edit /w layers fails

Not such a nice solution, but good to have this working.
May 26, 2015, 04:27 (GMT)
BMesh: join tris, split angle limit in two

Use a separate limit for face-angle and shape comparisons.

There was no way to join non-rectangular, co-planer tries.
May 26, 2015, 03:42 (GMT)
BMesh: join tris now delimits all UV/Color layers

Previously was only checking active layers

Also add delimit by edge seam
May 26, 2015, 00:25 (GMT)
Cleanup: set var twice
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021