
Sourabh
Members-
Content count
21 -
Donations
0.00 CAD -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Sourabh
-
Rank
Peon
Personal Information
-
Name
SB
-
Location
India
Recent Profile Visitors
1,210 profile views
-
Thanks Fuat I have already read this link but not able to understand .Can you explain me little if you get this function.
- 4 replies
-
- vex
- vex function
-
(and 2 more)
Tagged with:
-
Hello, I want to ask one quick question. What primhedge function does, according to help file it is returning the number of an arbitrary half-edge that contained in prim. If anyone know about this function and know what is the use of this function please expain me. Thanks
- 4 replies
-
- vex
- vex function
-
(and 2 more)
Tagged with:
-
Thanks all for reply Both ways are working but my situation was different that i didn't describe properly.I want to increment by one on every frame but for different point number on different frame. Like if random points are turning red on different frame number so increment should start from that frame number for that particular point. I solve this using wrangle in solver node. I want to know any other way also .
-
Hello I want to increment value by one on every frame after frame no, x (for example 50 frame no.). I tried doing this in wrangle its not working. it stay at one after frame 50.. Its like houdini is reading this script independent on every frame. Its working in solver node actually but i want to know any other way on sop level. i tried this .. if(@Frame>50) i@a+=1; Please share with me if you have any way out. Thank you
-
How to store all primitive number in array using VEX
Sourabh replied to Sourabh's topic in Scripting
Thanks F1 its working perfect. -
Hello I want to ask one quick question. How to store all primitive number in array using VEX. I am writing int nearpts[] = nearpoints(@OpInput1, point(1,"P",0), 20); to store points in array. Now i want to store prim num. I connected grid on 1st input and one centre point on 2nd input to use this one. If you have other way to store points tell me that also. Thank you
-
Sourabh started following How to write for loop in vex
-
Hello guys, I know how for loop works in c++ but i am not able to write in vex .Can anyone explain me how to write for loop with simple point and color example . Thank you
-
Thanks Martin for reply and giving me example file. I am facing problem in rbd .Particle are working fine. In RBD hitnum attribute is not changing. It remain zero after collision.
-
Sorry i can't attach scene file. I get hitnum attribute from pop collision detect in DOPs but it not changing value after collision. I want to use that attribute inside DOps in pop wrangle to stop small rbd pieces after couple of bounce.
-
Hi guys, I just want to ask one quick question. I am using bullet solver and want to count hit value of pieces with collision geomectory. I tried pop collision detect also but its not working on rbd. thanks
-
Hi Tim, My problem has been solved. I just did what Thomas said in 1st point Or you can keep that 1 but make sure that parameter color should stay red.
-
Hi guys I just want to ask two quick questions. 1. I don't want glue constraint come back after removing, in my case it come back after removing and it make fracture pieces not fall/break properly. 2. I also want to control the bounce of fracture pieces ,they keeps on bouncing. I wonder if there is any method to deactivate sim per pieces. Thank you in advance
-
Hi Joe Long, Thanks you so much. This is exactly what i want to do. I was stuck in this. Thank you
- 8 replies
-
- rigid body
- rendering fracture
-
(and 1 more)
Tagged with:
-
Hi Joe Long I tried what you told me..but not working properly. Perhaps i did it wrong way. I wonder if you could tell me how to do that or show me in my given file above. Thank You
- 8 replies
-
- rigid body
- rendering fracture
-
(and 1 more)
Tagged with:
-
Hi Guilherme Casagrandi You render this without displacement material .Try render with material i made (material name displacement_2 for inner displacement and displacement _3 for outer displacement).
- 8 replies
-
- rigid body
- rendering fracture
-
(and 1 more)
Tagged with: