I`m unable to get the camera visibility working in lops.
(the toggle in the obj level)
The error i get thrown
Traceback (most recent call last): File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.383/houdini/python3.7libs\viewerstate\utils.py", line 1029, in wrapper return func(*args,**kwargs) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.383/houdini/python3.7libs\viewerstate\interface.py", line 215, in onDraw state.onDraw(kwargs["args"]) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.383/houdini/python3.7libs\lightstate\lightstate.py", line 598, in onDraw self.renderLine(draw_handle) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.383/houdini/python3.7libs\lightstate\lightstate.py", line 879, in renderLine self._rail_guide.show(not hide) AttributeError: 'State' object has no attribute '_rail_guide'
Not sure if i should post here or in the indie/apprentice category
(4 some reason i also can`t get arnold to render anything at all in the object level)
Third-party renderers are not supported in Apprentice. They will render in the viewport in Solaris, but saving them out or trying to render offline will fail, just like it fails in obj/rops, because you need Indie or Full commercial to use a third-party renderer.
As to the the Scene Import issue, that will be something the Arnold team will likely need to address. Other third-party renderer devs have used the Scene Import pluign architecture, for importing their /obj-level nodes/parameters into LOPs via Scene Import, if the default Scene Import doesn't pull them in.