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-04-06Fix #21383: appending a group would also instance it by default, whichBrecht Van Lommel
2010-04-05Fix [#21886] OBJ export crashes if attempted while in edit modeMatt Ebb
2010-04-01Some minor python UI script fixes.Brecht Van Lommel
2010-03-29Added splash screen item in the Help menu. Not sure why it wasn't there in th...Elia Sarti
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-08move render operators into their own files, render_internal.c & render_opengl...Campbell Barton
2010-03-06pep8 cleanupCampbell Barton
2010-03-05Bringing back "Auto Start" option in the Game Menu.Dalai Felinto
2010-03-02Info Header: Non-blocking Info MessagesJoshua Leung
2010-02-23scene.render_data -> scene.renderCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-17*Removed a lingering 'Add' prefix in the Add menu to make it more consistent. William Reynish
2010-02-16[#21177] Text editorCampbell Barton
2010-02-15Inline tooltips and descriptions of export/importDaniel Salazar
2010-02-15rename euler_filter.py -> fcurve_euler_filter.pyCampbell Barton
2010-02-15File > Open recent raised an error when there was no .Blog file. Now it print...Thomas Dinges
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
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