Adding to Cart…
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2024 Daz Productions Inc. All Rights Reserved.You currently have no notifications.
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2024 Daz Productions Inc. All Rights Reserved.
Comments
This is great work. Thank you very much!!! Happy Holidays
if you create a D-Form for the hair piece, you can get dangling tresses
the pink and blue balls have a dForm that push and pulls them
Demonstration:
at frame 0
playrange : frames 0 to 60 included
create sphere 10cm diam - we will call it the leadBall
Ytranslate ball = 170cm
use mcjCycleFilter to apply a triangular animation curve to the sphere's xTranslate -100 to 100 phase = 90
so the lead ball moves side to side with abrupt changes of direction
create a 100cm cylinder and another sphere, parent them to the lead-ball
we call this sphere the dangleBall
create a dForm that can pull the dangleBall and the end of the cylinder/rope
i selected the leadBall
i ran the script
my lead ball moves sideways ( x axis )
i want the sim to be suspended 100cm below the leadBall and to swing sideways
this explains why xPos, yPos, zPos = [ 0, -100, 0 ]
zmin,zmax = 0 because i want the ball to stay in the XY plane
ymin,ymax = -100 because i dont want a vertical motion
initially vMax was 10, and stiff was 10
the only force is gravity so we have yAcc = -980, xAcc = 0 and zAcc = 0
note that each time you change one of those parameters, you need to click the "Modify" button to transfer those new parameters to the simulation device
then i pressed the "Run Simulation" button
i closed the script
since the sim node didnt swing much
i ran the script again and increased vMax to 100 ( maximum speed )
and i decreased the stiffness from 10 to 1
i clicked the "Modify button" to transfer the new settings to the simulator
i pressed the "Run Simulation" button
i exited the script
i parented the dForm handle to the "sim" node and zeroed it's translations and cleared any animation of the dForm handle
so now the dForm handle follows the Sim node
and the dForm pulls and pushes the dangler ball and its rope-end
This tutoriel can also be found here
https://sites.google.com/site/mcasualsdazscripts9/tutorielsimplemcjelasticsimdangler
so you could download it or even convert it to PDF using i forgot what ... this for example https://webpagetopdf.com/
admins can delete this post
ok i repaired the load function
2019 December 16th 03:53 PM - repaired the Load function
note that this function only fills the form
then you have to press the "modify" button to transfer those values to the simulator
Wow, no wonder your girls are in such good shape, Jacques. Makes me tired just watching them.
I missed seeing this one,
spring bones like iClone and UE4 for DAZ studio,
I might use this a lot the few times I render in DS
Awesome! Thank you again!
ok i repaired the load function
2019 December 16th 03:53 PM - repaired the Load function
note that this function only fills the form
then you have to press the "modify" button to transfer those values to the simulator
Many thanks ! Honestly without those kind of scripts, it would be far more complexe to obtain a decent animation so thank you for all your hard work mCasual.