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

Are there any plans on adding blending Curve import (as Path)? #330

Closed
slapin opened this issue Mar 30, 2020 · 0 comments · Fixed by #380
Closed

Are there any plans on adding blending Curve import (as Path)? #330

slapin opened this issue Mar 30, 2020 · 0 comments · Fixed by #380

Comments

@slapin
Copy link

slapin commented Mar 30, 2020

Are there any plans on adding blender Curve import (as Path)?

The use is to add AI paths in Blender, so to not do hard work in
(not so handy) Godot editor.

rcorre added a commit to rcorre/godot-blender-exporter that referenced this issue Nov 15, 2020
Fixes godotengine#330.
Relates to godotengine/godot-proposals#527.

Previously, curves in blender were exported to meshes in Godot.

Now, a bezier curve created in blender will be exported as a Path node
with a Curve3D resource matching the blender data. The curve will have a
child MeshInstance that renders the bevel.

Only bezier curves are exported to Godot Path nodes. Other curves, such
as Nurbs, export only as meshes as they did previously.
rcorre added a commit to rcorre/godot-blender-exporter that referenced this issue Nov 16, 2020
Fixes godotengine#330.
Relates to godotengine/godot-proposals#527.

Previously, curves in blender were exported to meshes in Godot.

Now, a bezier curve created in blender will be exported as a Path node
with a Curve3D resource matching the blender data. The curve will have a
child MeshInstance that renders the bevel.

Only bezier curves are exported to Godot Path nodes. Other curves, such
as Nurbs, export only as meshes as they did previously.
Jason0214 pushed a commit that referenced this issue Dec 16, 2020
* Export Curve objects as Godot Path nodes.

Fixes #330.
Relates to godotengine/godot-proposals#527.

Previously, curves in blender were exported to meshes in Godot.

Now, a bezier curve created in blender will be exported as a Path node
with a Curve3D resource matching the blender data. The curve will have a
child MeshInstance that renders the bevel.

Only bezier curves are exported to Godot Path nodes. Other curves, such
as Nurbs, export only as meshes as they did previously.

* Export all splines but only assign the active one.

* Remove curve test scenes for now.

They are generated with too recent of a blender version. We'll add them
again after bumping the blender CI version.

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

Successfully merging a pull request may close this issue.

2 participants