Hi guys,
The attached file is a simple setup where each point has a increasing $CR. I'd like to write a “moment” frame into point's attribute when the $CR is reaching to 1, like the hittime in Popnet. I tried couples of ways but I can't figure it out. Could you guys give me some hints or ways to deal with such the situation? Thanks in advance!
Question with writing the "moment" frame into attr
7653 8 1- kzchen
- Member
- 20 posts
- Joined: 9月 2010
- Offline
- goldfarb
- スタッフ
- 3464 posts
- Joined: 7月 2005
- Offline
- kzchen
- Member
- 20 posts
- Joined: 9月 2010
- Offline
Hi Arctor,
Thanks for your reply. But it's not what I want. Let me clarify my question in detail. For example, whenever any point's increasing $CR reaches to 1.0, and then a customized attribute will record the “moment frame” at the same time. If I wrote an expression like “if( $CR >= 1, $F, -1 ),” of course it wouldn't not record the moment frame. I tried to use Dop w/ Sop solver, but I failed. Hope my explanation could be clear!
Thanks for your reply. But it's not what I want. Let me clarify my question in detail. For example, whenever any point's increasing $CR reaches to 1.0, and then a customized attribute will record the “moment frame” at the same time. If I wrote an expression like “if( $CR >= 1, $F, -1 ),” of course it wouldn't not record the moment frame. I tried to use Dop w/ Sop solver, but I failed. Hope my explanation could be clear!
- Soothsayer
- Member
- 874 posts
- Joined: 10月 2008
- Offline
- redpaw
- Member
- 75 posts
- Joined:
- Offline
I've been trying to do something like this as well, chops sort of worked for me using triggers and such, but I've found that the “animated” vs “static” mode in chops is still a bit nebulous for doing this sort of thing.
My main issue is that “animated” seems to be way too slow to be usefull for any sort of point based switching on geo that has even a reasonable number of points. Its trying to make a separate channel for each point and that is resulting in a huge amount of data obviously.
if anyone has any good examples of this method using the faster “Static” settings, that would be awesome
-johnc
My main issue is that “animated” seems to be way too slow to be usefull for any sort of point based switching on geo that has even a reasonable number of points. Its trying to make a separate channel for each point and that is resulting in a huge amount of data obviously.
if anyone has any good examples of this method using the faster “Static” settings, that would be awesome
-johnc
- liuxiaolin
- Member
- 53 posts
- Joined: 5月 2010
- Offline
- Darric
- Member
- 31 posts
- Joined: 1月 2007
- Offline
- liuxiaolin
- Member
- 53 posts
- Joined: 5月 2010
- Offline
- kzchen
- Member
- 20 posts
- Joined: 9月 2010
- Offline
-
- Quick Links