Hello ,
The contrail tool from the downloadable FX Tools does not work with Houdini 9.1.218.
I get a red flag on the psurf otl and others….
Using H 9.1.218 VC8, windows XP.
thanks,
bern
FX Tools Bug ?
6047 5 1-
- Bernard
- Member
- 523 posts
- Joined: July 2005
- Offline
-
- old_school
- Staff
- 2540 posts
- Joined: July 2005
- Offline
-
- Bernard
- Member
- 523 posts
- Joined: July 2005
- Offline
-
- Bernard
- Member
- 523 posts
- Joined: July 2005
- Offline
-
- stevenong
- Member
- 1634 posts
- Joined: July 2005
- Offline
Hey Bernard,
The error is with the switch__separate_rest_input Switch SOP found inside /obj/contrail/psurf_disk1/psurf/psurf1
Here's the fix:
Change the expression in the switch__separate_rest_input Switch SOP
From
if(strcmp(opinput(“../”,1), “”) == “”, 0, 1)
to
if(strcmp(opinput(“../”,1), “”) == 0, 0, 1)
Cheers!
steven
The error is with the switch__separate_rest_input Switch SOP found inside /obj/contrail/psurf_disk1/psurf/psurf1
Here's the fix:
Change the expression in the switch__separate_rest_input Switch SOP
From
if(strcmp(opinput(“../”,1), “”) == “”, 0, 1)
to
if(strcmp(opinput(“../”,1), “”) == 0, 0, 1)
Cheers!
steven
-
- Bernard
- Member
- 523 posts
- Joined: July 2005
- Offline
-
- Quick Links