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-02RNA Types metaclass registrationMartin Poirier
2010-08-02fix for py console autocomp. need to swap out __main__ module there too.Campbell Barton
2010-07-31patch [#23110] isolate render type UI labelling + operator to clear all hide ...Nathan Letwory
2010-07-29bugfix [#23062] Resolve conflict button in text editor dissappers in Blener 2...Campbell Barton
2010-07-29minor changes to r30843Campbell Barton
2010-07-27bugfix [#22605] Context auto-compleate fails first timeCampbell Barton
2010-07-23fix for error in select hierarchy if no children exist.Campbell Barton
2010-07-19== Sequencer ==Peter Schlaile
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-15use dict comprehension where possibleCampbell Barton
2010-07-14Change to text3d: When back or front is enabled, the bevel rim on the other s...Campbell Barton
2010-07-14bugfix [#22843] Cannot export to folder with ".blend" on the end.Campbell Barton
2010-07-14select parent/child now works for multiple selections ([/] keys)Campbell Barton
2010-07-14- text3d was missing menu items for toggling bold/underline/italic/smallcaps.Campbell Barton
2010-07-12- presets were not being written with 'import bpy' at the start.Campbell Barton
2010-07-06pedantic pep8 warnings, mostly white space.Campbell Barton
2010-07-04convenience functionality for browse button (requested by Colin for the seque...Campbell Barton
2010-07-03rna api:Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-11clear python console namespace when used with a new window manager, otherwise...Campbell Barton
2010-06-09pep8, whitespace editsCampbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-06-01script reload (f8), is closer to working.Campbell Barton
2010-05-31Python Open Link operator.Thomas Dinges
2010-05-31== Sequencer ==Peter Schlaile
2010-05-30== Sequencer ==Peter Schlaile
2010-05-30add torus now works like other C add-object operators, location and rotation ...Campbell Barton
2010-05-30console now shows unicode errors as well as errors caused by introspecting th...Campbell Barton
2010-05-30- Python console argument '--python-console', option so you can start blender...Campbell Barton
2010-05-24utility function for mesh data typesCampbell Barton
2010-05-23- base_object.layers_from_view(view3d), needed for setting local layersCampbell Barton
2010-05-23[#22391] Fix for eps-export of UVsCampbell Barton
2010-05-20obscure sounding feature thats actually useful: isolate render typeCampbell Barton
2010-05-16clear some pep8 warningsCampbell Barton
2010-05-14Fix [#22337] Wrong operator descriptionsMatt Ebb
2010-05-10Wrong operator description in preset base class. Thomas Dinges
2010-05-04== Sequencer ==Peter Schlaile
2010-05-03misc uninteresting stuff (killing time at airport commit)Campbell Barton
2010-05-02== Sequencer ==Peter Schlaile
2010-04-29missed this in recent api editsCampbell Barton
2010-04-27bugfix [#22163] Add->mesh->torus is brokenCampbell Barton
2010-04-25py apiCampbell Barton
2010-04-25workaround for (what looks like) a bug in python's StringIO module. should in...Campbell Barton
2010-04-21fix for divide by zero on vertex dirt script, show from the vertex paint menuCampbell Barton
2010-04-19Fix [#22058] Presets system not setting some input options.Matt Ebb
2010-04-17- for BGE mouse and keyboard events use tuples rather then listsCampbell Barton
2010-04-14rna api, when linking objects to an inactive scene, dont change its layer, re...Campbell Barton
2010-04-14avoid using exec()Campbell Barton
2010-04-14* Interaction PresetsMatt Ebb