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-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-01-23Some ui reorganization of the physics tab:Janne Karhu
2010-09-14button to remove presets.Campbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-09-02- inconsistent rna names - use 'vertex_group_' as prefix, only ui scripts use...Campbell Barton
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-23rename UI functionCampbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-19more rna renaming for non-animated properties: mainly Texface, Particle & Poi...Campbell Barton
2010-08-18more rna renaming.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-06-28nicer alignment for preset UICampbell Barton
2010-05-16Properties Window:Thomas Dinges
2010-05-12merge of last commit to trunkJoseph Eagar
2010-04-23Fix [#22120] Physics modifiers can't be removedMatt Ebb
2010-04-14* Interaction PresetsMatt Ebb
2010-04-04pep8 cleanupCampbell Barton
2010-03-30Rest shape key for cloth option, this makes it possibleBrecht Van Lommel
2010-03-26Cloth simulation can now use a group to specify which objectsBrecht Van Lommel
2010-02-23scene.render_data -> scene.renderCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.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-04String fix and a bunch of PEP8 issues I had collected in the meanwhile.Guillermo S. Romero
2009-12-04* Fix for incorrect disabling after baking cloth simMatt Ebb
2009-11-29pep8 cleanup in ui and op dirs, added popup to select patternCampbell Barton
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-22use is rather then == when comparing with singletons (None/False/True), its f...Campbell Barton
2009-11-22- add cloth button wasnt working because it was set to execute the operator.Campbell Barton
2009-11-22- hide members of bpy from dir() and autocomp.Campbell Barton
2009-11-22* Minor cleanups.Thomas Dinges
2009-11-19Renamed "col2" to "wide_ui" which is more meaningful. Thomas Dinges
2009-11-19Single Column layout for Fields, Smoke, Cloth and Fluids.Thomas Dinges
2009-11-192.5 Single Column Layout:Thomas Dinges
2009-11-18Durian request: ClothDaniel Genrich
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