Replaced log.warning with debug msg.
We can now list all available projects, so there is no need to warn.
This commit is contained in:
parent
2a0ef39b12
commit
bdef942b0b
@ -532,7 +532,7 @@ class BlenderCloudBrowser(bpy.types.Operator):
|
|||||||
node_type='group_texture')
|
node_type='group_texture')
|
||||||
else:
|
else:
|
||||||
# Query for projects
|
# Query for projects
|
||||||
self.log.warning("Not node UUID and no project UUID, I can't do anything!")
|
self.log.Debug('No node UUID and no project UUID, listing all projects')
|
||||||
children = await pillar.get_texture_projects()
|
children = await pillar.get_texture_projects()
|
||||||
for proj_dict in children:
|
for proj_dict in children:
|
||||||
self.add_menu_item(ProjectNode(proj_dict), None, 'FOLDER', proj_dict['name'])
|
self.add_menu_item(ProjectNode(proj_dict), None, 'FOLDER', proj_dict['name'])
|
||||||
|
Reference in New Issue
Block a user