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-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41200:41226 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41175:41200 --- will need to apply fix afterCampbell Barton
2011-10-24svn merge ^/trunk/blender -r41150:41175Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41100:41150Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23fix some typo'sCampbell Barton
2011-10-23committing 'a' to merge into the tagCampbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22BLI_utildefine minor editsCampbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-10-21misc cleanupCampbell Barton
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-21replace BLF's blf_utf8_next() with BLI_str_utf8_as_unicode_step(),Campbell Barton
2011-10-21- minor edits to font drawing/utf8, was needlessly casting int/unsigned int.Campbell Barton
2011-10-20Version cycle:Thomas Dinges
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-20misc editsCampbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-10-18svn merge ^/trunk/blender -r41075:41099Campbell Barton
2011-10-17BLENDER_VERSION_CYCLE:Thomas Dinges
2011-10-17Blender 2.60 release commit!Ton Roosendaal
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-17svn merge ^/trunk/blender -r41005:41075Campbell Barton
2011-10-17docs / clenup (no functional code changes)Campbell Barton
2011-10-16Particle dupliobject rotation changes:Janne Karhu
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-15Fix for [#28823] Boids use uninitialized memory.Janne Karhu
2011-10-14svn merge ^/trunk/blender -r40997:41005 (to integrate the MSVC build fixes ov...Andrew Wiggin
2011-10-14Fix for first part of #28911: driver not working properly since 2.594Sergey Sharybin
2011-10-14Hopefully fixing windows build problems with this hack now. :-)Joerg Mueller
2011-10-14Reverting my windows build fix because it breaks the bug fix committed in r40995Andrew Wiggin
2011-10-14Fix MSVC build ( .0f/.0f fires a compiler error )Andrew Wiggin
2011-10-14Build bug fix, and bug fix for smooth shading on meshes added by python scriptsAndrew Wiggin
2011-10-14svn merge ^/trunk/blender -r40950:40997, bmesh is in sync with head againCampbell Barton
2011-10-14svn merge ^/trunk/blender -r40890:40950Campbell Barton
2011-10-14svn merge ^/trunk/blender -r40872:40890Campbell Barton
2011-10-14Fixing [#28907] Frozen playback.Joerg Mueller
2011-10-13ensure grease pencil layer names are unique when set through rna.Campbell Barton
2011-10-12fix for crash caused by invalid active material index while editing text.Campbell Barton
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell Barton
2011-10-10Miscellaneous cleanup, comment changes, and asserts. Should be no functional ...Andrew Wiggin
2011-10-10fix bad svn ID tagsCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-10updates to navmeshCampbell Barton