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-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
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-09-20Cycles: svn merge -r40358:40411 ^/trunk/blenderBrecht Van Lommel
2011-09-20(no commit message)Campbell Barton
2011-09-20fix [#28672] Blender segfault after exiting a game that was opened withCampbell Barton
2011-09-17Cycles: svn merge -r39870:r40266 https://svn.blender.org/svnroot/bf-blender/t...Brecht Van Lommel
2011-09-09GPU: add gpu python module with export_shader() function to export GLSL shader.Benoit Bolsee
2011-08-24Cycles: svn merge -r39457:39669 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-08-20fix for crash when loading a file from a script, and executing user modules i...Campbell Barton
2011-08-16Cycles:Brecht Van Lommel
2011-07-15move mathutils into its own lib.Campbell Barton
2011-07-10run WM_exit(C) when blender as a python module exitsCampbell Barton
2011-07-03fix for building WITH_PYTHON_MODULECampbell Barton
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-21pep8 complianceCampbell Barton
2011-06-18py-api: store frequently used strings as unicode PyObject's to avoid creating...Campbell Barton
2011-06-02committed this by mistake.Campbell Barton
2011-06-02mathutils support for color arithmetic, also some minor whitespace edits. Campbell Barton
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
2011-04-30whitespace edits for bpy api, split some really long lines.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-18fix [#26951] blenderplayer and runtimes will not loadCampbell Barton
2011-04-17change unit evaluation only to do try the units replacements if evaluating wi...Campbell Barton
2011-04-13fix for mistake checking engines on load.Campbell Barton
2011-04-12fix for crash when pressing 'Copy Startup Settings', was using out of date ma...Campbell Barton
2011-04-11api changes needed for for copying old settings to new.Campbell Barton
2011-03-30modify error when python is not found so as not to confuse users who don't bu...Campbell Barton
2011-03-30print warning on windows/mac when bundled python is not found, suggesting to ...Campbell Barton
2011-03-29fix [#26667] Can't import scripts when using blenderplayerCampbell Barton
2011-03-25fix for incorrect prints with RNA errors (own fault, CONTAINER_RNA_ID was inc...Campbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-09update for blender as a py module & python 3.2Campbell Barton
2011-03-07Drop support for python 3.1.Campbell Barton
2011-03-02move anim functions out of bpy_rna.c, its getting too big.Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-26fix for 'live edit', running python scripts as you typeCampbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory