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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2015-01-23PyAPI: Replace importlib.reload, not 'imp'Campbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-04-30Fix T35176: Python fails with blend files from non-ASCII pathsCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-02-14Py API: refactor py text compiling into its own functionCampbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-03-17code cleanup: add 'const' to headers to quiet msvc warnings, also remove (cha...Campbell Barton
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell 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-07-22code cleanup: replace cos(M_PI / 4) and sin(M_PI / 4) with M_SQRT1_2 defineCampbell 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-05-21py api integration: __import__(... , level=0)Campbell Barton
2012-03-26style cleanup: python apiCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-09style cleanup: spelling.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-11-05py operators - don't use the screen as an operators ID anymore, screen's don'...Campbell Barton
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-10-08use newly added ID_BLEND_PATH() in more places.Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
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