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-27The Text TexFace option was listed twice, so i removed one.Mitchell Stokes
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-24move more active variables to be nested in collections.Campbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-23rename UI functionCampbell Barton
2010-08-21rna naming error in recent commitsCampbell 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-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-122.5 User Interface / UI ScriptsThomas Dinges
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-06Fix missing texture face panel.Brecht Van Lommel
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-302.5: remove vertex normal flip option, this is more harmful than helpfulBrecht Van Lommel
2010-05-16Properties Window:Thomas Dinges
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-05-03misc uninteresting stuff (killing time at airport commit)Campbell Barton
2010-04-19Python API fix: Make properties_texture compatible with COMPAT_ENGINES, also ...Daniel Genrich
2010-04-19Python API: Make properties_data_mesh compatible with COMPAT_ENGINES. (superv...Daniel Genrich
2010-04-17- for BGE mouse and keyboard events use tuples rather then listsCampbell Barton
2010-04-12BGE: TexFace panel (from patch #21780 from Mitchell Stokes + some changes)Dalai Felinto
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
2010-02-10copy vgroups to selected objects as long as they have aligned arrays.Campbell Barton
2010-02-05add menus for vertex group and shape key panels, functionality wasnt communic...Campbell Barton
2010-02-03vertex group sort operator, access from the vgroup panel, sintels mesh has 14...Campbell Barton
2010-02-01remove workaround thats not needed anymore and could cause a python error whe...Campbell Barton
2010-01-31pep8 changesCampbell Barton
2010-01-11Fix wrong icons in shape key panel, not sure why these were specified,Brecht Van Lommel
2010-01-08custom properties panels for most ID types. use subclassing to keep panel UI ...Campbell Barton
2010-01-08Bugfix #20605: Shape key values not keyable from mesh data panel. Keyable fro...Joshua Leung
2010-01-06add operator icon for shape key transfer in panel,Campbell Barton
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell 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-20* More small modifier improvements by nudelZ.Thomas Dinges
2009-11-19Renamed "col2" to "wide_ui" which is more meaningful. Thomas Dinges
2009-11-15*More single column stuff.William Reynish
2009-11-14used py error checking tools to fix some bugs & make pep8 correctionsCampbell Barton
2009-11-12Implemented single column UI for textures, curve, mesh and empty.William Reynish
2009-11-08* Removed "Lock" Prefix from items inside Transform Lock Panel for consistency.Thomas Dinges
2009-11-08pep8 whitespace commitCampbell Barton
2009-11-05Moved the buttons around slightly in shape keys, to make it clearer what is a...William Reynish
2009-11-03whitespace commit, (was some tabs mixed with spaces too)Campbell Barton