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
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton
2011-06-02mathutils support for color arithmetic, also some minor whitespace edits. Campbell Barton
2011-05-29access pythons code object directly rather than attribute access.Campbell Barton
2011-04-21minor changesCampbell Barton
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-03-29fix [#26667] Can't import scripts when using blenderplayerCampbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-07Drop support for python 3.1.Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-10-27Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash funct...Campbell Barton
2010-10-27workaround for python bug [#24400] If Script is executed with TEXT Editor, it...Campbell Barton
2010-10-18bugfix [#24306] Python : relative import errorCampbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-09-18move namespace creation function into py_capi_utils.c, to be used in more gen...Campbell Barton
2010-08-30bugfix [#23197] Python can't handle German umlaut characters in stringsCampbell Barton
2010-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
2010-08-05bugfix [#23148] "ImportError: __import__ not found" on changing Render FPSCampbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-03better reporting for file i/o failier, use system error message in more place...Campbell Barton
2010-06-06- [#22492] [29159] commit breaks importing of script file that has a reload t...Campbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-06-02include the blendfile name when executing python scripts, so when using libra...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-14remove unused includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-29* speedup for animating bones, in one scene with sintel and a dragon animated...Campbell Barton
2009-12-07- string copy without .py wasnt terminating the stringCampbell Barton
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-07-31fix for warnings and implicit declarationsCampbell Barton
2009-07-20Added error prints if the text's main is not set.Campbell Barton
2009-07-19Sculpt+Paint/2.5:Nicholas Bishop
2009-06-23SVN maintenance.Guillermo S. Romero
2009-06-18Some generic modules from blender 2.4x building with py3k and mostly working.Campbell Barton