dus.marjanovic Posted May 26, 2017 Share Posted May 26, 2017 Hello guys,I need help for this one. Since VR camera is not working if node is placed in alembic folder (not getting parallax, unless it is on obj level), so I made a point for alembic camera and I want to transfer position of that point to VR_CONSTRAINT node. Is there any solution? Thanks Quote Link to comment Share on other sites More sharing options...
Noobini Posted May 26, 2017 Share Posted May 26, 2017 (edited) what about....point("../blast1",0,"P",n) ? where n = 0,1,2 = x,y,z (0 refers to the only thing blast1 returns) (I'm not too confident on the relative path...perhaps others can help out) Edited May 26, 2017 by Noobini Quote Link to comment Share on other sites More sharing options...
dus.marjanovic Posted May 26, 2017 Author Share Posted May 26, 2017 Thanks for reply. I have tried something like that already, point("obj/alembic1/blast1",0,"P",0) point("obj/alembic1/blast1",0,"P",1) point("obj/alembic1/blast1",0,"P",2) It should be like this, but not working Quote Link to comment Share on other sites More sharing options...
dus.marjanovic Posted May 26, 2017 Author Share Posted May 26, 2017 it works like this point("../alembic1/blast1",0,"P",0) thanks Quote Link to comment Share on other sites More sharing options...
Noobini Posted May 26, 2017 Share Posted May 26, 2017 ahhh see, told ya I wasn't confident on the path Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.