Hi,
thanks, it worked! I'm attaching hip if anyone interested.
Cheers
Found 17 posts.
Search results Show results as topic list.
Technical Discussion » Swap rbd during simulation
-
- Orsonorix
- 17 posts
- Offline
Technical Discussion » Swap rbd during simulation
-
- Orsonorix
- 17 posts
- Offline
Hi,
Is it possible to swap rbd simulated object to different one while simulating? For example bunch of simulated boxes changes at random to spheres which inherit position, rotation and continue to simulate.
Is it possible to swap rbd simulated object to different one while simulating? For example bunch of simulated boxes changes at random to spheres which inherit position, rotation and continue to simulate.
Technical Discussion » Alembic point cloud, how to copy detail to points
-
- Orsonorix
- 17 posts
- Offline
Hey,
I did it like this:
Hope it helps
I did it like this:
vector4 valueq; int pNum = attribsize(0, "detail", "_orientation"); vector4 _orientation[] = detail(0, "_orientation"); for (int i = 0; i < pNum; i++) { valueq = _orientation[i]; setpointattrib(0, "orient", i, valueq, "set"); }
Hope it helps
Technical Discussion » Alembic point cloud, how to copy detail to points
-
- Orsonorix
- 17 posts
- Offline
Technical Discussion » Alembic point cloud, how to copy detail to points
-
- Orsonorix
- 17 posts
- Offline
Hi
I have alembic with point cloud exported from Max tyflow , and age of particles is stored in detail. It looks like I need to read _age and assign it to corresponding point, but I can read only first value. There is everything in spreadsheet but can't read chosen value. If I use
f@age = detail(0,“_age”,0);
I will get first _age and that is correct but if I use
f@age = detail(0,"_age",0);
I get 0 and that is wrong.
There is different value in spreadsheet on detail _age. Same problem if color is exported it also lands in detail in this form. If Velocity is exported it's stored on points as usually
Scene with simple alembic in attachment.
Thanks
I have alembic with point cloud exported from Max tyflow , and age of particles is stored in detail. It looks like I need to read _age and assign it to corresponding point, but I can read only first value. There is everything in spreadsheet but can't read chosen value. If I use
f@age = detail(0,“_age”,0);
I will get first _age and that is correct but if I use
f@age = detail(0,"_age",0);
I get 0 and that is wrong.
There is different value in spreadsheet on detail _age. Same problem if color is exported it also lands in detail in this form. If Velocity is exported it's stored on points as usually
Scene with simple alembic in attachment.
Thanks
Technical Discussion » H18 Rbd Hero & Flip volume Loss
-
- Orsonorix
- 17 posts
- Offline
Hello,
I think I have a similar problem so I will post it here. I can't find solution for volume loss in flip after introducing rbd object. I've tried everything, I knew that could help but with no luck. I'm attaching hip file, so maybe someone has some time to look at this, and push me in right direction.
Thanks!
I think I have a similar problem so I will post it here. I can't find solution for volume loss in flip after introducing rbd object. I've tried everything, I knew that could help but with no luck. I'm attaching hip file, so maybe someone has some time to look at this, and push me in right direction.
Thanks!
HOULY Daily Challenge » Day 31 | Materials: Incandescent
-
- Orsonorix
- 17 posts
- Offline
HOULY Daily Challenge » Day 24 | Worlds: Ancient
-
- Orsonorix
- 17 posts
- Offline
HOULY Daily Challenge » Day 17 | Animals: Bones
-
- Orsonorix
- 17 posts
- Offline
HOULY Daily Challenge » Day 14 | Animals: Scales
-
- Orsonorix
- 17 posts
- Offline
HOULY Daily Challenge » Day 13 | Animals: Slime
-
- Orsonorix
- 17 posts
- Offline
HOULY Daily Challenge » Day 11 | Motion: Squash & Stretch
-
- Orsonorix
- 17 posts
- Offline
HOULY Daily Challenge » Day 10 | Motion: Slow-mo
-
- Orsonorix
- 17 posts
- Offline
HOULY Daily Challenge » Day 9 | Motion: Growth
-
- Orsonorix
- 17 posts
- Offline
HOULY Daily Challenge » Day 8 | Motion: Falling
-
- Orsonorix
- 17 posts
- Offline
HOULY Daily Challenge » Day 7 | Motion: Speed
-
- Orsonorix
- 17 posts
- Offline
Technical Discussion » hold noise on pccloud sampled points
-
- Orsonorix
- 17 posts
- Offline
Hello;
I have pointvop, on first input there is a grid, and on second animated points. I transfer Cd attribute from animated points to grid trough pcopen and then distort this by noise. I need this transferred color on grid to follow animated points but keep its shape from first frame. I suppose that noise should be generated in local space of animated points but can't figure this out.
Thanks!
I have pointvop, on first input there is a grid, and on second animated points. I transfer Cd attribute from animated points to grid trough pcopen and then distort this by noise. I need this transferred color on grid to follow animated points but keep its shape from first frame. I suppose that noise should be generated in local space of animated points but can't figure this out.
Thanks!
-
- Quick Links