Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm new to blender, How to fix the physic? #174

Open
UJYM opened this issue Sep 4, 2024 · 8 comments
Open

I'm new to blender, How to fix the physic? #174

UJYM opened this issue Sep 4, 2024 · 8 comments

Comments

@UJYM
Copy link

UJYM commented Sep 4, 2024

Hello, I'm new to blender, and i wanna learn blender

my blender ver is 4.2.1 LTS (Steam)

I had a problem with the physic, can someone tell me why? all replies will be appreciated

Desktop.2024.09.04.-.19.21.22.05.mp4
@fmnijk
Copy link

fmnijk commented Sep 7, 2024

In Blender, for physics simulation, you need to play it. It will automatically simulate the rigid body physics. There is a play button in the timeline.

@UJYM
Copy link
Author

UJYM commented Sep 8, 2024

I see, Thank you!!

@UJYM
Copy link
Author

UJYM commented Sep 8, 2024

Also, can we make a poses with physic enabled? it take me much time to make a poses manually

@rintrint
Copy link

rintrint commented Sep 8, 2024

Blender doesn't have real-time rigid body physics. So you have to disable the physics, make a pose, enable physics, and then bake the physics again.

You can hide the cloth and parts of the hair when making a pose, especially when they are too large or too long. Actually, you can create a proxy mesh - an agent with fewer vertices and faces. Use that agent instead. When making a pose, you need to ensure the animation preview can achieve 30 fps (if it's not a static pose). After everything is done, turn off the agent and turn on the original mesh. This can be done using collections. In the outliner, there are checkboxes for folders that allow you to completely turn off something.

@UJYM
Copy link
Author

UJYM commented Sep 8, 2024

Awesome... I didn't know much about blender cuz im still new..

is there a helpfull tutorials or links (youtube or etc)?

@rintrint
Copy link

rintrint commented Sep 8, 2024

https://www.youtube.com/watch?v=0m0tRBUeL5w

In the ending of this video, he shows how to use collections to switch between the proxy model and the original model.
But the way he creates the proxy model does take time. It's a bit advanced, but the concept is the same.

Blender has some methods to quickly reduce faces, but the effects are not as good as his method.
Compared to reducing faces, his method can truly break through the limitations of face count.

@rintrint
Copy link

rintrint commented Sep 8, 2024

If you're using official models, the polygon count usually isn't too high, so there won't be significant issues. However, if you're using modified models, they often have a much higher polygon count than official models because many additional elements have been added. This can lead to a substantial decrease in Blender's FPS.

For beginners, I suggest starting with official models and focusing on scenes with fewer characters, such as ones with only one or two people. This way, the performance issue won't be too much.

Additionally, avoid using too many lights, as this will make rendering very slow.

@UJYM
Copy link
Author

UJYM commented Sep 14, 2024

Thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants