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-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming for Render* structsCampbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-10minor adjustments to python scripts to make them easier to run outside of ble...Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-19Add a "Save Copy" entry in the File menu.Xavier Thomas
2010-07-122.5: rename "Operator Cheat Sheet (new textblock)" to "Operator Cheat Sheet",Brecht Van Lommel
2010-07-06pedantic pep8 warnings, mostly white space.Campbell Barton
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-06-14naming changesCampbell Barton
2010-06-13Made Add Surface Operator more atomic, now each primitive has own operator, b...Michael Fox
2010-06-09pep8, whitespace editsCampbell Barton
2010-06-03Reworked the non-blocking reports display in the info header:Matt Ebb
2010-05-31Python Open Link operator.Thomas Dinges
2010-05-24- remove OBJECT_OT_curve_addCampbell Barton
2010-05-23(no commit message)Michael Fox
2010-05-21Fix typo in add group instance menuMatt Ebb
2010-05-03Updated icon set, thanks jendryzch!Matt Ebb
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