Quantcast
Channel: Daz Script Developer Discussion - Daz 3D Forums
Viewing all articles
Browse latest Browse all 1036

What is the RI_NULL Renderman version for DAZ Script?

$
0
0

A call to Display in Renderman has the following structure: 

RiDisplay("name.png"," png.dpy","rgb", ["token"], ["parameter"]);

where ["token"] and ["parameter"] are a list of parameters associated to the display " png.dpy"

The implementation in DazScript is:

Renderer.riDisplay( ".../name.png", " .../display/png.dpy","rgb",["token"], ["parameter"]);

But when there are no parameters Renderman uses the variable RI_NULL to replace the parameters list

RiDisplay("name.png"," png.dpy","rgb",RI_NULL);

In DAZscript code samples there is only the example including parameters. What is the equivalent of RI_NULL in DAZ Script?
an expression like RiDisplay("name.png"," png.dpy","rgb"​)  leads to an error during execution parameters or null are mandatory.

I already read the DzScriptedRenderer page and I don’t get it.

 


Viewing all articles
Browse latest Browse all 1036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>