Blender Git Commits

Blender Git "master" branch commits.

Page: 3037 / 5574

November 6, 2013, 08:27 (GMT)
Fix #37251: Snap not working correctly in metaball edit mode.

It wasn't enabled in snapping code from the beginning it seems,
but from quick tests snapping for mballs works just fine.

Maybe we could drop out check for edit object type now?
November 6, 2013, 01:45 (GMT)
Quicktime: remove backend with the old quicktime API, and keep the QTKit backend.

This means that if you have WITH_BF_QUICKTIME or WITH_CODEC_QUICKTIME enabled,
it will always use QTKit.

The old backend was only used on 32 bit OS X builds, now 32 and 64 bit builds will
give consistent input/output. On Windows or Linux quicktime isn't being used.
Revision 299812f by Kevin Mackay
November 5, 2013, 23:37 (GMT)
Made active point and active spline behaviour more predictable on curves/surfaces:
* deselect all no longer leaves an active point
* the most recently added spline becomes the active one
* on successful duplicate/delete the active point and active spline are reset
November 5, 2013, 21:59 (GMT)
code cleanup: typo and warning when openmp's disabled.
November 5, 2013, 21:47 (GMT)
patch [#37305] Quick Hack: Armature Mirror Select
from Terry Struven (tlstruven), with some modifications.
November 5, 2013, 20:30 (GMT)
OSX/player: Remove some very old code ( 11 years+ ), was commented anyway
November 5, 2013, 18:57 (GMT)
Fix cmake/player compile by adding the xtra osx lib, check if this breaks other OS
Revision f3a137c by Lukas Toenne
November 5, 2013, 18:28 (GMT)
Fix #37312, Backdrop value offset is not refreshed. Backdrop operators need to push notifiers to redraw the node editor buttons.
November 5, 2013, 18:25 (GMT)
OSX/scons: buildbot cleanup following darwin-config
November 5, 2013, 18:17 (GMT)
OSX/scons: make 10.5 our lowest env and remove older conditionals
November 5, 2013, 17:49 (GMT)
OSX/GHOST: starting file by file removal of outdated code, such as VERSION_MIN_REQUIRED <= 1040
November 5, 2013, 17:35 (GMT)
Since we dropped carbon api, this workaround seems not longer to be necessary, pls. keep an eye
November 5, 2013, 16:24 (GMT)
Rewrote a lot of knife tool. Now allows cut-through
to make new vertices in the middle of faces.
This also fixes knife bugs:
#36678, #35945, #35943, #35387, #35045, #35002.
November 5, 2013, 16:20 (GMT)
Fix [#37324] Crash, calling Warp operator in Outliner

Warp needs a valid 3DView region...
November 5, 2013, 16:04 (GMT)
OSX: also remove USE_QTKIT option from configs, leave env var for later use ( always True )
November 5, 2013, 16:00 (GMT)
OSX: buildbot cleanups after carbon removal
November 5, 2013, 15:53 (GMT)
Fix [#37319] Forcefield on translated, unselected lamp draws in origin.

drawlamp() was not resetting OGL matrix to its org value!

Thanks to Philipp Oeser for initial investigation, and Brecht for review. :)
November 5, 2013, 15:48 (GMT)
Fix linking for non-apple ndof
November 5, 2013, 15:37 (GMT)
OSX: complety remove the cocoa options, definitions and conditionals now
November 5, 2013, 15:37 (GMT)
Code cleanup:
* Remove unused UI code for Info Space items. Was lying around here for some months already.

Probably we have to re-think the whole placement of the operator history thing, but thats for later. In the current config there is no room for these buttons though.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021