Hello! I am trying to animate a pair of pipes in my scene by extruding a circle by the path with partial curve range to animate extruding of my pipe. In Maya all works and looks perfect but in V-Ray object (pipe) not appears. My animation of pipe starts at frame 80 and render of animation starts at frame 1. When I start render from frame 81 all works perfect in V-Ray and my pipe start extrusion by path. I think the deal is in this thing: when I animate my subCurve max value from 0 to 1 in first frames object have no geometry itself and for Maya it is fine but looks like V-Ray not loads this object (if I starting render in range 0-80). When I starting render in frame 81 object already partially appeared and V-Ray renders it correctly.
I found next method to resolve this problem:
Start animation not with "0" max value subCurve parameter but "0.001". It is not good method in some cases because this tiny object still visible in 0-80 range and I need to add animation of visibility attribute than.
Any another ideas?
V-Ray 1.50 SP1 and Maya 2011. Hidden geometry in V-Ray General options is "Auto".
I found next method to resolve this problem:
Start animation not with "0" max value subCurve parameter but "0.001". It is not good method in some cases because this tiny object still visible in 0-80 range and I need to add animation of visibility attribute than.
Any another ideas?
V-Ray 1.50 SP1 and Maya 2011. Hidden geometry in V-Ray General options is "Auto".
Comment