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
2010-01-31pep8 changesCampbell Barton
2010-01-27[#20728] "Export UV Layout" overwrites existing files (without feedback)Matt Ebb
2010-01-25scene.update() rna function, so operators and data thats tagged for update ge...Campbell Barton
2010-01-20use a search popup for the add group menu item when there are more then 10. Campbell Barton
2010-01-14Fix URL to new py API docsMatt Ebb
2010-01-11Fix [#20600] First added camera is not made activeMatt Ebb
2010-01-11rna/py apiCampbell Barton
2010-01-03new python submodule. eg.Campbell Barton
2009-12-28remove operators WM_OT_open_recentfile and WM_OT_open_recentfile_splashCampbell Barton
2009-12-28- loading missing files didnt give any warningCampbell Barton
2009-12-26replace dynamic_menu.py with Menu classmethods much less complicated.Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-13script for automating pep8 checks.Campbell Barton
2009-12-11* added an armature submenu where python defined armatures can go.Campbell Barton
2009-12-11Added back rendered animation playback (in a sense), with a Matt Ebb
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-12-08Various changes to screen-related code, aiming to fix a few problems and usab...Matt Ebb
2009-12-08Few small things:Andrea Weikert
2009-12-04String fix and a bunch of PEP8 issues I had collected in the meanwhile.Guillermo S. Romero
2009-11-30* Moved rotation initialisation code for new objects to 'the other' add objec...Joshua Leung
2009-11-26Fix for [#20028] adding objects such as cameras in local view(/) doesn't workMatt Ebb
2009-11-24- use a generic bone class so all 3 bone types (Edit/Pose/Armature) - can hav...Campbell Barton
2009-11-23Fixed weird wrong names in Add menu.William Reynish
2009-11-23made release log link point correctly to the release log.William Reynish
2009-11-23links to Python API docs from splash and help menuCampbell Barton
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-18default name of keymap to 'keymap.py' + pedantic pep8 editsCampbell Barton
2009-11-16add hook in vertex and control point menu's, Ctrl+HCampbell Barton
2009-11-14used py error checking tools to fix some bugs & make pep8 correctionsCampbell Barton
2009-11-11Fix for import/export menus, hide collada if it is not compiled in.Brecht Van Lommel
2009-11-08pep8 whitespace commitCampbell Barton
2009-11-04Bugfixes for Adding Objects:Joshua Leung
2009-11-03whitespace commit, (was some tabs mixed with spaces too)Campbell Barton
2009-11-01Added proper icon for full screen mode. Would be nice to have this button eve...William Reynish
2009-11-01Correct GPL license header for all python scriptsMartin Poirier
2009-11-01made scripts pass the pep8 test (though not fully pep8 yet)Campbell Barton
2009-10-31GPL2 header from firebird (without disclaimer), notice theres no copyright at...Campbell Barton
2009-10-31tabs to spaces, remove trailing white space. (apart of pep8)Campbell Barton
2009-10-31improved class validation, variables defined by the rna interface as non-opti...Campbell Barton
2009-10-31change blender python interface for classes not to ise __idname__ rather bl_i...Campbell Barton
2009-10-30Merge of the COLLADA GSoC branch into trunk.Arystanbek Dyussenov
2009-10-30* Some Whitespace and small code-guideline cleanup. Thomas Dinges
2009-10-28OpenGL Render restored.Brecht Van Lommel
2009-10-28* Added 'report a bug' help menu item, taking you to the 2.5 bug tracker.Matt Ebb
2009-10-27- Right click menu can open links directly to API reference docs (rna and ope...Campbell Barton
2009-10-20Auto SaveBrecht Van Lommel
2009-10-20Added a button in the header to toggle full screen mode. It'd be nice to have...William Reynish
2009-10-19Consolidate tube and cylinder primitives.Martin Poirier
2009-10-19- listener for sequencer space panels added for frame changes, now redraws du...Campbell Barton