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
2022-05-18Stored Views: Fix error when Lock 'To 3D Cursor' is activeVladislav
Cursor is part of scene since 2.80 Fixes T81285. Maniphest Tasks: T81285 Differential Revision: https://developer.blender.org/D9109
2022-02-14File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-11-05Stored Views: Do not use the deprecated `SMALL_TRI_RIGHT_VEC` iconPablo Vazquez
Use `CHECKMARK` instead since it's supposed to indicate the active view.
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-10-29fix manual linksmeta-androcto
2019-10-123d view addons: add manual linksmeta-androcto
2019-09-233d View addons: close tabs by default: T70017meta-androcto
2019-07-05Use latest/version number for manual linksAaron Carlisle
We want users to go to the current version for their current version when possible if not point to latest. /dev should really only be for development related work. End users should not be browsing /dev unless they are reading about upcoming features ahead of time.
2019-06-16space_view3d_stored_views: minor bug fix, move to View Tabmeta-androcto
2019-06-15space_view3d_stored_views: Restore release status: T63750 d9ffde707fe5meta-androcto
2019-05-24space_view3d_stored_views: move to contrib: T63750meta-androcto
2019-05-21annotation property updatesNBurn
2019-01-25addons: object select_set syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-21addons: blender version number fixNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-04-15Stored Views: Fix usage of a reserved Python word in bl_idnamelijenstina
Bump version to 0.3.7 Small style tweaks Fix reported on IRC: - The issue with using .import in the blsv operators, causing crashes when called from the python console - Used **stored_views.import_blsv** and **stored_views.export_blsv**
2017-08-04space_view3d_stored_view: T52259 + fix wrong camera location on createStephen Leger
2017-07-24Cleanup: use common prefix for addonsCampbell Barton