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-17Allow symlinks in user_scripts, this fixes raised exeption in copy_prefs for ...v2.60Jens Verwiebe
2011-10-17correct spelling errors in commentsCampbell Barton
2011-10-17docs / clenup (no functional code changes)Campbell Barton
2011-10-16Particle dupliobject rotation changes:Janne Karhu
2011-10-15Last minute UI fix:Thomas Dinges
2011-10-15- add template for defining custom driver functions.Campbell Barton
2011-10-15misc editsCampbell Barton
2011-10-13radius interpolation was incorrectly greyed out for 2D curves.Campbell Barton
2011-10-12Fixes for #26837: MPEG Preseek does not work for some h264 files.Sergey Sharybin
2011-10-12python UI was doing a lot of attribute lookups on tool & sculpt tool (not esp...Campbell Barton
2011-10-11py api: bpy_extras.io_utils.path_reference() - added library argument so expo...Campbell Barton
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell Barton
2011-10-10correct operator name from my own recent changes and edit navmesh rna prop na...Campbell Barton
2011-10-10updates to navmeshCampbell 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-09fix for BUILTIN_KSI_WholeCharacter keying custom string/collection/group prop...Campbell Barton
2011-10-08fix [#28821] Whole Character keying set ignores non animatable propertyflagCampbell Barton
2011-10-08fix for align objects with non mesh objects.Campbell Barton
2011-10-06hide 3d view header `use_pivot_point_align` button in editmode since its not ...Campbell Barton
2011-10-06Object Menu Edits:Campbell Barton
2011-10-05filter RNA classes for translation (removes over 1300 lines from messages.txt)Campbell Barton
2011-10-04Fix #28202: (only) modifying keymap item properties did not save properly, theBrecht Van Lommel
2011-10-03fix for own recent commit made color strip use the wrong panel, now hide `Inp...Campbell Barton
2011-10-03remove .Blanguages, its not used anymoreCampbell Barton
2011-10-02- fix for keymap test operatorCampbell Barton
2011-10-01* Updating readme.html and link to release logs for 2.60, now that we approac...Thomas Dinges
2011-09-29i18n: update font to solve squares in arabic glyphs recently reported in MLSergey Sharybin
2011-09-28using Blender 2.49 as playback for Ctrl+F11 doesn't take 'frame step' into co...Dalai Felinto
2011-09-28patch [#28571]Campbell Barton
2011-09-28color strip was showing image crop and and offset twice, also made 'Make Meta...Campbell Barton
2011-09-27navmesh: solve bad level calls to edit mesh functionsSergey Sharybin
2011-09-26use BLI_snprintf rather than sprintf for interface functionsCampbell Barton
2011-09-26pep8 cleanup and fix for keymap test operator from my own recent fix.Campbell Barton
2011-09-26fix for keymap export, move functions common for the UI and operators into bp...Campbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-26add missing imports to wm.py and remove "." from rna descriptions.Campbell Barton
2011-09-26BGE Material settings renaming Back Culling to Backface Culling and make it o...Dalai Felinto
2011-09-26wm.py needs import os in some of its execute funcs + now we can have blender2...Dalai Felinto
2011-09-25Committing patch #27442: Adaptive time step for fluid particles. The number ofAlex Fraser
2011-09-25make new rna variables more consistant with existing names.Campbell Barton
2011-09-23- move animsys update operator into the anim.pyCampbell Barton
2011-09-23minor edits to recent fix for addonsCampbell Barton
2011-09-23* Some more fixes for recent move operator commit. Thomas Dinges
2011-09-23* Fix for the Operator move commit, missed includes. Thomas Dinges
2011-09-23remove bl_operators/nla.py, move bake_action function into bpy_extras.anim_ut...Campbell Barton
2011-09-23SVN maintenance.Guillermo S. Romero
2011-09-222.6 Python UI files:Thomas Dinges
2011-09-22Fix warnings about operator descriptions ending with "."Brecht Van Lommel
2011-09-22correction for removal of _("")Campbell Barton