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

create collision object 以及create inertial的问题 #375

Open
FSA9 opened this issue Feb 14, 2025 · 5 comments
Open

create collision object 以及create inertial的问题 #375

FSA9 opened this issue Feb 14, 2025 · 5 comments
Assignees
Labels
bug Confirmed bug in Phobos code confirm fix Fixed bug, waiting for confirmation of reporter.

Comments

@FSA9
Copy link

FSA9 commented Feb 14, 2025

在create collision object的时候,如果是第一次create的话,就会出现 The geometry of object center_collision has not yet been defined.的问题,因为默认的是box,但是当第一次从左下角窗口设置成mesh之后,就不会在报错了,测试后发现除了mesh以外用其他的类型都会报这个类型的错,可是我的原物体已经设置了visual和mesh
然后,当create collision object的时候,物体都是在世界原点生成的,并不是像视频中一样生成在选择物体中心
还有在create inertial的时候,有的时候会莫名报错,nonetype has no attribut input,然后后面随便点了几下又莫名其妙的好了???
这是我的操作步骤,可以麻烦看一下哪里有问题吗

@FSA9
Copy link
Author

FSA9 commented Feb 14, 2025

1.zip

@AlpenAalAlex
Copy link
Collaborator

AlpenAalAlex commented Feb 24, 2025

Sounds like you're using the outdated release. Please install this release: phobos 2.0.1
Let me know if this fixes your issue

@FSA9
Copy link
Author

FSA9 commented Feb 26, 2025

Sounds like you're using the outdated release. Please install this release: phobos 2.0.1 Let me know if this fixes your issue

似乎还是不行,错误跟之前视频里的一模一样,而且我下载了你这个版本在blender中显示依然是2.0.0

@zebra314
Copy link

zebra314 commented Feb 28, 2025

Description

I also met the same problem that the collision objects are generated from the world origin. I tested this with different object types, and while options like box and cylinder work fine, mesh objects still appear at (0,0,0).
I've tried to download the newest version from Phobos 2.0.1, but couldn't solve it.

Enviroment

Blender Version: 3.3.21
Phobos Version: 2.0.1
OS: Endeavour 6.6.65-1-lts
Python Version: 3.12.7

Screenshots

Image

Image
Image

AlpenAalAlex added a commit to AlpenAalAlex/phobos that referenced this issue Mar 14, 2025
AlpenAalAlex added a commit to AlpenAalAlex/phobos that referenced this issue Mar 18, 2025
@AlpenAalAlex
Copy link
Collaborator

@FSA9 @zebra314 Please let me know if my recent commit fixes your issues

@AlpenAalAlex AlpenAalAlex added bug Confirmed bug in Phobos code confirm fix Fixed bug, waiting for confirmation of reporter. labels Mar 18, 2025
@AlpenAalAlex AlpenAalAlex self-assigned this Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bug in Phobos code confirm fix Fixed bug, waiting for confirmation of reporter.
Projects
None yet
Development

No branches or pull requests

3 participants