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 (Collapse)Author
2019-09-24add_curve_extra_objects: close panels by default: T70017meta-androcto
2019-05-22Add-ons: remove temporary disabling of use_global_undoBrecht Van Lommel
This can cause bugs where if the operator throws an exception, undo is not properly enabled again. There have been maybe a dozen Blender bug reports related to this. This could get worse now that we are autosaving preferences. Some add-ons guard against this, but turning off undo should not be needed in the first place. If the operator is set to do an undo push, any operators it calls will automatically not do any undo pushes. If this fail in some cases, it should be reported as a bug in Blender. I could not find issues or a performance impact testing a few add-ons though. Differential Revision: https://developer.blender.org/D4908
2019-03-26add_curve_extra_objects/add_curve_spirofit_bouncespline update tab namemeta-androcto
2019-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
Note that some scripts still used the 3D view cursor which has been removed for a while.
2019-02-01fixes returning errors badly @Jimmy Hazevoet (jimmyhaze)Spivak Vladimir (cwolf3d)
2019-01-25addons: object select_set syntax updateNBurn
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-19Update addon to Blender 2.8Spivak Vladimir (cwolf3d)
2018-09-07Merge branch 'master' into blender2.8Campbell Barton
2018-09-07Cleanup: single quotes for iconsCampbell Barton
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-06-03Add Curve Extra Objects: Cleanup, refactor some codelijenstina
Bumped version to 0.1.2 Pep8 cleanup Consistent property definitions Remove star imports Some small UI fixes Reorder the submenu items types Alphabetically Add Curve braid: merge in the bpybraid and braid scripts since they are relatively small Add Simple Curve - use a property group for scene props Add list of Menus and Panels available in the User Preferences
2017-05-13curve extra objects: bounce sprofit catenary update thanks Jimmy Hazemeta-androcto
2017-05-07Curve Extra Objects: update bounce splines by Jimmy Hazemeta-androcto
2017-04-25curve extra objects: bounce spline, spirofit, catenary updatemeta-androcto
2017-04-21Add curve extra objects: update curves galore, spirofit, thanks Jimmy Hazemeta-androcto
2017-03-23curve extra objects, bounce spline, greater precision thanks @JimmyHazemeta-androcto
2017-03-19Update add_curve_extra_objects add bounce spline/sporo fit, update curves ↵meta-androcto
galore T50943