Camera ref for nodes that doesn't have the input?
279 1 0-
- maxmax003
- Member
- 12 posts
- Joined: 12月 2016
- オフライン
Is there a way to use a camera_ref with nodes that doesn't have it by default, like layerfromcurves and curvesscatter, I'm doing an animation for some graphs, so I read the info from a csv with the tableImport into some points and I created some curves and table headers in sops, since I couldn't find how to read the point attributes and put it into the font node in copernicus(getting into copernicus still), so I did it in sop and I'm rasterizing everything using a camera to get the framing easily, so I rasterize everything and give it a cool 2d look, so I thought I could use the curves as bars(like excel bars) and animating them by reading it into cops, but the rasterize geo has a camera_ref input and the rasterizeCurves too, but I lost the ability to stamp along the curve, and after that I can't use the layerfromcurves and curvescatter, and if I use the rasterizeSetup is really hard to align with all the other stuff I had in camera space, I'm thinking with some curveu value or something like that, but I don't know if there is a way, thanks!
-
- jlait
- スタッフ
- 6783 posts
- Joined: 7月 2005
- オフライン
Hmm... the size_ref input should work the same way as a camera_ref input. In both cases they will override the default layer with the input provided.
The name camera_ref is to hint it is more likely to stem from a camera, while size_ref is more likely to stem from just trying to set a default size. But to the code they are the same.
The name camera_ref is to hint it is more likely to stem from a camera, while size_ref is more likely to stem from just trying to set a default size. But to the code they are the same.
-
- Quick Links

