Properties that should be annotations in Blender Cloud, Blender ID add-ons #61183

Closed
opened 2019-02-04 18:57:57 +01:00 by Benjamin Humpherys · 5 comments

With Blender Cloud and Blender ID add-ons enabled, the following message appears in console about properties and annotations:

Warning: class FlamencoManagerGroup contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/flamenco/__init__.py:960
    make annotation: FlamencoManagerGroup.manager
    make annotation: FlamencoManagerGroup.status
Warning: class FLAMENCO_OT_explore_file_path contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/flamenco/__init__.py:960
    make annotation: FLAMENCO_OT_explore_file_path.path
Warning: class ATTRACT_OT_shot_relink contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/attract/__init__.py:1029
    make annotation: ATTRACT_OT_shot_relink.strip_atc_object_id
Warning: class ATTRACT_OT_shot_delete contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/attract/__init__.py:1029
    make annotation: ATTRACT_OT_shot_delete.confirm
Warning: class ATTRACT_OT_project_open_in_browser contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/attract/__init__.py:1029
    make annotation: ATTRACT_OT_project_open_in_browser.project_id
Warning: class PILLAR_OT_switch_hdri contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/texture_browser/__init__.py:818
    make annotation: PILLAR_OT_switch_hdri.image_name
    make annotation: PILLAR_OT_switch_hdri.file_uuid
Warning: class PILLAR_OT_sync contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/settings_sync.py:519
    make annotation: PILLAR_OT_sync.action
    make annotation: PILLAR_OT_sync.blender_version
Warning: class PILLAR_OT_image_share contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/image_sharing.py:337
    make annotation: PILLAR_OT_image_share.target
    make annotation: PILLAR_OT_image_share.name
    make annotation: PILLAR_OT_image_share.screenshot_show_multiview
    make annotation: PILLAR_OT_image_share.screenshot_use_multiview
    make annotation: PILLAR_OT_image_share.screenshot_full
Warning: class BlenderCloudProjectGroup contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/blender.py:716
    make annotation: BlenderCloudProjectGroup.status
    make annotation: BlenderCloudProjectGroup.project
Warning: class BlenderCloudPreferences contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/blender.py:717
    make annotation: BlenderCloudPreferences.pillar_server
    make annotation: BlenderCloudPreferences.local_texture_dir
    make annotation: BlenderCloudPreferences.open_browser_after_share
    make annotation: BlenderCloudPreferences.project
    make annotation: BlenderCloudPreferences.cloud_project_local_path
    make annotation: BlenderCloudPreferences.flamenco_manager
    make annotation: BlenderCloudPreferences.flamenco_exclude_filter
    make annotation: BlenderCloudPreferences.flamenco_job_file_path
    make annotation: BlenderCloudPreferences.flamenco_job_output_path
    make annotation: BlenderCloudPreferences.flamenco_job_output_strip_components
    make annotation: BlenderCloudPreferences.flamenco_relative_only
    make annotation: BlenderCloudPreferences.flamenco_open_browser_after_submit
Warning: class SyncStatusProperties contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/blender.py:719
    make annotation: SyncStatusProperties.status
    make annotation: SyncStatusProperties.version
    make annotation: SyncStatusProperties.message
    make annotation: SyncStatusProperties.level
Warning: class PILLAR_OT_project_open_in_browser contains a properties which should be an annotation!
/Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/blender.py:722
    make annotation: PILLAR_OT_project_open_in_browser.project_id
With Blender Cloud and Blender ID add-ons enabled, the following message appears in console about properties and annotations: ``` Warning: class FlamencoManagerGroup contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/flamenco/__init__.py:960 make annotation: FlamencoManagerGroup.manager make annotation: FlamencoManagerGroup.status Warning: class FLAMENCO_OT_explore_file_path contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/flamenco/__init__.py:960 make annotation: FLAMENCO_OT_explore_file_path.path Warning: class ATTRACT_OT_shot_relink contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/attract/__init__.py:1029 make annotation: ATTRACT_OT_shot_relink.strip_atc_object_id Warning: class ATTRACT_OT_shot_delete contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/attract/__init__.py:1029 make annotation: ATTRACT_OT_shot_delete.confirm Warning: class ATTRACT_OT_project_open_in_browser contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/attract/__init__.py:1029 make annotation: ATTRACT_OT_project_open_in_browser.project_id Warning: class PILLAR_OT_switch_hdri contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/texture_browser/__init__.py:818 make annotation: PILLAR_OT_switch_hdri.image_name make annotation: PILLAR_OT_switch_hdri.file_uuid Warning: class PILLAR_OT_sync contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/settings_sync.py:519 make annotation: PILLAR_OT_sync.action make annotation: PILLAR_OT_sync.blender_version Warning: class PILLAR_OT_image_share contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/image_sharing.py:337 make annotation: PILLAR_OT_image_share.target make annotation: PILLAR_OT_image_share.name make annotation: PILLAR_OT_image_share.screenshot_show_multiview make annotation: PILLAR_OT_image_share.screenshot_use_multiview make annotation: PILLAR_OT_image_share.screenshot_full Warning: class BlenderCloudProjectGroup contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/blender.py:716 make annotation: BlenderCloudProjectGroup.status make annotation: BlenderCloudProjectGroup.project Warning: class BlenderCloudPreferences contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/blender.py:717 make annotation: BlenderCloudPreferences.pillar_server make annotation: BlenderCloudPreferences.local_texture_dir make annotation: BlenderCloudPreferences.open_browser_after_share make annotation: BlenderCloudPreferences.project make annotation: BlenderCloudPreferences.cloud_project_local_path make annotation: BlenderCloudPreferences.flamenco_manager make annotation: BlenderCloudPreferences.flamenco_exclude_filter make annotation: BlenderCloudPreferences.flamenco_job_file_path make annotation: BlenderCloudPreferences.flamenco_job_output_path make annotation: BlenderCloudPreferences.flamenco_job_output_strip_components make annotation: BlenderCloudPreferences.flamenco_relative_only make annotation: BlenderCloudPreferences.flamenco_open_browser_after_submit Warning: class SyncStatusProperties contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/blender.py:719 make annotation: SyncStatusProperties.status make annotation: SyncStatusProperties.version make annotation: SyncStatusProperties.message make annotation: SyncStatusProperties.level Warning: class PILLAR_OT_project_open_in_browser contains a properties which should be an annotation! /Users/admin/Library/Application Support/Blender/2.80/scripts/addons/blender_cloud/blender.py:722 make annotation: PILLAR_OT_project_open_in_browser.project_id ```

Added subscriber: @brhumphe

Added subscriber: @brhumphe
Member

Added subscribers: @dr.sybren, @lichtwerk

Added subscribers: @dr.sybren, @lichtwerk
Member

@dr.sybren : one for you?

@dr.sybren : one for you?

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Sybren A. Stüvel self-assigned this 2019-02-06 09:21:13 +01:00

I don't see what this has to do with the Blender ID add-on (there is no warning shown about Blender ID at all).

The annotations are incompatible with Blender 2.79, and since that's the current release of Blender we have to support that with the add-on. It's just causing some warnings in 2.80.

I don't see what this has to do with the Blender ID add-on (there is no warning shown about Blender ID at all). The annotations are incompatible with Blender 2.79, and since that's the current release of Blender we have to support that with the add-on. It's just causing some warnings in 2.80.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#61183
No description provided.