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
AgeCommit message (Expand)Author
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-06OSL Backend:Thomas Dinges
2012-09-06code cleanup: use *(*var)[2] for pairs in bmesh code rather then a 1d array s...Campbell Barton
2012-09-06silencing some of the warnings in OSL for OSXDalai Felinto
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-05Quick fix for compiler error. Somehow the isfinite symbol got lost for SVM to...Lukas Toenne
2012-09-05Fix for attribute lookup in OSL. This uses a map in the OSL globals instead o...Lukas Toenne
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-05Cycles fix: particle standard attribute had no name conversion yet.Lukas Toenne
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 for OSL memory leak. The context creation for OSL is now done in the shad...Lukas Toenne
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-05* Forgot to commit CMake change for the Brick texture.Thomas Dinges
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-05OSL:Thomas Dinges
2012-09-05Cycles / OSL:Thomas Dinges
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-04Revert "Use one context per OSL thread. Not sure if this actually works, but ...Lukas Toenne
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-04OSL:Thomas Dinges
2012-09-04Fix for OSL input parameter name mapping. When assigning input constants to s...Lukas Toenne
2012-09-04Minor syntax error in musgrave osl texture.Lukas Toenne
2012-09-04OSL:Thomas Dinges
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-04OSL:Thomas Dinges
2012-09-04 * there is a tiny memory leak. I think it happens when you quit blendenJeroen Bakker
2012-09-04Use one context per OSL thread. Not sure if this actually works, but the simp...Lukas Toenne