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-11-22add missing bgl and gpu api docstrings (found using docstring completeness ch...Campbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-06was trying to make py import follow pythons own code more but broke py32 comp...Campbell Barton
2012-11-06fix for imp.reload() with Python3.3, function was recursively calling its self.Campbell Barton
2012-11-05default to Python3.3 on Linux for SCons and CMake, warn when building with py...Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-01fix [#30910] Problems: Add Shortcut(s) for "Ctrl Tab" menuCampbell Barton
2012-10-31add IDP_MergeGroup(dst, src, overwrite) function,Campbell Barton
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