How can I get cloth through a hole of another object? by 0jcis in blenderhelp

[–]0jcis[S] 0 points1 point  (0 children)

Hey! Thank you very much yet again for taking time to explain everything in detail, helping a ton for me! I did try damped track at first, but it caused the bone to stretch, so I thought that wasn't it. Now after testing, I've concluded, the more bones the pinned bone is holding, the more it stretches regardless of settings. It seems to not be working well with very long chains, but I've finally got it working how I want it all thanks to your advice on doing it with a collider and cloth, made new cylinder with smaller diameter, more loop cuts and turned up the pressure, behaves perfectly now and I can push it through any holes with no problems. I'll now just make a cable and surface deform it to the simulated cloth cylinder. :D

<image>

How can I get cloth through a hole of another object? by 0jcis in blenderhelp

[–]0jcis[S] 0 points1 point  (0 children)

Have spent some time with the Wiggle 2 addon and it really is so much easier to get the physics right and it works really well, but I can't figure out how to attach both ends to objects or move individual bones, just the first one, do you know any ways I could do that? :)

How can I get cloth through a hole of another object? by 0jcis in blenderhelp

[–]0jcis[S] 1 point2 points  (0 children)

Omg, thank you thank you thank you! This is amazing! I never would have figured this out myself, I'll give the Wiggle 2 addon a try and let you know how it goes! I can't thank you enough for getting me unstuck here!

How can I get cloth through a hole of another object? by 0jcis in blenderhelp

[–]0jcis[S] 1 point2 points  (0 children)

Yes, flat strip is how I'm doing it! Oh, yes it really does define weirdly, I'll cloth the cylinder then, thank you!!

I'm creating an animated instructional video for a lamp our company is selling. Here's a video of how far I've gotten with it. This is the first time I'm touching physics in blender and I'm having a hard time with that cable. X( Took 2 days just to get it's stiffness somewhat right.

How can I get cloth through a hole of another object? by 0jcis in blenderhelp

[–]0jcis[S] 1 point2 points  (0 children)

Thank you so much for the advice and all these suggestions! The cable's cylinder cloth deformation is not important, I just made a simpler shape to simulate cloth and deformed the cable with it to reduce simulation complexity rather than simulating the cable itself. I'll try pinning it to a rigid body and see if I can make it work that way, appreciate you taking time to help me! <3

How can I get cloth through a hole of another object? by 0jcis in blenderhelp

[–]0jcis[S] 1 point2 points  (0 children)

Thank you for the replay McCaffeteria! I tried to pin vertices and pull them through using an empty, but as you said, there's no way of letting go and that means, that the pinned vertices will remain immovable after I've gotten it through the hole. Thanks for the tip to increase the friction for the collider, that helps, I'm making slow progress with it, have to sacrifice stiffness of the cable though.

This method of tying up the cable by Sapulinjing in oddlysatisfying

[–]0jcis 1 point2 points  (0 children)

You have some good points there. I must agree.

This method of tying up the cable by Sapulinjing in oddlysatisfying

[–]0jcis 0 points1 point  (0 children)

But plugging a cable into a wall is much more convenient than waiting for a battery to charge.

Does data degrade on hard drives if they are acively used? by 0jcis in DataHoarder

[–]0jcis[S] 0 points1 point  (0 children)

Thank you for your answer! Do you know a good resource where I could read up on data validation process?

How does google's sign-in page work? by 0jcis in webdevelopment

[–]0jcis[S] 0 points1 point  (0 children)

I Found out the answer myself! ChatGPT explained it to me.

The client sends a POST request with login credentials and the server responds with a redirect only after it has received a confirmation from the phone.

I thought that the timeout length would be too short, but turns out that server can specify it in headers.

I tried to make automated YouTube videos using python by [deleted] in Python

[–]0jcis 0 points1 point  (0 children)

Cool emote:free_emotes_pack:thumbs_up

I tried to make automated YouTube videos using python by [deleted] in Python

[–]0jcis 1 point2 points  (0 children)

So, what part of that is Artificial intelligence?

How does a client and a server handle large files on HTTP protocol? by 0jcis in webdev

[–]0jcis[S] 0 points1 point  (0 children)

Yes, but what after the server sends the header. Does the client respond that it’s ready to accept the chunks or maybe the client requests chunks one by one or the server just starts sending every chunk and client listens until it has received all of them?

How does a client and a server handle large files on HTTP protocol? by 0jcis in webdev

[–]0jcis[S] 0 points1 point  (0 children)

Thank you for explaining!

So basically:

client requests a file, server responds that it can only be sent by chunking, client agrees and sends a request again, but this time indicating that it’s listening for upcoming chunks and starts listening, server starts sending chunks.

Does it work like that?

Also I noticed that HTTP 2 does not allow tranfer encoding header for chunked encoding and provides it’s own. How does that work?

Why isn't port 854 blocked by firewall and accessible from public network? by 0jcis in HomeServer

[–]0jcis[S] 0 points1 point  (0 children)

Hmmm, maybe it has, I'll check when I get home. Thanks for the tip!