I was tring to create a sim in real flow that I saved and exported out. I would like to bring it in to houdini for the rest… I am wondering aside from the dll's for windows from DCA is there other steps into the import of this sim..?
all help would be great…
G
just wondering about real flow and houdin?
17579 19 3- Cylibral
- Member
- 135 posts
- Joined: 7月 2005
- Offline
- mentor
- Member
- 18 posts
- Joined: 5月 2006
- Offline
- Cylibral
- Member
- 135 posts
- Joined: 7月 2005
- Offline
- stevester1
- Member
- 53 posts
- Joined: 3月 2006
- Offline
mentor
plugin is here - http://digitalcinemaarts.com/dev/real_flow/index.html [digitalcinemaarts.com]
For some reason, I can't seem to get my meshes imported as an animation (even using the $F..) I posted a while back in the tech. forum but nothing seemed to fix it.
- stevester1
- Member
- 53 posts
- Joined: 3月 2006
- Offline
mentor
plugin is here - http://digitalcinemaarts.com/dev/real_flow/index.html [digitalcinemaarts.com]
For some reason, I can't seem to get my meshes imported as an animation (even using the $F..) I posted a while back in the tech. forum but nothing seemed to fix it.
- Cylibral
- Member
- 135 posts
- Joined: 7月 2005
- Offline
That's what I meant before… About the importing part… I followed the notes that it says on the site… When i try to import it it doesn't show up in the file… I have the importer (Tile) meaning SOP in the scene but it;s the red arrow is on meaning nothing showed up… Any ideas in the way to export it out or saving the file from Realflow to be seen inside of houdini…?
any help would be great …
Iknow Mark told me awhile back how to make this happen but i can;t seem to find that post in the forum…
George…
Sorry for such a lame question….
any help would be great …
Iknow Mark told me awhile back how to make this happen but i can;t seem to find that post in the forum…
George…
Sorry for such a lame question….
3D Mind body and Soul Great illusions are done by great artists…
- stevester1
- Member
- 53 posts
- Joined: 3月 2006
- Offline
- Cylibral
- Member
- 135 posts
- Joined: 7月 2005
- Offline
- xiondebra
- Member
- 543 posts
- Joined: 7月 2005
- Offline
Hello,
I'm not sure what you're doing but I've no problem importing sequences of RF mesh and particle files. It's rock solid. If you can post more information I may be able to help.
The BIG problem with OBJ files is that you can't get the attributes into Houdini that would normally from the RF plugins. That may not be a problem for you but I often use many of the attributes from the sim for further processing and shading.
–Mark
I'm not sure what you're doing but I've no problem importing sequences of RF mesh and particle files. It's rock solid. If you can post more information I may be able to help.
The BIG problem with OBJ files is that you can't get the attributes into Houdini that would normally from the RF plugins. That may not be a problem for you but I often use many of the attributes from the sim for further processing and shading.
–Mark
========================================================
You are no age between space
You are no age between space
- Vormav
- Member
- 33 posts
- Joined:
- Offline
- ventralstreams
- Member
- 34 posts
- Joined: 6月 2006
- Offline
- stevester1
- Member
- 53 posts
- Joined: 3月 2006
- Offline
- old_school
- スタッフ
- 2540 posts
- Joined: 7月 2005
- Offline
That would be
filepath/Mesh0100001`padzero( 5, $F)`.bin
As well you need to use backticks to force expressions to evaluate. It looks like you are using plain single quotes. The backtick on most US keyboards is located in the upper left (same as tilde ~ key).
filepath/Mesh0100001`padzero( 5, $F)`.bin
As well you need to use backticks to force expressions to evaluate. It looks like you are using plain single quotes. The backtick on most US keyboards is located in the upper left (same as tilde ~ key).
There's at least one school like the old school!
- Vormav
- Member
- 33 posts
- Joined:
- Offline
Also, that 00001 after Mesh01 is your padded frame number. So you really want:
filepath/Mesh01`padzero( 5, $F )`.bin
I do have a simple HDA that wraps around the rf importer, to create a slightly more convenient interface for loading rf data. Among other things, it separates the filename from the frame number so you don't have to setup the expressions yourself every time. I'll post it up later if you can't get that expression to work.
filepath/Mesh01`padzero( 5, $F )`.bin
I do have a simple HDA that wraps around the rf importer, to create a slightly more convenient interface for loading rf data. Among other things, it separates the filename from the frame number so you don't have to setup the expressions yourself every time. I'll post it up later if you can't get that expression to work.
- stevester1
- Member
- 53 posts
- Joined: 3月 2006
- Offline
Vormav
Also, that 00001 after Mesh01 is your padded frame number. So you really want:
filepath/Mesh01`padzero( 5, $F )`.bin
I do have a simple HDA that wraps around the rf importer, to create a slightly more convenient interface for loading rf data. Among other things, it separates the filename from the frame number so you don't have to setup the expressions yourself every time. I'll post it up later if you can't get that expression to work.
Thanks alot, I appreciate it.
So I tried :
filepath/Mesh01`padzero(_5,_$F_ )`.bin
and sadly nothing
- xiondebra
- Member
- 543 posts
- Joined: 7月 2005
- Offline
- stevester1
- Member
- 53 posts
- Joined: 3月 2006
- Offline
- Cylibral
- Member
- 135 posts
- Joined: 7月 2005
- Offline
- Phenom
- Member
- 50 posts
- Joined: 1月 2006
- Offline
- Cylibral
- Member
- 135 posts
- Joined: 7月 2005
- Offline
-
- Quick Links