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
2011-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-07use set's, since pythons 3.2's optimizer converts these to frozensets, lookup...Campbell Barton
2011-03-03BGE: Material Force Field renaming + reorganizationDalai Felinto
2011-02-27small UI cleanup - "Mouse Cursor" instead of "Show Mouse" and s/subcol/sub an...Dalai Felinto
2011-02-262.5 UI Scripts:Thomas Dinges
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-10fix for crash with GLSL material when image couldn't be loaded.Campbell Barton
2011-02-07Fix for [#25963] Show mouse option in wrong Panel.Thomas Dinges
2011-02-07add access to radius for game objects (static objects can have radius) as wel...Campbell Barton
2011-01-23BGE: option in the UI to start with the mouse cursor visible. Patch by Vitor ...Dalai Felinto
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-22- rna py-api bug fix, a NULL item in a collection was raising an errorCampbell Barton
2010-08-22patch [#23449] RNA renaming bugsCampbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-19rna renaming FModifier & GameObjectSettingsCampbell Barton
2010-08-18rna naming mainly for Scene/IK/KeyingSet'sCampbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-06remove narrow ui featureCampbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-06-11game world buttons had old property name for mist toggleCampbell Barton
2010-06-11create COMPAT_ENGINE in game panels to allow external game engines - patch fr...Dalai Felinto
2010-05-16Properties Window:Thomas Dinges
2010-02-23scene.render_data -> scene.renderCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-22game settings wasnt checking if the scene has a world set (giving python erro...Campbell Barton
2010-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-16[#21177] Text editorCampbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-29BGE: stereoscopic settings changes: (1) eye separation is the UI (2) focallen...Dalai Felinto
2009-11-24commenting out "Todo" labels from bge player stereo optionsDalai Felinto
2009-11-23rna UI api rename...Campbell Barton
2009-11-21pep8 cleanup & default select axis to negative (artist requst, make sense if ...Campbell Barton
2009-11-19Renamed "col2" to "wide_ui" which is more meaningful. Thomas Dinges
2009-11-15*More single column stuff.William Reynish
2009-11-03whitespace commit, (was some tabs mixed with spaces too)Campbell Barton
2009-11-01Correct GPL license header for all python scriptsMartin Poirier
2009-11-01made scripts pass the pep8 test (though not fully pep8 yet)Campbell Barton
2009-10-31GPL2 header from firebird (without disclaimer), notice theres no copyright at...Campbell Barton
2009-10-31renamed buttons ui files to properties to match UI name change, needed to upd...Campbell Barton