Quote:
Originally Posted by capink
To retrieve the variable using a python module:
Code:
chain.chain_vars.get('variable_name', '')
If you are doing this using python:
Code:
if len(gui.current_view().selectionModel().selectedRows()) !=1:
do_something
If you are doing it with a regular action, you can set a condition as illustrated in this post.
|
Thank you, I'm going to see if my ideas are working (I like to try programming new things).