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-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-07-01Python: remove redundant castsCampbell Barton
2014-06-18Hopefully fix compilation with old MSVC2008/WIN32...Bastien Montagne
2014-06-17New python API for units handling.Bastien Montagne
2014-06-16Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))Campbell Barton
2014-06-16Fix Python fails to execute text-blocks including non-mbcs chars (T35176, D595)Tamito Kajiyama
2014-04-30Python: move to version 3.4x on all platformsCampbell Barton
2014-04-28PyC_RunQuicky: Print filename when its missingCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-01-06Python API: utility function for filling a tuple with a single value.Campbell Barton
2013-10-17add local _PyLong_AsInt() needed for python older then 3.3.2Campbell Barton
2013-09-19replace macro PYC_INTERPRETER_ACTIVE for PyC_IsInterpreterActive() function c...Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2013-01-05This patch adds support in bpy.props for getter/setter callback functions. We...Lukas Toenne
2013-01-04expose common extensions for image/movie/audio types, since python scripts ha...Campbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.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-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-19handy function for getting a python stacktrace while debugging in gdbCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
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-19disable overwriting the PYTHONPATH for windows - reported as [#31506]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-04bmesh py apiCampbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-22utility functions to convert between flags / sets, without depending on RNA API.Campbell Barton
2012-02-21fix for leak in gpu.export_shader(), wasnt freeing the function.Campbell Barton
2012-02-05Code Cleanup: line length and use Py_ssize_t for PyC_AsArray utility function.Campbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-11-22fix [#29319] bus error with python with link_append and {}Campbell Barton
2011-11-05py operators - don't use the screen as an operators ID anymore, screen's don'...Campbell Barton
2011-11-03python string conversionCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell Barton