Hi,
I'm struggling a bit with a larger scene, where I'm using the Instancer to scatter grass. It just takes a lot of time to update in the viewport and most of my viewport polygon display cap. I tried assigning a Render Purpose to the instancer prim, but even though the Render flag is turned off in the Viewport, and the instancer is neither a Guide nor a Proxy, it still gets drawn in OGL.
Is there a way to have my instancer turned off in viewport (maybe just turn it on for the occasional editing - but still be an editable part of the scene) and just show up in the rendering?
Thanks.
Cheers,
Ivan
Solaris Rendertime Geometry
1767 4 2-
- ivanmalek
- Member
- 143 posts
- Joined: 9月 2017
- Offline
-
- traileverse
- Member
- 362 posts
- Joined: 11月 2015
- Offline
Maybe use a switch LOP and maybe a prune to deactivate the instance in one branch and have it active in another and switch accordingly for render vs viewport interactions. Not sure if that will work for you but I have a scene where I brought in some animation and murdered interaction with the timeline, so I used a switch to go between static and animated so that I could easily scrub to see my camera animation and other stuff. If you find a nice solution, please share.
hou.f*ckatdskmaya().forever()
-
- FaitelTech
- Member
- 110 posts
- Joined: 7月 2019
- Offline
-
- ivanmalek
- Member
- 143 posts
- Joined: 9月 2017
- Offline
traileverse
Maybe use a switch LOP and maybe a prune to deactivate the instance in one branch and have it active in another and switch accordingly for render vs viewport interactions. Not sure if that will work for you but I have a scene where I brought in some animation and murdered interaction with the timeline, so I used a switch to go between static and animated so that I could easily scrub to see my camera animation and other stuff. If you find a nice solution, please share.
Thanks, that might be worth a try, although there definitely must be an easier and more automated way.. I'll keep looking.
-
- ivanmalek
- Member
- 143 posts
- Joined: 9月 2017
- Offline
FaitelivanmalekTry to use point instances instead of native instances.
Hi,
I'm struggling a bit with a larger scene, where I'm using the Instancer to scatter grass.
Thanks, I already am using point instances, but there's around 100 million source points in a scene containing other geometry, so it's quite heavy either way.
-
- Quick Links