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-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
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-01-30Added handy option to delete all vgroups in the dropdown menuDaniel Salazar
2011-01-14pep8 corrections.Campbell Barton
2011-01-06Bugfix #25505Ton Roosendaal
2010-12-30revert part of Tons commit r33884.Campbell Barton
2010-12-24Bugfix #25365Ton Roosendaal
2010-12-17bugfix [#25240] Custom properties panel on pinned data fail.Campbell Barton
2010-12-04Bugfix #25033Ton Roosendaal
2010-10-13bugfix [#23899] renderlayers are not working properlyCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-27The duplicate Text option in the TexFace panel came from a bad rename of tex ...Mitchell Stokes
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