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-01== Cleanup of SpaceImasel ==Andrea Weikert
2011-10-31use_verify option to defvert_sync_mapped and defvert_sync was flipped, also m...Campbell Barton
2011-10-31fix own error r41191 getting id property string lengths.Campbell Barton
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-28fix for error in gpu.export_shader() was missing *4 (only writing 1/4 of the ...Campbell Barton
2011-10-28use generic path remapping when making all library data local, previously onl...Campbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-27bpathCampbell Barton
2011-10-27- remove bpath iterator and replace all uses with visitor.Campbell Barton
2011-10-23Remove some more $Id$ that still were left after r41227 and r41228.Guillermo S. Romero
2011-10-23Remove the svn:keywords property.Guillermo S. Romero
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-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-20debug build option WITH_PYTHON_UI_INFO, so you can right click and edit the p...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-17docs / clenup (no functional code changes)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-10fix documentation error - [#28862] Method 'difference' doesn't exist in Quate...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-08use newly added ID_BLEND_PATH() in more places.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-02enable cmake building makesdna with ghashCampbell Barton
2011-10-02remove some redundant checks and compiler warnings.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