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-02use try/except when unloading modules too.Campbell Barton
2010-08-02give better feedback when a class doesnt register correctly.Campbell Barton
2010-08-02Based on recent feedback, the copyright.txt file contained Ton Roosendaal
2010-08-02py addons: much faster scanning of addons by only parsing the dictionary rath...Campbell Barton
2010-08-02fix for parsing scriptsCampbell Barton
2010-08-02update userpref's addon code to support new register/unregister, now the modu...Campbell Barton
2010-08-02minor changes to registration before committing addons fixesCampbell Barton
2010-08-02minor changes to Martni's commit 30961Campbell Barton
2010-08-02fix for sequencer panel registration, a parent class panel was being register...Campbell Barton
2010-08-02remove register/unregister from templatesCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-08-02== povray ==Luca Bonavita
2010-08-02== addons ==Luca Bonavita
2010-08-02python mathutils changeCampbell Barton
2010-08-02svn merge -r 30913:30953 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-02fix for py console autocomp. need to swap out __main__ module there too.Campbell Barton
2010-08-02Audaspace:Joerg Mueller
2010-08-02patch [#23144] bpy.Image.gl_load() -- fixCampbell Barton
2010-08-02SVN maintenance.Guillermo S. Romero
2010-08-02Fix preview render crash after recent G.main changes.Brecht Van Lommel
2010-08-01Fix for the fix.Thomas Dinges
2010-08-01Compile fix for recent changes. Function needed 1 more argument. Thomas Dinges
2010-08-01OSX/Cocoa : fix the Cmd modifier stuck after cancelling the quit dialogDamien Plisson
2010-08-01bugfix [#23134] uv project modifier not working.Campbell Barton
2010-08-01set blender binary name for pythonCampbell Barton
2010-08-01Smoke:Daniel Genrich
2010-08-01- new __main__ module wasnt de-referenced after adding into sys.modulesCampbell Barton
2010-08-01Fix for crash due to last commit.Brecht Van Lommel
2010-08-01bugfix [#23129] alt-p in the texteditor doesn't work anymoreCampbell Barton
2010-08-012.5: more G.main changes.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-08-01Smoke:Daniel Genrich
2010-08-01mistake in recent commit allowd bpy.types.Scene() which would then crash blen...Campbell Barton
2010-08-01bugfix'sCampbell Barton
2010-08-01fix for un-initialized layer (only bits between 1 and 20 were initialized)Campbell Barton
2010-08-01- font object x/yoffset was making text box's wrap text incorrectly.Campbell Barton
2010-07-31Separate proportional edit setting between edit and object mode. They are now...Martin Poirier
2010-07-31netrender: fix reloadMartin Poirier
2010-07-31== rigify ==Luca Bonavita
2010-07-31use more BLI math funcs (no functional changes)Campbell Barton
2010-07-31Audaspace:Joerg Mueller
2010-07-31recent commit to make color balance work like the sequencer, I forgot that th...Campbell Barton
2010-07-31- add back prefix for ID lists (LF) for linked and fake user for search fields.Campbell Barton
2010-07-31Change compositor color balance to match the sequencer exactly, for this to w...Campbell Barton
2010-07-31patch [#23110] isolate render type UI labelling + operator to clear all hide ...Nathan Letwory
2010-07-31svn merge -r 30718:30912 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-31Audaspace: Refactored the complete 3D Device code giving a nicer API.Joerg Mueller
2010-07-30Properties Window:Thomas Dinges
2010-07-30Logic Editor:Thomas Dinges
2010-07-30Ui Scripts:Thomas Dinges