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-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
2010-01-04WM_OT_context_set_* - more compact and check for the relative option without ...Campbell Barton
2010-01-04Fix for previous commit - broke WM_OT_context_set_* operators for non float/i...Matt Ebb
2010-01-04* Added new hotkeys [ and ] to decrease/increase brush size by 20 in all pain...Matt Ebb
2010-01-03- WM_OT_context_cycle_int wasnt working (also wasnt used anywhere)Campbell Barton
2009-12-25sphinx rna api documentation generator to replace epydocsCampbell 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-22- make ToolSettings.mesh_selection_mode into an array of 3 bools rather then ...Campbell Barton
2009-12-14use Ellipsis rather then a class defined for an unset value. (since None is v...Campbell Barton
2009-12-14pep8 warnings, remove unused importsCampbell Barton
2009-12-13script for automating pep8 checks.Campbell Barton
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-07rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted...Campbell Barton
2009-11-29pep8 cleanup in ui and op dirs, added popup to select patternCampbell Barton
2009-11-27Add missing snap properties to transform operator.Martin Poirier
2009-11-27edge loop delete was using snap, making it not actually delete the edge loopCampbell Barton
2009-11-23temp hack to make the popup show wider when running the edit description oper...Campbell Barton
2009-11-22- add cloth button wasnt working because it was set to execute the operator.Campbell Barton
2009-11-22- aspectx wasnt saved in the render presetCampbell Barton
2009-11-19operators were copying the properties from the rna operator into the class in...Campbell Barton
2009-11-17use number keys to set the current brush in paint modesCampbell Barton
2009-11-17property editor for bone and object ID props, add/remove/editCampbell Barton
2009-11-13F8 reload works again, script errors are printed but dont stop loading every ...Campbell Barton
2009-11-05view docs was broken for operators - was getting the nested class string.Campbell Barton
2009-11-05fix for editing docsCampbell Barton
2009-11-05- missing return valuesCampbell Barton
2009-11-04- Stopping jobs on undo wasnt fixing undo/redo while with render previews as ...Campbell Barton
2009-11-04- move WM operators out of bpy_ops.py into their own fileCampbell Barton