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-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
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-20debug build option WITH_PYTHON_UI_INFO, so you can right click and edit the p...Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-27fix for py/rna api bug:Campbell Barton
2011-09-15New C/Py api utility function PyC_Err_Format_Prefix() which raises an error w...Campbell Barton
2011-09-08attempt to have a threadsafe version of PyC_ExceptionBuffer didnt work with U...Campbell Barton
2011-09-03PyC_ExceptionBuffer is now threadsafe, used for converting exceptions into re...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-18correction for windows.Campbell 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-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-08py-api utf8/filepaths:Campbell Barton
2011-03-07Drop support for python 3.1.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-22last commit used py3.2 function, inline for py3.1Campbell Barton
2011-02-22pyapi, use direct access to the frame rather then python attributes.Campbell Barton
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-01correct fix for bug #23871, __main__ module was being overwritten in nested f...Campbell Barton
2011-02-01Pythons path functions - os.walk(). os.path.exists(). etc support bytes for p...Campbell Barton
2010-12-23fix for PyC_LineSpit() finding the current line of the frame's code object.Campbell Barton
2010-12-05use PyUnicode_DecodeFSDefault rather then PyUnicode_DecodeUTF8(str, strlen(st...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-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