We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Blender project file broken

Home Forums Bug Reports and Feature Requests Blender project file broken

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #11522
    Tryll
    Participant

    Hey guys,

    We’ve been experimenting with Verge3D for the past couple of weeks, and over that time have upgraded the Blender (2.80) plugin a couple of times. We’re currently running 2.10 release version on Mac.

    My test project, originally built with 2.10 pre2 runs fine in 2.10. BUT if I open the original blender file, it will not sneak peak. It just shows the preloader, counts up to 100% and spins forever. The same happens to my project if I re-export to glTF, so I can no longer make updates to this test project.

    The JS console indicates the following:
    v3d.js:1 Error: Unsupported group input
    at l (v3d.js:1)
    at v3d.js:1
    at new rc (v3d.js:1)
    at v3d.js:1

    Interestingly, a new Blender project with the default cube, can sneak peak just fine.

    I’m trying to produce enough of a demo which will convince my company and partners to invest in licenses for Verge3D, so I’m hoping to keep this project going.

    Anything I can try?

    #11526

    Hi,

    if I open the original blender file, it will not sneak peak

    Please try running Blender from masOS’ Terminal, and check what is printed in Terminal when you do sneak peek.

    Also, it would help a lot if you narrowed down the issue and attached the .blend file to this forums.

    Chief 3D Verger | LinkedIn | Twitter

    #11551
    Tryll
    Participant

    Seems to export OK, it just never completely loads in the browser. Sticks on the preloader at 100%.

    INFO: Starting glTF 2.0 export
    PROFILE: Delta time: 5.245208740234375e-06 (asset)
    PROFILE: Delta time: 5.9604644775390625e-06 (images)
    PROFILE: Delta time: 5.0067901611328125e-06 (textures)
    PROFILE: Delta time: 3.814697265625e-06 (node_graphs)
    PROFILE: Delta time: 0.0015480518341064453 (materials)
    PROFILE: Delta time: 7.867813110351562e-06 (curves)
    PROFILE: Delta time: 0.00013899803161621094 (cameras)
    PROFILE: Delta time: 7.200241088867188e-05 (lights)
    INFO: Extracting primitive
    DEBUG: Adding primitive without splitting. Indices: 180 Vertices: 120
    DEBUG: Adding primitive without splitting. Indices: 108 Vertices: 72
    INFO: Primitives created: 2
    INFO: Extracting primitive
    DEBUG: Adding primitive without splitting. Indices: 36 Vertices: 24
    INFO: Primitives created: 1
    INFO: Extracting primitive
    DEBUG: Adding primitive without splitting. Indices: 1248 Vertices: 260
    DEBUG: Adding primitive without splitting. Indices: 120 Vertices: 39
    DEBUG: Adding primitive without splitting. Indices: 120 Vertices: 35
    INFO: Primitives created: 3
    INFO: Extracting primitive
    DEBUG: Adding primitive without splitting. Indices: 234 Vertices: 156
    INFO: Primitives created: 1
    INFO: Extracting primitive
    DEBUG: Adding primitive without splitting. Indices: 2976 Vertices: 2922
    INFO: Primitives created: 1
    INFO: Extracting primitive
    DEBUG: Adding primitive without splitting. Indices: 36 Vertices: 24
    INFO: Primitives created: 1
    INFO: Extracting primitive
    DEBUG: Adding primitive without splitting. Indices: 372 Vertices: 346
    INFO: Primitives created: 1
    INFO: Extracting primitive
    DEBUG: Adding primitive without splitting. Indices: 2130 Vertices: 517
    INFO: Primitives created: 1
    PROFILE: Delta time: 0.22907066345214844 (meshes)
    PROFILE: Delta time: 0.0010840892791748047 (nodes)
    PROFILE: Delta time: 0.0021262168884277344 (animations)
    PROFILE: Delta time: 0.00010204315185546875 (scenes)
    PROFILE: Delta time: 1.2874603271484375e-05 (scene)
    INFO: Finished glTF 2.0 export
     
    Starting App Manager server (port 8668, package BLENDER)
    Address already in use, not running
    #11552

    Ok, can you please attach a narrowed down project (zip archive would be best) so we can investigate it further? Thanks!

    Chief 3D Verger | LinkedIn | Twitter

    #11653
    Tryll
    Participant

    Thank you for offering to assist me.

    I kept at it, and was able to determine the (unlikely) cause of the issue.

    A single material did not have its “Use Nodes” button turned on in the property inspector – and that completely prevented a workable export. Toggling it on, and it works fine. Toggled off, it jams up on loading in the browser.

    #11670

    I tried disabling “Use nodes” for some materials but they are still exported and loaded. Can you attach a blend file with a material that is known to cause the issue? Thanks.

    Chief 3D Verger | LinkedIn | Twitter

    #11677
    Tryll
    Participant

    Thanks again Yuri.

    In further testing, I believe the issue may be caused by Blender 2.8 (beta) loosing track of some resources and image files. While the files are alongside the Blend file, it is looking for them elsewhere. I’m trying to get them reassigned correctly.

    Weirdly, the end result is as I reported… toggling “Use Nodes” on for one of the materials allows a successful export. That said, I believe this is not really a V3D issue. It is something strange going on in the Blend file itself.

    I’m still working on understanding what is really happening, and will post an example if I think it will be useful.

    #11694

    sure, feel free to post here any updates

    Chief 3D Verger | LinkedIn | Twitter

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.