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
2012-11-18typo in own recent commit.Campbell Barton
2012-11-13remove 'Reset' button from operator UI, instead have 'Restore Defaults' in pr...Campbell Barton
2012-11-02correct operator preset tooltip and dont save their settings for re-useCampbell Barton
2012-10-09Fixed wrong preset settings for motion trackingSergey Sharybin
2012-08-04Camera tracking presetsSergey Sharybin
2012-07-05Fix for [#32016] Tracking Settings Presets not workingThomas Dinges
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-20style cleanupCampbell Barton
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-15style cleanup: pep8Campbell Barton
2012-05-13* Typo fix: rna_recursiev_attr_expand -> rna_recursive_attr_expandThomas Dinges
2012-05-11fix [#30905] Operator preset save doesn't serialize PropertyGroupsCampbell Barton
2012-04-20style cleanup: pep8, also quiet compiler warning.Campbell Barton
2012-04-16Fluid Simulation:Thomas Dinges
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-02-11typo fix when a preset fails to run. (fail at failing)Campbell Barton
2012-02-09fix for presets reusing previous options (which broke preset add/remove) Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-01-26Color channels used for tracking is now a part of default tracking settings a...Sergey Sharybin
2012-01-10enable xml preset save/load, replace install/export themes with these.Campbell Barton
2012-01-10initial support for XML presets, these have the advantage...Campbell Barton
2011-12-30check for presets in addons dirs. this way addons can install their own prese...Campbell Barton
2011-11-28Camera tracking: merging tracking presets stuff from tomato branchSergey Sharybin
2011-11-16Fix issue with tracks color presetsSergey Sharybin
2011-11-08- operator presets now work in the 3D view as well as the file selector.Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-04Configurable sensor size:Sergey Sharybin
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-07-25style changes for operator scripts & some pep8 edits.Campbell Barton
2011-07-11make python3.3 compatible, __class__ is no longer in the class methods namesp...Campbell Barton
2011-06-07rna option not to save certain properties for redoing later, currently only u...Campbell Barton
2011-05-02fix [#27148] *Invalid Path* in all "operator presets" dropdownsCampbell Barton
2011-04-28fix [#27196] Traceback caused by preset selectionCampbell Barton
2011-04-21patch [#27094] Fix for property names in sunsky presetsCampbell Barton
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in mesh_u...Campbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton