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-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23Typo fixes for the typo fixes. :DThomas Dinges
2011-10-23fix some typo'sCampbell Barton
2011-10-23- fix for error with utf8 textinput for buttonsCampbell Barton
2011-10-23RNA: fix collection iterator issue in c++ api with msvc.Brecht Van Lommel
2011-10-23rna access to event.unicode so scripts can get unicode text input.Campbell Barton
2011-10-23py/rna api crash fix: getting event.ascii would crash blender (strange nobody...Campbell Barton
2011-10-22Render API: add update_progress() function to update progress bar progress fromBrecht Van Lommel
2011-10-22Code refactoring: move external engine functions into own file.Brecht Van Lommel
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell 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-21Code cleanup: remove some unused code in header.Brecht Van Lommel
2011-10-21fix [#28967] Attempting to add a new pose to the Pose Library causes Blender ...Campbell Barton
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-21Cleaning i18n code.Bastien Montagne
2011-10-20Fix missing updates when changing smoke flow settings.Brecht Van Lommel
2011-10-20Minor: fix [#28899] Frequently used modelling modifiers moved further out of ...Bastien Montagne
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-20misc editsCampbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-20replace RNA function string lookups with direct assignments, currently the lo...Campbell Barton
2011-10-20pass -noaudio when running blender for various utilities - doc-gen and tests.Campbell Barton
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-16Particle dupliobject rotation changes:Janne Karhu
2011-10-16ID Mask node was limmited at 10000 while OB and Mat IDs reach 32767. Set this...Daniel Salazar
2011-10-16Set the correct char for Persian name (using \ufbfd instead of the arabic yeh...Dalai Felinto
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-15keep particle system names uniqueCampbell Barton
2011-10-15ensure BoneGroup names are kept unique.Campbell Barton
2011-10-15make sure render layer names are unique when setting through rna.Campbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-14Remove final e from FrancaiseSergey Sharybin
2011-10-14Split language menu into two columns:Sergey Sharybin
2011-10-14fix [#28909] OpenCollada export / import sintel lite v2.1 crashes on import.Campbell Barton
2011-10-14Fixing [#28907] Frozen playback.Joerg Mueller
2011-10-14rename confusing constants (no functional change)Campbell Barton
2011-10-13ensure grease pencil layer names are unique when set through rna.Campbell Barton
2011-10-12fix [#28883] redraw problems for particle mode's brush menuCampbell Barton
2011-10-11Adding FA (Persian - Farsi) language to po + flipping Arabic name in the Lang...Dalai Felinto
2011-10-11fix for py/rna assigning an invalid index. also give better error message in ...Campbell Barton
2011-10-10correct operator name from my own recent changes and edit navmesh rna prop na...Campbell Barton
2011-10-10- for some reason navmesh wasnt drawing when VBO was enabled.Campbell Barton
2011-10-10fix crash for recent navmesh edits when setting a non-mesh object to a navmesh.Campbell Barton
2011-10-10move NavMesh draw code out of being a modifier and into DerivedMesh drawing h...Campbell Barton
2011-10-09replace sprintf with strcpy where no formatting is done and return value isn'...Campbell Barton