removed print statements from the search script and gave the cursor:pointer to the reset rotation click button
This commit is contained in:
parent
0681f8265a
commit
6dce95f049
@ -1124,7 +1124,7 @@
|
|||||||
"props": {
|
"props": {
|
||||||
"path": "material/cached",
|
"path": "material/cached",
|
||||||
"style": {
|
"style": {
|
||||||
"cursor": "painter"
|
"cursor": "pointer"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "ia.display.icon"
|
"type": "ia.display.icon"
|
||||||
|
|||||||
@ -50,7 +50,6 @@ def get_project_config():
|
|||||||
if isinstance(tag_props, list) and len(tag_props) > 0:
|
if isinstance(tag_props, list) and len(tag_props) > 0:
|
||||||
source_id = str(tag_props[0])
|
source_id = str(tag_props[0])
|
||||||
global_project_page_ids[source_id] = view_folder
|
global_project_page_ids[source_id] = view_folder
|
||||||
system.perspective.print("Found: {} -> {}".format(source_id, view_folder))
|
|
||||||
|
|
||||||
except:
|
except:
|
||||||
whid = system.tag.readBlocking("Configuration/FC")[0].value
|
whid = system.tag.readBlocking("Configuration/FC")[0].value
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user