For anyone struggling with the Constraint names, make sure they match in the dopnet to the constraint wrangle, in part two they were named "Glue_1" and "Glue 2" but theyve been updated in this part to be Glue inside and Outside, also set the "run over" and "group type" as primitive, this should solve the error showing up and give you the visible constraints
@whitef64837 ай бұрын
がちでありがとう
@jasondean26252 жыл бұрын
if anyone gets stuck at the attrib wrangle at the start of the video, i fixed the attrib wrangle by adding an inversed code afterwards like this: if(@P.y > chf("threshold")){ i@active=1; } if(@P.y < chf("threshold")){ i@active=0; } Also I set both 'group type' and 'run over' to primitives, this did make the points disappear from the geometry spreadsheet but it did work.
@jasondean26252 жыл бұрын
also thanks a ton @MR.FX very helpful series and well explained
@mist99263 жыл бұрын
Congratulations for 900 so excited to see ad's on your video
@0x0abb2 жыл бұрын
Thank you even though it was a complex project, it is good to understand how to manage complexity
@c0d2x2 жыл бұрын
Nice video. This reminded me of the Hermes Crespo houdini course...
@Bombcat_pti2 ай бұрын
Parts 1 and 2 of this tutorial series had automatic translations, but only part 3 of this series had automatic translations only in Hindi, making it difficult to read. If possible, I would like you to change the automatic translation settings!
@CJK553 жыл бұрын
these tutorials are fantastic, thank you so much!
@hemanthkumar20443 жыл бұрын
nice tutorial brother thanks
@AndersonVFX Жыл бұрын
7 minutes in just have to make sure that the threshold on Y is set to be high enough on the Attribute Wrangle, it was set to 2 units on the skyscraper that is like 40 units high
@gskeffects96072 жыл бұрын
Would you please tell me how to make connections between constraints as we make in sop level like 'RBD constraint from rules' in dopnetwork? I fractured a house model with different parts like roof, glass etc. I want to connect constraints between these?
@milinshahFX3 жыл бұрын
@MR.FX give your project file for refrance because in your same saction is not included
@AnabianArtsFX6 ай бұрын
hi i know its been 3 years but in sop solver breakforce aint working my whole building is collapsing can u please help?
@hemanthkumar20443 жыл бұрын
Required attribute constraint_name is missing....im getting this error in constraint network node...after connecting glue to constraint network please help me
@zhangboya2622 жыл бұрын
Did you solve this problem? I got this error too😢
@paulb618110 ай бұрын
hi on the breakforce line the error comes up on the bf. f@breakforce ch("bf"); the error is on the b
@satanfps26853 жыл бұрын
love this tutorial you are awesome plz replay if you see this👍😀👍😀
@MRFXoriginal3 жыл бұрын
Thanx dude much appreciated
@satanfps26853 жыл бұрын
@MR. FX your tutorial just me a lot bro 👍😀👍👍
@MRFXoriginal3 жыл бұрын
thanx Dude
@paulb618110 ай бұрын
what does this error mean in the sop solver @22.44 part 3 Warning Implicit cast from float to int. Use explicit cast instead. (2,21:34)
@paulb618110 ай бұрын
@forcept = nearpoint(1,@P); @force = point(1,"force", @forcept); @mag = length(@force); if(@mag > @breakforce){ removeprim(0,@primnum,1); } the second line is in green underline with error force @forcept
@kota_dazo_372 ай бұрын
@@paulb6181 you have to specify what type of number you have for your new attribute. So for this, you what the number to be float number so just do "f@forcept" also for "f@mag"
@rohit_das_10 Жыл бұрын
My sop solver aint working. The constraint are getting deleted and then coming back. Can anyone help?
@jaybillimoria9825 Жыл бұрын
How can I then use the destroyed building as an model to use in a project?? Like this is animation I want a static destroyed model how can I do it??)
@MRFXoriginal10 ай бұрын
What can u explain
@paulb618110 ай бұрын
NOTHING SHOWS UP IN THE SOP SOLVER OF THE CONSTRAINT RELAITIONSHIP NODE IN THE DOP NET. ANY HELP PLEASE
@KhanhDuy-cp4pj3 ай бұрын
Clear out put node in sopsolver1 bro
@hemanthkumar20443 жыл бұрын
inside glue value should be less or outside glue value should be less?? i had this doubt from past many days.....and while creating cluster u said like outside we ll break but while creating DOP network u said inside glue we hv to break... so please help me
@fxguruofficial3 жыл бұрын
Hello sir, I have a question related to the rendering. When I render the scene with all geomatry I cached it and when I render it there is only 2 frame render and mantra crashed.. Why. It's happened every time..
@fxshindabangtv3 жыл бұрын
Wow good
@melodyyy79543 жыл бұрын
can u do a tutorial on how to composite this building destruction in a live footage? also thank you so much for in amazing tutorial.
@MRFXoriginal3 жыл бұрын
yeah i will try now i am workign so not getting enough time to make tutorial sorry for delays
@melodyyy79543 жыл бұрын
@@MRFXoriginal ok it's ok....take ur time, but do make a tutorial!
@MRFXoriginal3 жыл бұрын
@@melodyyy7954 ok mam
@paulb618110 ай бұрын
the breakforce comes up with error. int pt0 = vertexpoint(0,primvertex(0,@primnum,0)); int pt1 = vertexpoint(0,primvertex(0,@primnum,1)); int cluster0 = point(0,"cluster",pt0); int cluster1 = point(0,"cluster",pt1); if(cluster0 == cluster1){ s@constraint_name = "Glue_Inside"; f@breakforce ch("bf"); }else{ s@constraint_name = "glue_Outside"; }
@whitef64837 ай бұрын
glue_Outside -> Glue_Outside
@dongxinjiang17702 жыл бұрын
what? so where is the fracture hda???
@takukou86913 жыл бұрын
very nice thank you bro
@yashgangurde16553 жыл бұрын
In the constraintnetwork I'm getting an error message that says, "Required attribute constraint_name is missing". Also, the constraints aren't working. How do I solve this?
@MRFXoriginal3 жыл бұрын
Bro when u create constarint geometry u have to create constraint_nmae in attribute wrangle
@MRFXoriginal3 жыл бұрын
I did that in my video check that
@yashgangurde16553 жыл бұрын
@@MRFXoriginal yes I have done that
@yashgangurde16553 жыл бұрын
@@MRFXoriginal I also wrote the coding that you showed this video and it still isn't working
@MRFXoriginal3 жыл бұрын
Did u eport ur cluster attrib from atvop
@santiagorinaldi17123 жыл бұрын
I cant get the force interactive with the building, I reach until the minute 15 when he shows that the force is working, I have all the same and I cant make it work, its like the force it doesnt exist , any help?
@MRFXoriginal3 жыл бұрын
join our wahtsapp group and discuss there
@vuprazz172 жыл бұрын
Hey! Did you fix the problem?
@santiagorinaldi17122 жыл бұрын
@@vuprazz17 no
@nicolejones1003 Жыл бұрын
hey! I just had the same problem an fixed it by exchanging the destination min and max values in the fit node
@santiagorinaldi1712 Жыл бұрын
@@nicolejones1003 thank u!
@chengjin5652 жыл бұрын
Node constraint network in dopnet did not show anything, what may cause that result?
@chengjin5652 жыл бұрын
Alright never mind, I found the reason. the name in wrangle has been changed and didn't notice.
@chengjin5652 жыл бұрын
Oh no, still nothing happened, no those colorful link lines.
@chengjin5652 жыл бұрын
@@jazhurley9951 Oh yeah,sure,I fixed it,by other way.
@rohith23052 жыл бұрын
@@chengjin565 I have the same problem ,can you let me know how you fixed it?
@chengjin5652 жыл бұрын
@@rohith2305 It almost 5 months ago,so I forgot how am I fixed it😥
@nguyenthoi883 жыл бұрын
I followed the instructions until the Glue_Inside and Glue_Outside section, I got an error. The pieces don't fall down, they just pop out and stay in place. Can anyone help me fix this?
@yaojason47593 жыл бұрын
wrangle,point to primitive ,, can fix this error
@chengjin5652 жыл бұрын
@@yaojason4759 I follow your comment, it showed no error but just doesn't show the colorful linking line, do you know the reason?
@chengjin5652 жыл бұрын
Another problem, the constraint was only sustained for one frame and then disappeared.
@chengjin5652 жыл бұрын
Never mind, all problems are solved.
@rubilissetmariscallopez53972 жыл бұрын
@@chengjin565 I have the same problem, can you tell me how did you make it work? :c
@chengjin5652 жыл бұрын
@@rubilissetmariscallopez5397 Unfortunately I'm traveling around another province,you have to wait at least half month until I can go back to my own computer and tell you how to deal with it😣
@AspireGaming99 ай бұрын
@@chengjin565 i am getting the same problem how did you fix it
@satanfps26853 жыл бұрын
can you please make a tutorial on fire on a name
@satanfps26853 жыл бұрын
please replay bro if you can
@MRFXoriginal3 жыл бұрын
ok i will try to do that
@milinshahFX3 жыл бұрын
can you give this project file for the refrance
@MRFXoriginal3 жыл бұрын
i will attach it in the description soon
@milinshahFX3 жыл бұрын
@@MRFXoriginal i will work on the other project it will help so give this project file i can see what you work on the building