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
2014-08-11Fix compilation error with debug sconsSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2013-11-17python api internals: no need to set the stop-iter exception string.Campbell Barton
2013-11-08fix for crash when deleting from an id property, with a non-string key.Campbell Barton
2013-10-17add typechecks when assigning id-property arrays from python (overflows and e...Campbell Barton
2013-10-17simplify & improve error handling for id-property python-api.Campbell Barton
2013-10-17fix [#37105] Long int IDproperties produces errors at weird spots.Campbell Barton
2013-10-16add IDP_FreeFromGroup(), replaces IDP_RemFromGroup(), IDP_FreeProperty(), MEM...Campbell Barton
2013-09-19replace macro PYC_INTERPRETER_ACTIVE for PyC_IsInterpreterActive() function c...Campbell Barton
2013-07-09minor improvementsCampbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-06fix for building blender as a python module,Campbell Barton
2013-02-06some fixes for building blender as a python module again (wip, more work need...Campbell Barton
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2012-11-21py api cleanup, replace use...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-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-07-17code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
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-26style cleanup: python apiCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-09added API function to C and pythonCampbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2012-02-26* bmesh py api BMEdge.verts was using 2 v1'sCampbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-11-26fix for own error with id props when adding byte stringsCampbell Barton
2011-11-15de-duplicate some idproperty py api code, also improve some exception messages.Campbell Barton
2011-11-15rename IDProp.c/h to idprop_py_api, since it was same name as BKE idprop.c wi...Campbell Barton