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
2013-01-07svn merge ^/trunk/blender -r50999:51100soc-2012-bratwurstCampbell Barton
2012-10-02revert fix for [#31555] Username with special chars in Windows 7Campbell Barton
2012-10-01fix for crash found when attempting to setup testing environment to find cras...Campbell Barton
2012-09-23fix for crash executing a python script.Campbell Barton
2012-09-22fix for crash getting a member from the operator context override, in some ca...Campbell Barton
2012-09-11fix for a bug running a script, then opening a new file.Campbell Barton
2012-09-05fix/workaround [#31555] Username with special chars in Windows 7Campbell Barton
2012-08-05code cleanup: remove redundant calls to CTX_data_main()Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-06-09fix for un-handled exception when entering in multiple values to a button, fl...Campbell Barton
2012-06-07fix for buffer overrun on windows by kjym3 on IRC.Campbell Barton
2012-05-25fix [#31597] Operator Preset: Python Warning whenever a preset is executed (s...Gaia Clary
2012-05-23style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-18patch [#31507] site not automatically imported when using external python pac...Campbell Barton
2012-05-09Python/context: python could get invalid bpy.data in scene update handler afterBrecht Van Lommel
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-15add 'idprop' module so we can document idprop.types.*, currently doc generato...Campbell Barton
2012-04-13Fix #30858: UI losing buttons at some random moment after using Blender for aBrecht Van Lommel
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-18spelling cleanupCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2012-02-24bmesh python api - add/improve rst docstrings.Campbell Barton
2012-02-22bmesh py api - generalize bmesg sequences to use the iterator type and option...Campbell Barton
2012-02-22initial bmesh python api.Campbell Barton
2012-01-17fix for segfault with bpy compiled as python module (dont register atexit)Campbell Barton
2012-01-09Cycles: multi GPU rendering support.Brecht Van Lommel
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-24minor edits to cycles c/python moduleCampbell Barton
2011-11-29patch [#29421] Python Noise Module UpdatesCampbell Barton
2011-11-26minor bpy api editsCampbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-07Cycles: svn merge -r41613:41627 ^/trunk/blenderBrecht Van Lommel
2011-11-07Cycles: svn merge -r41531:41613 ^/trunk/blenderBrecht Van Lommel
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-10-25Cycles: svn merge -r41225:41232 ^/trunk/blenderBrecht Van Lommel
2011-10-25Cycles: svn merge -r41205:41225 ^/trunk/blenderBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23set pythons 'sys.stdout' encoding to utf-8 and use surrogateescape error hand...Campbell Barton
2011-10-22Cycles: svn merge -r41182:41205 ^/trunk/blenderBrecht Van Lommel
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell Barton
2011-10-22Cycles: svn merge -r41157:41182 ^/trunk/blenderBrecht Van Lommel
2011-10-22Cycles: svn merge -r40934:41157 ^/trunk/blenderBrecht Van Lommel
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel