Houdini to Unreal Import issue: "No smoothing goup found"
17783 11 2- chiako3D
- Member
- 3 posts
- Joined: 7月 2017
- Offline
Hello,
I modeled a model in houdini 16.0.671 and exported it as fbx then I imported the mesh into Unreal 4.18 and I got a Waring error that says “ No smoothing group found ” but unreal still imports it and when I bake lightmaps no issue found on the model but with that does it mean that everything is fine consigning the import process? if not please what is the solution to remove that error ?.
Thank you for your reply.
Chiaka Chima.
I modeled a model in houdini 16.0.671 and exported it as fbx then I imported the mesh into Unreal 4.18 and I got a Waring error that says “ No smoothing group found ” but unreal still imports it and when I bake lightmaps no issue found on the model but with that does it mean that everything is fine consigning the import process? if not please what is the solution to remove that error ?.
Thank you for your reply.
Chiaka Chima.
- dpernuit
- スタッフ
- 553 posts
- Joined: 9月 2016
- Offline
Hi Chiaka,
Smoothing groups don't exist in Houdini, and thus cant be exported to FBX files from Houdini, so the warning is legit.
If you modeled your mesh in houdini, you can safely ignore that warning.
One way to remove the warning, is by adding normals to the mesh in Houdini or having Unreal recompute them in the FBX import options.
Smoothing groups don't exist in Houdini, and thus cant be exported to FBX files from Houdini, so the warning is legit.
If you modeled your mesh in houdini, you can safely ignore that warning.
One way to remove the warning, is by adding normals to the mesh in Houdini or having Unreal recompute them in the FBX import options.
- Aladin Sane
- Member
- 67 posts
- Joined: 1月 2016
- Offline
you can use smoothing groups (I know it works for digital assets, have not tried it with fbx). Here is an example where I am applying smoothing group to all primitives but you can apply a group filter at the top…
Here is link to docs about it.
http://www.sidefx.com/docs/unreal/_attributes.html#AttributesInput [www.sidefx.com]
Here is link to docs about it.
http://www.sidefx.com/docs/unreal/_attributes.html#AttributesInput [www.sidefx.com]
Edited by Aladin Sane - 2018年1月4日 04:48:27
- chiako3D
- Member
- 3 posts
- Joined: 7月 2017
- Offline
- dpernuit
- スタッフ
- 553 posts
- Joined: 9月 2016
- Offline
- Andrei_K
- Member
- 10 posts
- Joined: 10月 2018
- Offline
- rudeypunk
- Member
- 113 posts
- Joined: 7月 2005
- Offline
- inversionstudio
- Member
- 19 posts
- Joined: 11月 2019
- Offline
Is there a solution to this guys. In 2021 with houdini 18.5 i'm still having issues when exporting/importing fbx files from houdini to UE4. It actually says file import failed, no smoothing groups found!
I've tried the normals set to 180 cusp angle in houdini, and it doesn't work. I've also tried both fbx export options on houdini, the node and the file>export options, same deal.
Any solutions to this guys?
Thanks
I've tried the normals set to 180 cusp angle in houdini, and it doesn't work. I've also tried both fbx export options on houdini, the node and the file>export options, same deal.
Any solutions to this guys?
Thanks
- Aten
- Member
- 43 posts
- Joined: 4月 2018
- Offline
- cymrix
- Member
- 1 posts
- Joined: 1月 2022
- Offline
I know this topic is old, but I'm posting the newest process for this, since it took me hours to figure out.
1.
-Open the Houdini Launcher
-In the Install the Labs/Packages tab, install the LabFX "Production" version that matches your version of Houdini.
2.
-Open Houdini
-Inside your geometry node, add the Soften Normals node
My nodes
3.
-Export your object as .fbx (not available in Houdini Apprentice), or you can save your geometry as .obj
For fbx: File > Export > Filmbox FBX
My fbx export options
For obj: Inside your geometry node > right click the node you want to export from > Save > Geometry
-Be sure to add the .obj at the end or it will not save as obj
-There are no save settings for obj (that I could find)
4.
-Import your File into Unreal
-You should get an FBX import window. I don't know what is important here for the smoothed normals, but here are my import settings:
Note: For obj import into Unreal, the same FBX import window will show, but I changed the rotation and uniform scale to be this:
-It also doesn't have much info in the "Fbx file information" section of the import window.
1.
-Open the Houdini Launcher
-In the Install the Labs/Packages tab, install the LabFX "Production" version that matches your version of Houdini.
2.
-Open Houdini
-Inside your geometry node, add the Soften Normals node
My nodes
3.
-Export your object as .fbx (not available in Houdini Apprentice), or you can save your geometry as .obj
For fbx: File > Export > Filmbox FBX
My fbx export options
For obj: Inside your geometry node > right click the node you want to export from > Save > Geometry
-Be sure to add the .obj at the end or it will not save as obj
-There are no save settings for obj (that I could find)
4.
-Import your File into Unreal
-You should get an FBX import window. I don't know what is important here for the smoothed normals, but here are my import settings:
Note: For obj import into Unreal, the same FBX import window will show, but I changed the rotation and uniform scale to be this:
-It also doesn't have much info in the "Fbx file information" section of the import window.
- rajatg@sidefx.com
- スタッフ
- 12 posts
- Joined: 11月 2021
- Offline
Providing an update to this. As of Houdini 19.5/20, the ROP FBX node now features a "Compute Smoothing Groups" toggle parameter. Ensuring your geometry has vertex normals present (e.g. using the Normal SOP node), enabling this toggle parameter will save smoothing group data to your FBX. Importing the same FBX to UE5 should no longer cause the "No smoothing group information was found in this FBX scene!" warning.
This toggle can also be found in the FBX Character Output and FBX Animation Output nodes.
This toggle can also be found in the FBX Character Output and FBX Animation Output nodes.
- 444366454
- Member
- 18 posts
- Joined: 1月 2022
- Offline
rajatg@sidefx.comThank you very much rajatg
Providing an update to this. As of Houdini 19.5/20, the ROP FBX node now features a "Compute Smoothing Groups" toggle parameter. Ensuring your geometry has vertex normals present (e.g. using the Normal SOP node), enabling this toggle parameter will save smoothing group data to your FBX. Importing the same FBX to UE5 should no longer cause the "No smoothing group information was found in this FBX scene!" warning.
This toggle can also be found in the FBX Character Output and FBX Animation Output nodes.
-
- Quick Links