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-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-12optimization for PyObject -> ID-property sequence conversion, use PySequence_...Campbell Barton
2012-10-12quiet clang static checker warning by returning an error for invalid situatio...Campbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-06toggle cut through in the knife tool now refreshes (before you had to wave th...Campbell Barton
2012-10-06fix [#32779] Bmesh module: assigning to bm.select_mode crashes Blender if bme...Campbell Barton
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-04fix [#31856] movieclips.load(filepath=None) or value crash BlenderCampbell Barton
2012-08-28fix for own crash caused by curve refactor, now curve tables are initialized ...Campbell Barton
2012-07-22code cleanup: replace cos(M_PI / 4) and sin(M_PI / 4) with M_SQRT1_2 defineCampbell Barton
2012-07-19fix for separate loose parts doing full depsgraph rebuild for every object sp...Campbell Barton
2012-07-19handy function for getting a python stacktrace while debugging in gdbCampbell Barton
2012-07-19remove unneeded externsCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-06-21Fix for [#31396] "bge.logic.LibLoad fails to import text blocks" reported by ...Mitchell Stokes
2012-06-18Reverting changes made in r48030 by Campbell's requestSergey Sharybin
2012-06-18Fix #31856: movieclips.load(filepath=None) or value crash BlenderSergey Sharybin
2012-05-29BGE patch #28476: Character object physics typeBenoit Bolsee
2012-05-21py api integration: __import__(... , level=0)Campbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19disable overwriting the PYTHONPATH for windows - reported as [#31506]Campbell Barton
2012-05-09classic compile error: GLEW_STATIC needs to be define when we use opengl func...Antony Riakiotakis
2012-05-09bgl new methods (for glsl shaders - #version 120)Dalai Felinto
2012-04-15add 'idprop' module so we can document idprop.types.*, currently doc generato...Campbell Barton
2012-04-11fix [#30906] dict(prop) crashes if prop is a PropertyGroup with nested Proper...Campbell Barton
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton
2012-03-26style cleanup: python apiCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09added API function to C and pythonCampbell Barton
2012-03-04bmesh py apiCampbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2012-02-26* bmesh py api BMEdge.verts was using 2 v1'sCampbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-22utility functions to convert between flags / sets, without depending on RNA API.Campbell Barton
2012-02-21fix for leak in gpu.export_shader(), wasnt freeing the function.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-05Code Cleanup: line length and use Py_ssize_t for PyC_AsArray utility function.Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-12-23fix for own mistake [#29031] Importing BGL Can Crash the BGE and BlenderCampbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-11-29missed removing these filesCampbell Barton