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-17correct spelling errors in commentsCampbell Barton
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell 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-02- fix for keymap test operatorCampbell Barton
2011-09-28using Blender 2.49 as playback for Ctrl+F11 doesn't take 'frame step' into co...Dalai Felinto
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-26add missing imports to wm.py and remove "." from rna descriptions.Campbell Barton
2011-09-26wm.py needs import os in some of its execute funcs + now we can have blender2...Dalai Felinto
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-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
2011-09-20move message.txt generator out of wm.py (which was loaded with blender always...Campbell Barton
2011-09-20i18n: fake_gettext is no longer needed for pythonSergey Sharybin
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-08fix for misc py errors + some pep8 edits.Campbell Barton
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-30minor edits, pep8 - also correct float -> double promotion for blf.Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-30fix [#28413] bpy.ops.nla.bake can't bake from frame 0Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22remove workaround for bug in python 3.2.0 loading web pages on *nixCampbell Barton
2011-08-22pep8 edits and change '!= None' to 'is not None'Campbell Barton
2011-08-22patch [#28320] Small change to trunk needed for Motion Capture Addon - GSoC 2...Campbell Barton
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-18fix for undo issues with generic, multi-purpose WM_OT_context* operators, ope...Campbell Barton
2011-08-18update property strings cover. 461 new itemsXiao Xiangquan
2011-08-18more minor changes to wm.py, get data_path's once at the start of each func a...Campbell Barton
2011-08-18formatting edits, no functional changes.Campbell Barton
2011-08-16fix a small bug , and update language-packsXiao Xiangquan
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-15fix [#28227] join_uv and bake work wrongCampbell Barton
2011-08-12code clear, insert blf_gettext.c to blf.cXiao Xiangquan
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-08-09style change, harmless changes while looking into bug [#28196]Campbell Barton
2011-08-08use static sets rather then tuples, python optimizes this case.Campbell Barton
2011-08-08- update X3D and FBX testing checksumsCampbell Barton
2011-07-30Merging up to trunk r38834.Joerg Mueller