Hi I was trying to execute one of my net files in script mode to generate tiff images. In the net file I have an Image module to set the 3 D view. I connected the output IMAGE RENDERABLE with a RENDER module and the output CAMERA to an UPADTECAMERA module which will then end up in a CAMERA and a WRITEIMAGE module.
When I execute this net file in script mode, it will write my tiff file as I want it, but the dxworker does NOT quit. It consumes CPU time until I kill the process. It also produces a constant stream of output of the following : 0: Image_2: recenable=0; aaenabled=0; recmode=1; buappx=none; bdappx=none; buden=1; bdden=1; interactionmode=rotate; 0: WARNING: Reference to undefined variable: main_Image_2_in_24 0: WARNING: Reference to undefined variable: main_Image_2_in_24 0: WARNING: Reference to undefined variable: main_Image_2_in_24 0: WARNING: Reference to undefined variable: main_Image_2_in_24 0: WARNING: Reference to undefined variable: main_Image_2_in_24 0: WARNING: Reference to undefined variable: main_Image_2_in_24 0: WARNING: Reference to undefined variable: main_Image_2_in_24 0: WARNING: Reference to undefined variable: main_Image_2_in_24 0: WARNING: Reference to undefined variable: main_Image_2_in_24 0: WARNING: Reference to undefined variable: main_Image_2_in_24 : : : : : : : Does anyone have an idea, what I am doing wrong ??? Thanks Alex
