Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-11cleanupCampbell Barton
2011-07-10cleanupCampbell Barton
2011-07-10added some more methods of evaluating the curve.Campbell Barton
2011-07-10removing this module, it wasnt used anywhere and bpy_extras.view3d_utils has ...Campbell Barton
2011-07-06edit for solving bezier:Campbell Barton
2011-07-06add a second experimental method of solving bezier splines, by Vincent Tan.Campbell Barton
2011-07-06remove tricky and not especially good method of finding the point on the path...Campbell Barton
2011-07-06pep8 editsCampbell Barton
2011-07-06support for 3d splinesCampbell Barton
2011-07-06replace logic in spline intersection which depends on 2D side-of functionCampbell Barton
2011-07-06remove some 2d spesific functions, minor refactorCampbell Barton
2011-07-06rewrote bezier spline solver, works much better now, and with 'S' shape curvesCampbell Barton
2011-07-05move curve intersection into a functionCampbell Barton
2011-07-05wip commit, basic bezier evaluation working, but still need to rewrite some p...Campbell Barton
2011-07-04empty module for adding curve functionsCampbell Barton
2011-06-29extensions_framework: add ability to set UILayout alert state based on a logi...Doug Hammond
2011-06-28extensions_framework: update property creation code to support new property t...Doug Hammond
2011-06-21correct FSF address as pointed out by Dave PlaterCampbell Barton
2011-05-26extensions_framework: add support for property enable state control in declar...Doug Hammond
2011-05-15Added Cursor Control, Cursor History and Cursor Memory along with the shared ...rtsell
2011-03-11minor change to platform checksCampbell Barton
2011-03-07extensions_framework: added ef_callback pseudo-property type for invoking cus...Doug Hammond
2011-03-03extensions_framework: minor adjustments to ui; add layout.menu() and make tex...Doug Hammond
2011-02-23extensions_framework: Add alternative UI draw mode for EnumProperties (prop_m...Doug Hammond
2011-02-22extensions_framework: added reset() method to declarative_property_groupDoug Hammond
2011-02-21extensions_framework: make util.path_relative_to_export more robust on win32Doug Hammond
2011-02-16extensions_framework: inherit property_group_renderer from bpy.types.Panel, w...Doug Hammond
2011-02-16update for changes in blender.Campbell Barton
2011-02-12extensions_framework: remove addon_register_class from init_functions return;...Doug Hammond
2011-02-12extensions_framework: Add optional bl_info parameter to Addon class contstruc...Doug Hammond
2011-02-12correct for changes in svn.Campbell Barton
2011-02-12extensions_framework: fix initialisation error in new Addon class when used m...Doug Hammond
2011-02-12extensions_framework: Removed old and empty classes, added a more useful Addo...Doug Hammond
2011-02-11extensions_framework: don't use caching checks in init_properties when using ...Doug Hammond
2011-02-11extensions_framework: added ef_remove_properties function as a complement to ...Doug Hammond
2011-02-11extensions_framework: changed ef_initialise_properties function to not regist...Doug Hammond
2011-02-11extensions_framework: required changes for removal of auto-registrationDoug Hammond
2011-02-11extensions_framework: added ef_initialise_properties class decorator to initi...Doug Hammond
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-02-05extensions_framework: remove outputs module; unused and non-functionalDoug Hammond
2011-02-05update for changes in mathutuils.Campbell Barton
2011-02-02extensions_framework: disable broken plugin.uninstall methodDoug Hammond
2011-01-15SVN maintenance.Guillermo S. Romero
2011-01-07fix for api change. update() doesn't work the same as before anymore. Broke T...Florian Meyer
2011-01-01clear some pep8 complaintsCampbell Barton
2010-12-22added an update() for obdataFlorian Meyer
2010-12-18extensions_framework: Updates for changes to user_resource APIDoug Hammond
2010-12-17SVN maintenance.Guillermo S. Romero
2010-12-17start of add object framework. mainly a copy from add_object_utils.py plus so...Florian Meyer