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-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-06-08Update for changes in the Python API using keyword only argumentsCampbell Barton
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-01add manual linksmeta-androcto
2019-07-18Updated Blender ID add-on from upstream (2.0 to 2.1)Sybren A. Stüvel
This should fix T66881. Includes: 96f5449 (2019-07-18) Bumped version to 2.1.0 3931e8f (2019-07-18) Add a timeout to communication with Blender ID
2019-07-09Blender ID: updated to 2.0.0Sybren A. Stüvel
No functional changes, just a version bump from 1.9.999 to 2.0.0.
2019-05-23Updated Blender ID from upstreamSybren A. Stüvel
- New URL for Blender ID: https://id.blender.org/
2019-05-16Updated Blender ID add-on from upstreamSybren A. Stüvel
Includes: - 069540e (2019-05-16) Bumped version to 1.9.99 - cf48253 (2019-05-16) Include Blender and add-on version in User-Agent header - 4b3d527 (2019-05-16) Automatically retry failed connections to Blender ID for more stability
2019-02-13Updated Blender ID add-on from upstreamSybren A. Stüvel
2019-02-13Show which Blender ID instance is communicated with in the addon prefsSybren A. Stüvel
This is only shown if it was overridden by setting the BLENDER_ID_ENDPOINT environment variable. It makes Cloud development a bit easier when it's explicit to which Blender ID (local dev or real one) we're talking.
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-11-07Blender ID: updated to latest development versionSybren A. Stüvel
2018-09-04Blender ID: 2.80-compatible unregistrationSybren A. Stüvel
2018-09-04Blender ID add-on: made it compatible with current Blender 2.8Sybren A. Stüvel
Note that this version requires Blender 2.80 or newer due to changes in operator property declarations.
2018-07-12Python: use fieldsCampbell Barton
2018-07-03Upgraded Blender ID add-on to 1.5Sybren A. Stüvel
This version explicitly supports Blender 2.80.
2017-12-15Updated Blender ID add-on to version 1.4.1Sybren A. Stüvel
- Improved error reporting when validating a token fails due to connection errors.
2017-12-05Updated Blender ID add-on to version 1.4:Sybren A. Stüvel
- Added an extra date/time format for parsing the authentication token expiry date. - Always show the "Validate" button when the user is logged in. This actively checks the token with the server, whereas the "You are logged in" only bases that statement on locally-available information (there is a token and it hasn't expired yet).
2017-06-14Updated Blender ID add-on to 1.3.0Sybren A. Stüvel
2016-08-07Fix T49008: Blender-ID add-on for inclusion as OFFICIALSybren A. Stüvel
Added Blender-ID add-on version 1.2.0. For more info, see the repository at https://developer.blender.org/diffusion/BIA/ To bundle a new version, run this from the Blender-ID add-on source: python3 setup.py bdist bundle --path /path/to/blender/release/scripts/addons