Jump to content
3DCoat Forums
  • Posts

    • Have you tried using the Presets Panel?
    • just wondering , will surface mode support quad multires soon or even subdividing? triangles always destroys the mesh
    • I got 3DCoat to work by copying its files, but I just noticed that it doesn't have access to some other files, my /storage and /storage1 drives, in addition to /opt. Those two are ZFS drives, I assume the distrobox doesn't need ZFS drivers or anything since it should just see the files? So whatever is happening here is the same as not being able to see /opt... I guess?
    • @veris turns out it was easy to solve. It only used Docker because I already had that installed I guess? Anyhow I've updated my post with the solution. From my past wrestling with distrobox I was sure it would be a three-hour long ordeal. Happy to be wrong!  
    • @veris 2 problems for me... 1. The /opt directory, where my 3D Coat is installed, is empty in distrobox and I can't even ln -s the 3D coat into another directory because the link is broken in distrobox 2. I have to give it root permission because of Docker. I don't want to give it root permission, seems like a security risk... I can probably figure this out on my own but if you know the solution please tell me. edit: it was way easier than I expected.  Linux (Ubuntu-based): Run the command: sudo usermod -aG docker $USER Log out and log back in to apply the changes. Thanks for any help
    • @SreckoMif this was for me, then  nodespaghetti@noodlebot:/opt/3DCoat-2024.28-02$ ldd 3dcoat     linux-vdso.so.1 (0x00007ffe3fbfa000)     libgtk-3.so.0 => /lib/x86_64-linux-gnu/libgtk-3.so.0 (0x00007dea6b000000)     libgdk-3.so.0 => /lib/x86_64-linux-gnu/libgdk-3.so.0 (0x00007dea6b8b2000)     libpangocairo-1.0.so.0 => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 (0x00007dea6b8a1000)     libpango-1.0.so.0 => /lib/x86_64-linux-gnu/libpango-1.0.so.0 (0x00007dea6b836000)     libharfbuzz.so.0 => /lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x00007dea6aef3000)     libatk-1.0.so.0 => /lib/x86_64-linux-gnu/libatk-1.0.so.0 (0x00007dea6b80a000)     libcairo-gobject.so.2 => /lib/x86_64-linux-gnu/libcairo-gobject.so.2 (0x00007dea6b7fe000)     libcairo.so.2 => /lib/x86_64-linux-gnu/libcairo.so.2 (0x00007dea6adaf000)     libgdk_pixbuf-2.0.so.0 => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 (0x00007dea6b7d0000)     libgio-2.0.so.0 => /lib/x86_64-linux-gnu/libgio-2.0.so.0 (0x00007dea6abdf000)     libgobject-2.0.so.0 => /lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007dea6ab7c000)     libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007dea6aa33000)     libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007dea6a8f6000)     libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007dea6a80d000)     libpng16.so.16 => /lib/x86_64-linux-gnu/libpng16.so.16 (0x00007dea6a7d5000)     libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007dea6a7b9000)     libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007dea6a400000)     libGL.so.1 => /lib/x86_64-linux-gnu/libGL.so.1 (0x00007dea6a732000)     libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007dea6b7c7000)     libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007dea6a707000)     libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007dea6a702000)     libfbxsdk.so => LinuxLibs/libfbxsdk.so (0x00007dea69600000)     libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007dea6a6d2000)     libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007dea6a6cd000)     libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007dea69200000)     libgmodule-2.0.so.0 => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0 (0x00007dea6a6c6000)     libpangoft2-1.0.so.0 => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 (0x00007dea6a6ab000)     libfontconfig.so.1 => /lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007dea6a3af000)     libfribidi.so.0 => /lib/x86_64-linux-gnu/libfribidi.so.0 (0x00007dea6a68d000)     libepoxy.so.0 => /lib/x86_64-linux-gnu/libepoxy.so.0 (0x00007dea6a28c000)     libXi.so.6 => /lib/x86_64-linux-gnu/libXi.so.6 (0x00007dea6a279000)     libatk-bridge-2.0.so.0 => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0 (0x00007dea6a23d000)     libXfixes.so.3 => /lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007dea6a683000)     libxkbcommon.so.0 => /lib/x86_64-linux-gnu/libxkbcommon.so.0 (0x00007dea6a1f4000)     libwayland-client.so.0 => /lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007dea6a1e4000)     libwayland-cursor.so.0 => /lib/x86_64-linux-gnu/libwayland-cursor.so.0 (0x00007dea6a1da000)     libwayland-egl.so.1 => /lib/x86_64-linux-gnu/libwayland-egl.so.1 (0x00007dea6a1d5000)     libXext.so.6 => /lib/x86_64-linux-gnu/libXext.so.6 (0x00007dea6a1c1000)     libXcursor.so.1 => /lib/x86_64-linux-gnu/libXcursor.so.1 (0x00007dea6a1b5000)     libXdamage.so.1 => /lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007dea6a1b0000)     libXcomposite.so.1 => /lib/x86_64-linux-gnu/libXcomposite.so.1 (0x00007dea6a1ab000)     libXrandr.so.2 => /lib/x86_64-linux-gnu/libXrandr.so.2 (0x00007dea6a19e000)     libXinerama.so.1 => /lib/x86_64-linux-gnu/libXinerama.so.1 (0x00007dea6a199000)     libthai.so.0 => /lib/x86_64-linux-gnu/libthai.so.0 (0x00007dea6a18e000)     libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007dea6a0c2000)     libgraphite2.so.3 => /lib/x86_64-linux-gnu/libgraphite2.so.3 (0x00007dea6a09a000)     libXrender.so.1 => /lib/x86_64-linux-gnu/libXrender.so.1 (0x00007dea6a08e000)     libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007dea6a065000)     libxcb-render.so.0 => /lib/x86_64-linux-gnu/libxcb-render.so.0 (0x00007dea6a056000)     libxcb-shm.so.0 => /lib/x86_64-linux-gnu/libxcb-shm.so.0 (0x00007dea6a051000)     libpixman-1.so.0 => /lib/x86_64-linux-gnu/libpixman-1.so.0 (0x00007dea69551000)     libjpeg.so.8 => /lib/x86_64-linux-gnu/libjpeg.so.8 (0x00007dea694ce000)     libmount.so.1 => /lib/x86_64-linux-gnu/libmount.so.1 (0x00007dea69481000)     libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007dea69454000)     libffi.so.8 => /lib/x86_64-linux-gnu/libffi.so.8 (0x00007dea69448000)     libpcre2-8.so.0 => /lib/x86_64-linux-gnu/libpcre2-8.so.0 (0x00007dea69166000)     /lib64/ld-linux-x86-64.so.2 (0x00007dea6b9d8000)     libGLdispatch.so.0 => /lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007dea690ae000)     libGLX.so.0 => /lib/x86_64-linux-gnu/libGLX.so.0 (0x00007dea69415000)     libatspi.so.0 => /lib/x86_64-linux-gnu/libatspi.so.0 (0x00007dea69074000)     libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x00007dea69025000)     libdatrie.so.1 => /lib/x86_64-linux-gnu/libdatrie.so.1 (0x00007dea6901c000)     libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0 (0x00007dea69008000)     libbrotlidec.so.1 => /lib/x86_64-linux-gnu/libbrotlidec.so.1 (0x00007dea68ffa000)     libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007dea68ff4000)     libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007dea68fec000)     libblkid.so.1 => /lib/x86_64-linux-gnu/libblkid.so.1 (0x00007dea68fb1000)     libsystemd.so.0 => /lib/x86_64-linux-gnu/libsystemd.so.0 (0x00007dea68ed1000)     libbrotlicommon.so.1 => /lib/x86_64-linux-gnu/libbrotlicommon.so.1 (0x00007dea68eae000)     libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007dea68e98000)     libcap.so.2 => /lib/x86_64-linux-gnu/libcap.so.2 (0x00007dea68e8b000)     libgcrypt.so.20 => /lib/x86_64-linux-gnu/libgcrypt.so.20 (0x00007dea68d41000)     liblz4.so.1 => /lib/x86_64-linux-gnu/liblz4.so.1 (0x00007dea68d1f000)     liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007dea68ced000)     libzstd.so.1 => /lib/x86_64-linux-gnu/libzstd.so.1 (0x00007dea68c33000)     libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007dea68c24000)     libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007dea68bfd000) This is the latest version 2024.28-2
    • @Oleg ShapovHello Oleg, this file is causing the crash for me on Linux (Kubuntu 24.04). I don't expect there to be a bug on Windows 11! Thank you for your reply.
    • Just noticed this in the terminal... `(3dcoat-Ubuntu20.04:333482): Gtk-WARNING **: 10:01:18.448: Unable to locate theme engine in module_path: "adwaita",`   donno how to make adwaita work, or if it is related.
    • Please share the files that are definitely causing the crash so I can test it on Win11
    • You are doing everything right. The radius of the bevel curve points is equal to the radius of the brush. You can assign the radius of a single point.
    • Sorry, i just dont know yet how its called in 3d Coat, im literally trying coat for a few hours atm so can make a lot of mistakes and suffer from misleading. Im not even sure now is that really a spline or maybe its a brush radius? Anyway, heres how my spline would look like right after creation, so the width/radius/diameter of the spline/brush are zero. In this case Bevel Tool will freeze 3d Coat: But If i hold shift+RMB and drag before creation of the spline, i would change the radius (those blue circles). In this case Bevel Tool will perform without any issues:
    • I sculpted an .fbx in Blender and then sent the mesh to 3Dcoat. The artifacts appeared when the mesh had non-planar polygons or the triangles were too stretched. Could you create a simple sculpture in Blender that has artifacts after importing to 3Dcoat and share with us?
    • You have specified an incorrect path for exchange.  
    • Bevel Radius scale has a Level Cap at 10% What do you mean with Spline width ?
    • I understood. May I ask if an add-on is required when importing? Also, could you please clarify whether Blender’s Applink for 3DCoat functions the same as the import feature in 3DCoat Textura?
    • When I selected automatic mapping during import, artifacts appeared. This is a model that I’ve completely finished UV mapping in Blender.  I’m importing multiple objects at once, but I found that importing individual objects does not cause artifacts, and they import without any issues. I am sorry, but I can’t share this FBX file.
×
×
  • Create New...