Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2012-09-07remove makeDerivedMesh from ED_mesh_pick_face(), this was added 44256 (bmesh ...Campbell Barton
2012-09-07code cleanup: header had many incorrect sections for function/file, also rena...Campbell Barton
2012-09-07code cleanup: move vertex and face picking functions into meshtools.cCampbell Barton
2012-09-07code cleanupCampbell Barton
2012-09-07fix [#30063] Weight Paint + Pose Mode: [m] key does not toggle Face Selection...Campbell Barton
2012-09-06Fix cycles continuously updating when creating a driver for a scene property,Brecht Van Lommel
2012-09-06Fix wrong cycles tile size in viewport, could affect performance a bit.Brecht Van Lommel
2012-09-06fix for error in own recent commitCampbell Barton
2012-09-06make freeing sequencer strip without cache an option only exposed within sequ...Campbell Barton
2012-09-06fix [#32502] Shift + V Vertex slide doesn't work for x-mirror editCampbell Barton
2012-09-06fix for crash in sequencer introduced with recent cache addition,Campbell Barton
2012-09-06fix [#32475] Enabled audio lets blender crash with autosplit option for movie...Campbell Barton
2012-09-06style cleanup: indentationCampbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-09-06code cleanup: capitalize defines.Campbell Barton
2012-09-06fix [#32500] Odd behaviour with subdividing an ngonCampbell Barton
2012-09-06support ANIMFILTER_FOREDIT for mask layers, also move deprecated metaball typ...Campbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-09-06committed by accidentCampbell Barton
2012-09-06code cleanup: BM_face_legal_splits() was doing some redundant assignments.Campbell Barton
2012-09-06code cleanup: use *(*var)[2] for pairs in bmesh code rather then a 1d array s...Campbell Barton
2012-09-05code cleanup: bmesh subdivide code was growing arrays one by one, when the fi...Campbell Barton
2012-09-05Adding brazilian portuguese language, as requested by portuguese team.Bastien Montagne
2012-09-05Sequencer: show color sample line in image display mode onlySergey Sharybin
2012-09-05Fix compositor crash. g_highlightedNodes can be NULL.Antony Riakiotakis
2012-09-05fix/workaround [#31555] Username with special chars in Windows 7Campbell Barton
2012-09-05 * gcc 4.7 is more strict. This patch will remove 'non virtualJeroen Bakker
2012-09-05fix [#29431] "Normalize All" from Weight Tools don't work correctlyCampbell Barton
2012-09-05code cleanup: move get_selected_defgroups into object_deform.c and make it be...Campbell Barton
2012-09-05code cleanup: move functions for getting defgroup arrays from objects out of ...Campbell Barton
2012-09-05fix for various redundant checks and possibly fix some crashes in rare situat...Campbell Barton
2012-09-05add missing files from cmakes listsCampbell Barton
2012-09-05change templates to call modal_handler_add() is called last since any errors ...Campbell Barton
2012-09-05code cleanup: python - pass multiple args to string startswith() / endswith()...Campbell Barton
2012-09-04fix [#32490] Compsitor crashes on missing OpenEXR multilayer filesCampbell Barton
2012-09-04stule cleanupCampbell Barton
2012-09-04fix for some errors reported by http://clang.blenderheads.org/trunk/ in r50384.Campbell Barton
2012-09-04Do not show %t to user on right click menu buttons which use "Name%t|...%x0|....Sv. Lockal
2012-09-04Sequencer: avoid allocating image buffer on every modifierSergey Sharybin
2012-09-04Sequencer: remove effect mask inputSergey Sharybin
2012-09-04Compilation fix for recent merge commitSergey Sharybin
2012-09-04Sequencer: remove strip's color balance in favor of modifiersSergey Sharybin
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-09-04Mango request: display sliders for current point in curve mappingSergey Sharybin
2012-09-04 * there is a tiny memory leak. I think it happens when you quit blendenJeroen Bakker
2012-09-04fix [#31856] movieclips.load(filepath=None) or value crash BlenderCampbell Barton
2012-09-04fix for building without python, also rework python-main-loop control in the ...Campbell Barton
2012-09-04Fix for [#32469] "standalone blenderplayer no longer starts in lastest build"...Mitchell Stokes
2012-09-04fix for building on msvc2008 (also style cleanup)Campbell Barton
2012-09-04code cleanup: curve path calculationCampbell Barton