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-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-06-22Cleanup: camera_turnaround remove unnecessary lookupCampbell Barton
2020-06-22Cleanup: camera_turnaround, remove unnecessary context accessCampbell Barton
2020-06-22Fix T77568: turnaround camera crashes undoingCampbell Barton
2020-06-22Cleanup: camera_turnaround (pep8)Campbell Barton
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-11-13camera_turnaround: add manual linkmeta-androcto
2019-09-24addons: shorten animation to animate: T70017meta-androcto
2019-09-24camera_turnaround: remove from edit modemeta-androcto
2019-09-24camera_turnaround: fix bl_info locationmeta-androcto
2019-09-24camera_turnaround: Animation Tab, close panels by default: T70017meta-androcto
2019-06-16part fix bl_info Locationsmeta-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-01-29CameraTurn: Convert to 2.80Antonioya
Fix the script to run in 2.80 version
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-25addons: object select_set syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
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-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2018-01-08Cleanup: redundant lookupsCampbell Barton
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-06-28Turnaround Camera: Cleanup, UI changeslijenstina
Bumped version to 0.2.5 Imports as tuples Consistent property definitions Use a property group for the scene props Access through context.scene.turn_camera Reorder the UI layout Added the option to clear the camera animations as the previous run can leave the Dolly Zoom active
2017-06-08turnaround_camera: fix bl_location T50357meta-androcto
2017-03-29add camera turnaround by Antonioya: T51066meta-androcto