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-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-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-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
2011-10-08fix [#28821] Whole Character keying set ignores non animatable propertyflagCampbell Barton
2011-10-08fix [#28846] Relative paths on linked scene failsCampbell Barton
2011-10-07fix [#28800] Scene NULL in frame change callback, crashes on property update.Campbell Barton
2011-10-07rna_ParticleDupliWeight_name_length was returning an incorrect value. Zealous...Campbell Barton
2011-10-06hide 3d view header `use_pivot_point_align` button in editmode since its not ...Campbell Barton
2011-10-05rename rna OperatorTypeMacro --> OperatorMacro, since operators types are jus...Campbell Barton
2011-10-04Fix #28202: (only) modifying keymap item properties did not save properly, theBrecht Van Lommel
2011-10-04Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-03- use BLI_findstring rather then while loop for listbase lookupsCampbell Barton
2011-10-03Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-03fix [#28023] VSE: Transform Markers doesn't do anythingCampbell Barton
2011-10-03use use_ prefix for boolean value.Campbell Barton
2011-10-02Fix [#28436] ID mask creates 'feather' around ID even with AA turned off.Bastien Montagne
2011-10-02Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-02fix [#28786] Large enum lists display columns in inverted order (right to left)Campbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton