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
2015-05-18UI: errors in buttons now show in info reportCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2014-06-17New python API for units handling.Bastien Montagne
2014-04-30Python: move to version 3.4x on all platformsCampbell 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-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-12-28style cleanupCampbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-07-19fix for separate loose parts doing full depsgraph rebuild for every object sp...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-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-05Code Cleanup: line length and use Py_ssize_t for PyC_AsArray utility function.Campbell 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
2011-10-20debug build option WITH_PYTHON_UI_INFO, so you can right click and edit the p...Campbell Barton
2011-09-15New C/Py api utility function PyC_Err_Format_Prefix() which raises an error w...Campbell Barton
2011-07-09fix [#27683] Blender hangs when baking a particle system when a driver is pre...Campbell Barton
2011-06-17IDProperty python module updateCampbell Barton
2011-04-18fix [#26951] blenderplayer and runtimes will not loadCampbell Barton
2011-03-25new function RNA_warning(), replaces printf with function which may be called...Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-01correct fix for bug #23871, __main__ module was being overwritten in nested f...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-10-04typo in function prefix.Campbell Barton
2010-09-19python/c utility function for debugging, see http://wiki.blender.org/index.ph...Campbell Barton
2010-09-18* Update BGE for change in r32001Nathan Letwory
2010-09-18move namespace creation function into py_capi_utils.c, to be used in more gen...Campbell Barton
2010-09-01SVN maintenance.Guillermo S. Romero
2010-09-01bugfix [#23285] Exporters not available whel using special characters in path...Campbell Barton