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-10-23set pythons 'sys.stdout' encoding to utf-8 and use surrogateescape error hand...Campbell Barton
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-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-13correct collada lib linking order (wasnt building for me), and sphinx doc syn...Campbell Barton
2011-10-13correct some invalid exception types.Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-10-13bpy/rna new property attribute 'data', this means its possible to get back th...Campbell Barton
2011-10-11fix for py/rna assigning an invalid index. also give better error message in ...Campbell Barton
2011-10-10edit error macro formatting (confuses some editors)Campbell Barton
2011-10-09correction to RNA class api references (only used for docs)Campbell Barton
2011-10-09fix for BUILTIN_KSI_WholeCharacter keying custom string/collection/group prop...Campbell Barton
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-10-05fix [#28807] Drivers breaking by undoCampbell Barton
2011-10-05filter RNA classes for translation (removes over 1300 lines from messages.txt)Campbell Barton
2011-10-05rename rna OperatorTypeMacro --> OperatorMacro, since operators types are jus...Campbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01fix for msvc, I thought this was only needed for mingw.Campbell Barton
2011-10-01fix for mingwCampbell Barton
2011-09-30fix for crash generating messages.txt, I wasn't getting this crash because I ...Campbell Barton
2011-09-29take 2 at fixing the crash...Campbell Barton
2011-09-29Attempt to fix error reported by yafaray devs from my commit r40660Campbell Barton
2011-09-28fix for crash with demo mode addon, modal operator loading a blend file would...Campbell Barton
2011-09-28add support for a 4th item for rna property enums in python so the numeric va...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-27fix [#28751] Item in Enum propertie is grayed outCampbell Barton
2011-09-27bpy.app.handlers.frame_change_pre/post handlers.Campbell Barton
2011-09-27py apiCampbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-21py/rna string subtypes for strings which should be automatically translated:Campbell Barton
2011-09-20- translation scripts now run with py3.xCampbell Barton
2011-09-20SVN maintenance.Guillermo S. Romero
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-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-15New C/Py api utility function PyC_Err_Format_Prefix() which raises an error w...Campbell Barton
2011-09-10recast and detour patch now builds again with GCCCampbell Barton
2011-09-09warning fixesCampbell Barton
2011-09-09GPU: add gpu python module with export_shader() function to export GLSL shader.Benoit Bolsee
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton
2011-09-05Adding noise module by default in driver_namespaceDaniel Salazar
2011-09-03whitespace editsCampbell Barton
2011-09-01use a fixed 32byte buffer for getting an rna string from python. gives a slig...Campbell Barton
2011-08-31patch [#28218] During-render callback functionalityCampbell Barton