bambulab / BambuStudio

PC Software for BambuLab and other 3D printers
GNU Affero General Public License v3.0
2.06k stars 277 forks source link

Directly Import colored 3D files #1892

Closed xuhao1 closed 5 months ago

xuhao1 commented 1 year ago

Is your feature request related to a problem? Please describe. When I trying to import STEP, obj or 3MF with color/texture. It will loss color in Bambu Studio

Describe the solution you'd like When import these 3D file, the color/texture will be keep, so we can directly edit the color/texture in 3D software like Fusion360, and use bambu X1CC to print it. That will benefit a lot to use Bambu create impressive 3D arts.

Describe alternatives you've considered No

Additional context No

FEMit160 commented 3 months ago

I can try to get you a file soon (don't have access from my phone).

Here is a good write up on the formatting VRML syntax Or can try exporting a colored obj file as a VRML from blender, if you already have.

Edit: added example file of colored cube with cylinder Example_VRML.zip

Haidiye00 commented 3 months ago

I can try to get you a file soon (don't have access from my phone).

Here is a good write up on the formatting VRML syntax Or can try exporting a colored obj file as a VRML from blender, if you already have.

Edit: added example file of colored cube with cylinder Example_VRML.zip

image you can use this software to convert wrl to obj.

FEMit160 commented 3 months ago

I can try to get you a file soon (don't have access from my phone). Here is a good write up on the formatting VRML syntax Or can try exporting a colored obj file as a VRML from blender, if you already have. Edit: added example file of colored cube with cylinder Example_VRML.zip

image you can use this software to convert wrl to obj.

Meshlab is actually one of the softwares I use. I just thought it would be good for Bambu Studio to natively import wrl files if it isn't too different to implement than obj import. Thank you

eried commented 2 months ago

Hi! is something special needed for bambu studio to detect colors?

I can get simple objects to work, but I was trying with a map with the texture applied on top (looks colores on Meshmixer, blender and 3d builder) but in bambulabs only 1 color is detected.

image

Tried importing/exporting it in multiple ways but I still dont manage :/

image

FEMit160 commented 2 months ago

Hi! is something special needed for bambu studio to detect colors?

I can get simple objects to work, but I was trying with a map with the texture applied on top (looks colores on Meshmixer, blender and 3d builder) but in bambulabs only 1 color is detected.

image

Tried importing/exporting it in multiple ways but I still dont manage :/

image

How are your colors stored? Bambu Studio doesn't currently support png colors. See release note copied below:

"Imported obj file with color Added color imported from the vertex in the .obj file, and color imported from the mtl file function.

You can use software such as Blender or Meshlab to color vertices or patches of the model.

The PNG color function is currently under development. Please stay tuned."

Haidiye00 commented 2 months ago

PNG color import is still under development, please wait~

Haidiye00 commented 2 months ago

你好!Bambu Studio 是否需要一些特殊的东西来检测颜色?

我可以让简单的对象工作,但我正在尝试使用在顶部应用纹理的地图(在 Meshmixer、blender 和 3d builder 上看起来是颜色),但在 bambulabs 中只检测到 1 种颜色。

图像

尝试以多种方式导入/导出它,但我仍然无法管理:/

图像

Hello, can you provide your complete obj file? Thank you

eried commented 2 months ago

PNG color import is still under development, please wait~

Thanks! you and @FEMit160 :) with meshlab worked out with the "texture -> vertex color" option.