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-03-20- submit docs now uses the new dialog with an OK buttonCampbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-17Fix [#21553] Re-Projection just opening the image editor but not the image.Matt Ebb
2010-03-16no need to set flat shading for faces manuallyBrecht Van Lommel
2010-03-16Play Back Rendered Animation operator was left out of Screen->Render operator...Matt Ebb
2010-03-15pep8 warningsCampbell Barton
2010-03-14cleanup for addon python internals, fix filtering bug.Campbell Barton
2010-03-09improve brush size keys so they dont change by 20 each time (bad for small br...Campbell Barton
2010-03-08image re-project now uses offscreen render function and has input for render ...Campbell Barton
2010-03-07re-project images now save as PNG's rather then TAGA's, should work around a ...Campbell Barton
2010-03-07aparently startfile didnt work. trying 'start' command for windows.Campbell Barton
2010-03-07image editor user preference.Campbell Barton
2010-03-07ok now all 3 major platforms should workTom Musgrove
2010-03-07doh that is what i get for committing before testing... adding missing linesTom Musgrove
2010-03-07reverting 27304, please test before committing.Campbell Barton
2010-03-07allow darwin and windows users to use the view based image editing also, temp...Tom Musgrove
2010-03-07mplayer preset, plays back movies and image sequences.Campbell Barton
2010-03-07re-project + gimp integration, now its easy to edit the view in the gimp and ...Campbell Barton
2010-03-06pep8 cleanupCampbell Barton
2010-03-01parts of the Python API are unstable, big discalmer in API docs main page, AP...Campbell Barton
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
2010-02-28make BGL and BLF modile names lowercaseCampbell Barton
2010-02-27store vars in py operators in the instance rather then the operator classes.Campbell Barton
2010-02-26rna/py apiCampbell Barton
2010-02-25select parent/child in object mode with [] keys, like pose mode.Campbell Barton
2010-02-24[#21295] Escape key doesn't cancel python modal operatorsCampbell Barton
2010-02-23- finally a way to force removal of images (Shift+Click on the X)Campbell Barton
2010-02-23scene.render_data -> scene.renderCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-22Context for Object Align op = Object modeDaniel Salazar
2010-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-22bugfix [#21233] Crash in pyapi, with new object.Campbell Barton
2010-02-21generic modal operator to make adjusting almost any rna property with the mou...Campbell Barton
2010-02-18[#21219] Separate autocomplete text with command prompt in consoleCampbell Barton
2010-02-17join as UVs referenced older api function nameCampbell Barton
2010-02-17Align Object op: ignore objects other than Mesh typeDaniel Salazar
2010-02-16[#21177] Text editorCampbell Barton
2010-02-15bug #21160, misspell in align objects operatorDaniel Salazar
2010-02-15rename euler_filter.py -> fcurve_euler_filter.pyCampbell Barton
2010-02-15Align Object op: Introducing Align Modes Negative Sides / Centers /Daniel Salazar
2010-02-14autocompete was matching import_foo as import keyword.Campbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-14Using multiline descriptions like this:Daniel Salazar
2010-02-14Added a euler filter script, to filter out discontineouities in euler curves ...Joseph Eagar
2010-02-14Align Objects operator: Added align relative to Active objectDaniel Salazar
2010-02-12correct fsf addressCampbell Barton
2010-02-12button to save edited textures in texture paintCampbell Barton
2010-02-12Align Objects operator: added selection center as align centerDaniel Salazar
2010-02-12Align Objects operator: adds option to align relative to 3D cursor asDaniel Salazar
2010-02-12New Align Objects operator. Currently it has very little functionality butDaniel Salazar