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-01-01pep8 cleanupCampbell Barton
2010-12-17WM_OT_path_open was failing with non utf8 paths.Campbell Barton
2010-12-08pedantic word ordering change.Campbell Barton
2010-12-05correction to r33469, operators return sets so string comparison isn't valid.Campbell Barton
2010-12-04Bugfix #21893Ton Roosendaal
2010-11-17- move cmake file for python.Campbell Barton
2010-11-10Fix #24632: Sculpt Mode Context Set hotkeys (1..0, Shift+1..0) don't workSergey Sharybin
2010-11-02[#24491] not possible to create a new Rendering preset than "add render prese...Campbell Barton
2010-10-31bugfix [#24466] Selecting of object with pattern leads to strange behaviorCampbell Barton
2010-10-28patch [#24424] Python scripts update for API changesCampbell Barton
2010-10-16Add System Info function to the Help menu.Nathan Letwory
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-09-19remove redundant []'s for list comprehension's, py2.4+ supports this.Campbell Barton
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-09-14keyconfig updates/changesCampbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-07in response to bug [#23701] Edit Mode: unable to bind vertex/edge/face select...Campbell Barton
2010-09-03sphinx doc genCampbell Barton
2010-09-02rna context renameCampbell Barton
2010-08-06bugfix [#23194] export UVs miss the extension fileCampbell Barton
2010-08-04rewrote wm.context_set_id() to automatuically match the pointer type with the...Campbell Barton
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-03[#23156] Cannot Edit Custom PropertiesMartin Poirier
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-06pedantic pep8 warnings, mostly white space.Campbell Barton
2010-07-04convenience functionality for browse button (requested by Colin for the seque...Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-09pep8, whitespace editsCampbell Barton
2010-06-01script reload (f8), is closer to working.Campbell Barton
2010-05-31Python Open Link operator.Thomas Dinges
2010-05-14Fix [#22337] Wrong operator descriptionsMatt Ebb
2010-03-28Bugfix for [#21798] Submit description doesn't work. Thomas Dinges
2010-03-20- submit docs now uses the new dialog with an OK buttonCampbell Barton
2010-03-15pep8 warningsCampbell Barton
2010-03-14cleanup for addon python internals, fix filtering bug.Campbell Barton
2010-03-09improve brush size keys so they dont change by 20 each time (bad for small br...Campbell Barton
2010-03-06pep8 cleanupCampbell Barton
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
2010-02-27store vars in py operators in the instance rather then the operator classes.Campbell Barton
2010-02-24[#21295] Escape key doesn't cancel python modal operatorsCampbell Barton
2010-02-23- finally a way to force removal of images (Shift+Click on the X)Campbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-21generic modal operator to make adjusting almost any rna property with the mou...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-02subtype support for properties in bpy.props.Campbell Barton
2010-01-31pep8 changesCampbell Barton
2010-01-28missed updating reload scriptsCampbell Barton