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-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
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