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-02RNA Types metaclass registrationMartin Poirier
2010-07-31patch [#23110] isolate render type UI labelling + operator to clear all hide ...Nathan Letwory
2010-07-23fix for error in select hierarchy if no children exist.Campbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-14bugfix [#22843] Cannot export to folder with ".blend" on the end.Campbell Barton
2010-07-14select parent/child now works for multiple selections ([/] keys)Campbell Barton
2010-07-03rna api:Campbell Barton
2010-06-09pep8, whitespace editsCampbell Barton
2010-05-20obscure sounding feature thats actually useful: isolate render typeCampbell Barton
2010-04-25py apiCampbell Barton
2010-04-11PyAPICampbell Barton
2010-03-06pep8 cleanupCampbell Barton
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
2010-02-25select parent/child in object mode with [] keys, like pose mode.Campbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-22bugfix [#21233] Crash in pyapi, with new object.Campbell Barton
2010-02-17join as UVs referenced older api function nameCampbell 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-12Clean up of tooltips in py operators and better operator name forDaniel Salazar
2010-02-12- select active camera operatorCampbell Barton
2010-02-10make dupliface rotation was wrong. Campbell Barton
2010-02-10make dupliface operator (access from object menu)Campbell Barton
2010-02-05add menus for vertex group and shape key panels, functionality wasnt communic...Campbell Barton
2010-02-02shape key transferCampbell Barton
2010-02-01shape key transfer fix.Campbell Barton
2010-01-31pep8 changesCampbell Barton
2010-01-26[#20046] 2.5 "bridge faces" tool doesn't delete original selectionCampbell Barton
2010-01-15Fix [#20514] In sculpting mode is possible to use page down/up to exceed the ...Matt Ebb
2010-01-14Join as UVs.... (copies matching UVs to another object with the same topology)Campbell Barton
2010-01-10RNA/Py APICampbell Barton
2010-01-06fix for crash when setting a shapekeys name in rna, (probably other propertie...Campbell Barton
2010-01-06missing check for shape keyCampbell Barton
2009-12-28- object.add_shape_key(name="Key", from_mix=True)Campbell Barton
2009-12-28- loading missing files didnt give any warningCampbell Barton
2009-12-27Transfer Shape KeyCampbell Barton
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-23key shortcits for sculpt backCampbell Barton
2009-12-22py error fix and minor changes to rna info classCampbell Barton
2009-12-19make subsurf keys - Ctrl+1,2,3,4, apply to all selected objects. not just the...Campbell Barton
2009-12-14Fix #20356: ctrl+1/2/.. could set multires levels outside limits.Brecht Van Lommel
2009-12-13script for automating pep8 checks.Campbell Barton
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-07use sets rather then tuples for enum/flags so you can use bitfield operatorsCampbell Barton
2009-12-07rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted...Campbell Barton
2009-12-06pep8 edits and fix some warningsCampbell Barton
2009-12-01select pattern for bonesCampbell Barton
2009-11-30- grease pencil drawing on the surface of objects (only when enable face snap...Campbell Barton