Hello, the docs say about quickmarks:
“They are not saved with the scene file”
http://www.sidefx.com/docs/houdini/network/navigate#quick [www.sidefx.com]
Please, is it possible to set the quickmarks with python and have the quickmarks set on houdini startup?
Somehow to “hack to default addresses” for these keys:locations? Without having to manually set them each session?
1: /obj/geo1
2: /obj/dopnet1
3: /obj/ropnet1
4: /obj/matnet1
Please, any tip to better use of quickmarks is welcome.
Could SESI make them persistent? Or why not?
persistent quickmarks
3241 7 2-
- ikoon
- Member
- 215 posts
- Joined: 1月 2016
- Offline
-
- mtucker
- スタッフ
- 4535 posts
- Joined: 7月 2005
- Offline
-
- ikoon
- Member
- 215 posts
- Joined: 1月 2016
- Offline
-
- Andr
- Member
- 899 posts
- Joined: 2月 2016
- Offline
mtucker
This has been a common request, so they will be persistent in the next major release. As a side effect of being persistent it will also be possible to get/set them using python. But for now, the answer is no.
Is there any news about python quickmarks?
Also, would it be feasible to set with python quickmarks 10, 11, 12, and so on?
They would not be accessible with keyboard shortcuts, instead they could be used for python specific operations, leaving free for the user shortcuts quickmarks 0 to 9.
A scenario of use: a parameter menu to access different subnetworks with reference images that you add procedurally with pyton
-
- nicholasralabate
- Member
- 137 posts
- Joined: 9月 2017
- Offline
-
- CYTE
- Member
- 761 posts
- Joined: 2月 2017
- Offline
-
- travisrogers
- Member
- 16 posts
- Joined: 4月 2019
- Offline
-
- nascentparadigm
- Member
- 7 posts
- Joined: 5月 2009
- Offline
Hello, I found some information on this front, if you go to $HH and look for python3.10libs/nodegraphview.py
This includes the QuickMark class and a bunch of functions for creating and working with QuickMarks. I just started looking into it so I don't have an example to share yet but just wanted to let y'all know.
This includes the QuickMark class and a bunch of functions for creating and working with QuickMarks. I just started looking into it so I don't have an example to share yet but just wanted to let y'all know.
-
- Quick Links