TX_3DRays v1.2
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Tomas Lefebvre
Simulate 3D volume rays.
Requirements:
6.0, 6.1, 6.2, 6.3, 7.0 or later
Linux, Mac, Windows
6.0, 6.1, 6.2, 6.3, 7.0 or later
Linux, Mac, Windows
20 Mar 2012
4478
TX_3DRays
This tool is working approximatively like the TX_Fog : a multiple amout of card give the illusion of volume.
This time by connecting to the input a matte corresponding to the rays in white and to the shadows in black, it will slice it to shade all the card with the correct amout of texture to simulate a volumetric light
features :
- fully adjustable shape of the volume of the rays and to their apsect
- works pretty well in stereo
- easily animatable
- nice looking volume rays
Please login in order to download these files.
Comments
What do you have when you connect a image to the node in the 3d space?
ERROR: TX_3DRays.Cube1 .translate: Nothing is named "parent.cage_position.L"
ERROR: TX_3DRays.Cube1 .rotate: Nothing is named "parent.cage_rotation.L"
ERROR: TX_3DRays.Cube1 .uniform_scale: Nothing is named "parent.cage_scale.L"
ERROR: TX_3DRays.Trans formGeo_transfo rm.translate: Nothing is named "parent.cage_position.L"
ERROR: TX_3DRays.Trans formGeo_transfo rm.rotate: Nothing is named "parent.cage_rotation.L"
ERROR: TX_3DRays.Trans formGeo_transfo rm.uniform_scal e: Nothing is named "parent.cage_scale.L"
ERROR: TX_3DRays.Trans formGeo_cage.tr anslate: Nothing is named "parent.Cube1.cube.L"
ERROR: TX_3DRays.Trans formGeo_cage.sc aling: Nothing is named "parent.Cube1.cube.L"
ERROR: TX_3DRays.Disso lve0.which: Nothing is named "parent.opacity.L"
ERROR: TX_3DRays.Disso lve_Z0.disable: Nothing is named "parent.decay_ZBT.L"
ERROR: TX_3DRays.RampY 0.p0: Nothing is named "parent.decayYmax.L"
ERROR: TX_3DRays.RampY 0.p1: Nothing is named "parent.decayYmin.L"
ERROR: TX_3DRays.RampY 0.disable: Nothing is named "parent.decayYBT.L"
ERROR: TX_3DRays.Ramp_ Y0.p0: Nothing is named "parent.decay_Ymax.L"
ERROR: TX_3DRays.Ramp_ Y0.p1: Nothing is named "parent.decay_Ymin.L"
ERROR: TX_3DRays.Ramp_ Y0.disable: Nothing is named "parent.decay_YBT.L"
ERROR: TX_3DRays.RampX 0.p0: Nothing is named "parent.decayXmax.L"
ERROR: TX_3DRays.RampX 0.p1: Nothing is named "parent.decayXmin.L"
ERROR: TX_3DRays.RampX 0.disable: Nothing is named "parent.decayXBT.L"
ERROR: TX_3DRays.Ramp_ X0.p0: Nothing is named "parent.decay_Xmax.L"
ERROR: TX_3DRays.Ramp_ X0.p1: Nothing is named "parent.decay_Xmin.L"
ERROR: TX_3DRays.Ramp_ X0.disable: Nothing is named "parent.decay_X BT.L"
ERROR: TX_3DRays.Multi ply0.disable: Nothing is named "parent.softEdges.L"
ERROR: TX_3DRays.Blur0 .size: Nothing is named "parent.blurSize.L"
ERROR: TX_3DRays.sub_1 _Ramp_x.disable : Nothing is named "parent.decay_X BT.L"
ERROR: TX_3DRays.sub_2 _Ramp_x.disable : Nothing is named "parent.decay_X BT.L"
ERROR: TX_3DRays.sub_3 _Ramp_x.disable : Nothing is named "parent.decay_X BT.L"
ERROR: TX_3DRays.sub_4 _Ramp_x.disable : Nothing is named "parent.decay_X BT.L"
ERROR: TX_3DRays.sub_5 _Ramp_x.disable : Nothing is named "parent.decay_X BT.L"
I have fixed this but it seems that I have uploaded the wrong one. So you can just change the view's name if you want to test and monday I reupload the good file
Sorry for that
(le lien vers ton site est faux)
I'm told that this is a Nuke 6.3 v6 Gizmo, which usually don't effect anything.
I installed Nuke 6.3 v7, still nothing.
No errors, I just get nothing. Any idea whats causing this?
The problem was that it was made in a stereoscopic pipeline and some of the links was still looking for stereoscopic knobs... sorry for that. I have fix all those little problems and it should be OK now (I have just tested it with a simple nuke 6.3v5) and it works normally, it is uploaded and should be updated soon.
Regards
thanks
Regards
Can someone tell me whats the use of decay?....and which one should i control to get the different length of the rays?
You can modify the size of the rays straight in the viewer by rescaling the bounding box, and just playing with the -Z decay to adjust the feather of them
for every direction there are 2 sliders, one is the value of the end and the other one define where the falloff is starting
range() integer end argument expected , got float.
Is there a way to fix it in the gizmo ?
1. Place it to the Node Graph
2. In the properties of the gizmo do a right-click, select "Manage User Knobs..."
3. Select the "update" item and push "Edit"
4. in the text of the script, change subdivs = thisNode['subdi visions'].value () to subdivs = int(thisNode['subdi visions'].value ())
You can also do it more easily if you open the .gizmo file in a text editor.
'NoneType' object has no attribute 'xpos'
and indeed nowhere in the gizmo or the update dialog is a xpos or ypos defined... Anyone?
I updated the 3rd line in the script attached to the "update" knob.
replaced
subdivs = thisNode['subdivisions'].value()
by
subdivs = int(thisNode['subdivisions'].value())
and it worked !
RSS feed for comments to this post