Blender Git Commits

Blender Git "master" branch commits.

Page: 2575 / 5574

Revision 7bac834 by Joshua Leung
June 13, 2015, 05:40 (GMT)
Fix scons compilation
Revision 7182677 by Julian Eisel
June 12, 2015, 17:38 (GMT)
Cleanup: Correct comment

Own mistake from rBf9972fa53eaab4
June 12, 2015, 17:24 (GMT)
Armature: add armature dissolve

Works like mesh dissolve (access from delete or Ctrl+X)
June 12, 2015, 17:24 (GMT)
Edge slide (minor change, use existing vertex)
June 12, 2015, 17:23 (GMT)
CMake: remove comment
June 12, 2015, 15:21 (GMT)
Fix T45018 camera not easily selectable in multiview.

Generally for scene choosing a view to use for selection is not
straightforward, but camera should at least be easily selectable.
June 12, 2015, 14:39 (GMT)
UI: Use numselect for redo-popup (for move layers)
June 12, 2015, 14:34 (GMT)
UI: Vertex Mark/Clear Sharp menu, match edge menu
June 12, 2015, 14:34 (GMT)
Revert "UI: move sharp/smooth out of vertex menu"

This reverts commit d6b57436efad545347b4403610dd3af642d4378d.
June 12, 2015, 13:29 (GMT)
De-duplicate stamp callback
June 12, 2015, 13:29 (GMT)
Fix for building without audiospace
June 12, 2015, 13:26 (GMT)
Support metadata display in clip editor
June 12, 2015, 13:01 (GMT)
Fix for building without ffmpeg
June 12, 2015, 12:32 (GMT)
Fix compilation error on Windows

The issue was caused by conflicting declaration of HKEY
happening in our WM code and somewhere deeper in atomic
operations headers hierarchy.
June 12, 2015, 12:04 (GMT)
Fix T45048: wrong tooltips in Video Sequence Editor's "Strip" Menu (mute/unmute).
June 12, 2015, 10:12 (GMT)
Merge all changes to blenderplayer from gooseberry branch:

* Allows sound playback for movies
* Allow play-pause with space button
* Allow displaying a position indicator with the I button
June 12, 2015, 08:06 (GMT)
Cycles: Fix missing node distance update when only two child intersected in QBVH
June 12, 2015, 07:55 (GMT)
Fix T45041: (2.75RC) blender crashes when I choose 'Refresh DataBlock Previews'.

Not sure where this sneaked in, but we for sure need a valid context (otherwise
we'd need to pass a Main alog too).

This is to be backported to final 2.75.
June 12, 2015, 07:13 (GMT)
BLI_linklist, avoid full list search for append

For areas that require append, store the last node,
Previous behavior would too easily hide poorly performing code.

Also avoid (prepend, reverse) where possible.
June 12, 2015, 07:08 (GMT)
Use prepend instead of append (avoids list search)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021