RenderMan & RISpec >> Problem with 3Delight 4.0.2

by Przemyslaw Koprowski » Tue, 30 Aug 2005 18:25:50 GMT

I have the following problem with 3Delight version 4.0.2:
It worked find about two months ago and before. Now, when I wanted
to render a couple of scenes, I strated a licenserver - it started
quitely with no messages at all (I don't remeber if it was displaying
any messages when starting before). But when I started the renderer
itself the licenserver prints:

licserver: 2005/08/30 12:22:04: request for unknown feature 3Delight'.

And the renderer does not work. I'm puzzeled. The license file is there
and as I said it worked properly before. The docs say that presently
3Delight is non-expiring, so I understand that it should still work even
then there is already the newer vesrion out there.

Anyone has any suggestions?

TIA,
Przemek



RenderMan & RISpec >> Problem with 3Delight 4.0.2

by Olivier3001 » Thu, 01 Sep 2005 01:43:09 GMT


Hi,



It should be printing a few messages, like this:

licserver: 2005/08/31 13:37:50: Acknowledged key for feature
'3Delight'.
licserver: 2005/08/31 13:37:50: Maximum number of licenses: 1.
licserver: 2005/08/31 13:37:50: A machine can run up to 2
processes.


Which is normal if you didn't get the above message. The symptoms you
describe sound like your license file is empty, corrupted or perhaps
you don't have permission to read it.


What's the content of the license file? It should have a single line
with 3Delight and a bunch of hex numbers afterwards.

Olivier

RenderMan & RISpec >> Problem with 3Delight 4.0.2

by Przemyslaw Koprowski » Thu, 01 Sep 2005 16:12:59 GMT


> What's the content of the license file? It should have a single line
> with 3Delight and a bunch of hex numbers afterwards.
>
The contents of license dat is:
3Delight b3 2f 55 7f 45 41 29 fc cc 29 9e 60 2d 5 6f b3 94 f fc c5 a4 48
1f 1f

I have the premission to read because I have just opened it to copy
here, moreover I tried also to run licenseserver as the administrator
- with the same lack of succes.

Przemek

RenderMan & RISpec >> Problem with 3Delight 4.0.2

by Robbie Blake-Coleman » Sun, 04 Sep 2005 22:35:10 GMT

> The contents of license dat is:

(Gulp)

RenderMan & RISpec >> Problem with 3Delight 4.0.2

by Olivier3001 » Tue, 06 Sep 2005 22:21:45 GMT

Hi,
I just figured out that this is happening because your free license
has expired. They were set to 6 months to keep track of usage and
encourage people to use the latest version. It seems there is an error
message missing somewhere in the license server about this. You can get
a new license from the website and it will work again.

Olivier

RenderMan & RISpec >> Problem with 3Delight 4.0.2

by Randolf Schultz » Tue, 06 Sep 2005 23:39:40 GMT


Were you not promising "no timebombs anymore" for the 4.x release?

best regards,
Randolf,
--
http://www.ayam3d.org/ Reconstruct the World !

Similar Threads

1. Baking problem with 3delight - RenderMan & RISpec

2. help!! problem with 3delight plugin for maya

i managed to load the 3delight maya plugin without any problems.but
when i setup a scene and apply the shaders from the 3delight shader
directory(C:\Program Files\3Delight\shaders) to the objects and hit the
render button,these shaded objects become invisible in the rendered
image!!!
only the 'defaultsurface' shader seems to work properly.when i apply
anyother shader the object vanishes!!.but im able to preview all the
shaders using the preview button in the shader manager, of the
plugin.only that im unable to use them on objects??

i tried exporting the scene as a rib and then applying the shaders
outside maya,but this made no difference,i had the same problem.

any pointers,as to what might be wrong would be greatly helpful.thx.

3. Problem with 3Delight + MinGW - RenderMan & RISpec

4. problem with 3delight in Houidni when try to render shadow

I am so dissappointed that I could not get the shadow rendered with
renderman renderer in Houdini.

the renderer that I am using is 3delight. 

the lightshader i used is

light shadowlight (
	float intensity = 40;
	color lightcolor = 1;
	point from = point "shader" (0, 0, 0);
	point to = point "shader" (0,-1,0);
	string mapname = "";
	)

{
	float atten = 1;
	uniform vector A = normalize(to-from);
	illuminate (from, A, radians(30))
		{
		if(mapname != "")
			atten=1-shadow(mapname, Ps);
		Cl = atten*intensity *lightcolor/(L.L);
		}
}



Then my setting for the light in houdini is

shading:
Depth map : auto-generate (closest z)
z-depth map : Z:/Temp/dep.tif

rib
rib shader : "shadowlight" "mapname" [ "Z:/Temp/dep.tif" ] 

the whole rendered image looks fine except the shadow is missing. But
the shadow looks fine when I rendered with mentra.

After I rendered the rib file, I also tried to use the command line to
render this file with 3delight. But there is an error message.
"user parameter "mapname" is of unknown type"


then I checked the rib, the line for this shadowmap is:

 LightSource "shadowlight" "/obj/light1"  "mapname" [
"Z:/Temp/dep.tif" ]

But the shadowmap file dep.tif was created successfully.

can anyone help me with this problem? It already spent 4 nights with
this problem. I believed Side efftects Houdini should write their menu
more clear with more example. (especially with the renderman topic)

thank you for  your attention!

5. ANN: 3Delight 9.0 and 3Delight For Maya 5.0 - RenderMan & RISpec

6. 3delight IBL problem

Hi all,

I'm having some problems getting the IBL functions to work correctly
and I'm hoping someone can point me to a solution.  I'm trying to use
the 'indirectdiffuse' function to do a simple lookup of a environment
map ie.

Cl = indirectdiffuse( envmap, world_envdir ) * Kenv;

but the resulting color/light information on a sphere seems distorted.
 It looks somewhat what I expect from the front but when I look from
an angle or from behind the color/lighting is not consistent with what
it is in the environment map.  I've tried using a regular spherical
image and a mirror ball format but both have similar problem. Any tips
would be appreciated.

Adam

7. 3Delight IBL+raytraced reflections problem - RenderMan & RISpec

8. 3Delight lighting problem with envlight shader

Hi All,
    
    I use "envlight" lightsource shader for image based lighting and
plastic surface shader for the object.The object was exported from my
3d application without smoothing group info.I got a bad looking result
with dark slice on the object that seems can't be lit.Here is my RIB
file:
    
    Format 784 436 1

    Imager "background" "background" [ 0.298039 0.298039 0.998039]
	
    Projection "perspective" "fov" 15.000000
		
    Translate 0 -0.5 5
    Rotate -30 1 0 0
    Rotate -90 0 1 0
	
    WorldBegin
	
    Sides 2
	
    Attribute "visibility" "trace" 1
    Attribute "visibility" "transmission" ["Os"]
    LightSource "envlight" 0 "string envmap" "building_probe.tdl"
"float Kenv" [0.200000] "float Kocc" [0.900000] "float samples" [16]
	
    AttributeBegin
    Surface "plastic" "float Ka" [1] "float Kd" [1] "float Ks" [1.0]
    Color  1.000000 1.000000 1.000000
    Opacity  1.000000 1.000000 1.000000
	  
    Polygon "P" [ 0.000000 0.500000 -0.000000   0.361035 0.500000
-0.307618   0.235649 0.500000 -0.414453]
	    "N" [ -0.000000 1.000000 -0.000000   0.668277 0.559891 -0.489824 
 0.460253 0.559998 -0.688890]
	    "st" [ 0.500000 0.500000   0.139326 0.807311   0.264586 0.914039]
    Polygon "P" [ 0.000000 0.500000 -0.000000   0.235649 0.500000
-0.414453   0.081840 0.500000 -0.471298]
	    "N" [ -0.000000 1.000000 -0.000000   0.460253 0.559998 -0.688890 
 0.194157 0.560069 -0.805373]
	    "st" [ 0.500000 0.500000   0.264586 0.914039   0.418242 0.970827]
    Polygon "P" [ 0.000000 0.500000 -0.000000   0.081840 0.500000
-0.471298   -0.081840 0.500000 -0.471298]
	    "N" [ -0.000000 1.000000 -0.000000   0.194157 0.560069 -0.805373 
 -0.097079 0.560069 -0.822738]
	    "st" [ 0.500000 0.500000   0.418242 0.970827   0.581758 0.970827]
	
    AttributeEnd
	
    WorldEnd
    
    The 3 polygon is from part of the surface of a chair.There would
be no problem if the normals all point straight up or I use distant
light pointing straight down.Changing surface shader does no help.But
changing camera position will make difference.For example,if you
change "Rotate -30 1 0 0" to "Rotate -45 1 0 0" the dark slice will
shrink and if changed to "Rotate -60 1 0 0" or more the darkness will
just disappear.
    So the env lighting is dependant on the camera view?
    
    I think lights come from all direction by using envlight shader
but why the polygon couldn't be lit up?
    Maybe I've made a conceptional mistake.Please help me out.
    
    Thanks.
    
Ping