I teach VRay and have been having issues with helping new users deal with the many variables in the options editor. using visopts is not helpful as they overwrite things like environment settings. so now that rhino 5 is out I've been working on a simplified UI using python - looks like this so far:
so far it's mostly functional, i think it will be useful. but i've been having difficulty with a few things though - the biggest problem is that i can't get any of the exposure settings to work at all, the scripted functions for the camera in the VRay plugin (for example, SetPhysicalCameraOn) don't seem to have any effect, though they don't return errors either.
does anyone know if they are functional (and so maybe i'm just not calling the subroutines properly?)
the other issues are more minor - there's no sub for getting the status of the adaptive DMC sampler for instance, but i can live without it.
on a non-coding-related note, if anyone has suggestions as to making this better for a new user, please let me know! I'll post the code when it's more stable.
thanks!
so far it's mostly functional, i think it will be useful. but i've been having difficulty with a few things though - the biggest problem is that i can't get any of the exposure settings to work at all, the scripted functions for the camera in the VRay plugin (for example, SetPhysicalCameraOn) don't seem to have any effect, though they don't return errors either.
does anyone know if they are functional (and so maybe i'm just not calling the subroutines properly?)
the other issues are more minor - there's no sub for getting the status of the adaptive DMC sampler for instance, but i can live without it.
on a non-coding-related note, if anyone has suggestions as to making this better for a new user, please let me know! I'll post the code when it's more stable.
thanks!
Comment