27 Commits

Author SHA1 Message Date
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
866c2c1208 Cleanup: camera_turnaround remove unnecessary lookup 2020-06-22 15:09:36 +10:00
793637384c Cleanup: camera_turnaround, remove unnecessary context access 2020-06-22 15:08:44 +10:00
69ffc87964 Fix T77568: turnaround camera crashes undoing 2020-06-22 15:04:55 +10:00
9323119552 Cleanup: camera_turnaround (pep8) 2020-06-22 15:04:16 +10:00
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
7d3f480e9a camera_turnaround: add manual link 2019-11-13 13:30:34 +11:00
cec3f91d6d addons: shorten animation to animate: T70017 2019-09-24 21:51:54 +10:00
5618d8598d camera_turnaround: remove from edit mode 2019-09-24 16:03:42 +10:00
fb9633ffd7 camera_turnaround: fix bl_info location 2019-09-24 11:58:51 +10:00
201c9b1416 camera_turnaround: Animation Tab, close panels by default: T70017 2019-09-24 11:56:36 +10:00
c2821cac0d part fix bl_info Locations 2019-06-16 18:48:37 +10:00
9999dada60 Update for API change: scene.cursor_location -> scene.cursor.location
Note that some scripts still used the 3D view cursor which has been
removed for a while.
2019-03-01 12:51:10 +11:00
8b93448f56 CameraTurn: Convert to 2.80
Fix the script to run in 2.80 version
2019-01-29 10:21:49 +01:00
edd2de62eb addons: view_layer.objects.active syntax update 2019-01-28 20:04:35 -05:00
c686df25d9 addons: object select_set syntax update 2019-01-24 22:59:16 -05:00
49c1b40928 addons: add missing text= keyword after label 2019-01-23 15:03:09 -05:00
aeabdc02a8 Update Add-ons class properties to annotations
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.
2019-01-17 16:48:54 -05:00
0457976a87 Rename user_preferences -> preferences 2018-12-21 12:56:42 +11:00
9ff1e5eca7 2.8: update for x_ray and draw/display renaming. 2018-09-06 13:03:16 +02:00
07f4730af4 Cleanup: redundant lookups 2018-01-08 12:22:31 +11:00
131ea02a4c Cleanup: quiet strict name warnings for addons a..h. 2017-09-02 19:33:06 +10:00
b4eb331297 Turnaround Camera: Cleanup, UI changes
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-28 11:37:23 +02:00
a370618c8a turnaround_camera: fix bl_location T50357 2017-06-08 19:39:30 +10:00
38e90857d8 add camera turnaround by Antonioya: T51066 2017-03-29 20:22:50 +11:00