Local host not opening, receiving error in prompt

This would be an amazingly helpful feature if implemented

by user 392979063620501504

Otherwise is there any way for me to do it through the code editor in three.js? I’m not much of a coder but I can give it a shot if possible

by user 392979063620501504

Theoretically yes but I briefly tried and seems to be that there’s a bug. And it would involve assigning the images manually to a list which could be annoyingly tedious. I’ll added a bug internally for fixing the export for that.
image.png

Oh I didn’t get much of that honestly, just started with needle today, what is this image for?

by user 392979063620501504

is this a component for textures?

by user 392979063620501504

Just a quick custom script I made for testing if you could handle it in your own script

import { Behaviour, serializable } from "@needle-tools/engine";
import { Texture } from "three";

export class MyImages extends Behaviour {
    @serializable(Texture)
    images? : Texture[];

    awake(): void {
        console.log("HI", this);
    }
}

It can be added to the web project src/scripts directory (e.g. “MyImages.ts”) and get a panel in blender for it

but as said: there’s a bug on export and the images are missing in the website

I’ll give it a shot however I can, but uhh lmk if there’s anything else I can provide if you need for those files

by user 392979063620501504

Hi, i just did that - how do I preview the animation in Blender? (sorry never used animation sequences before there :slightly_smiling_face: )

Make sure u r in eevee, usually the space button plays the animation

by user 392979063620501504

Shift+space does the same

by user 392979063620501504

The controls are here by the timeline editor

by user 392979063620501504

Is that what u were looking for?

by user 392979063620501504

btw i think i just fixed this

No :slightly_smiling_face: let me try again in a second

ah it wasnt set to image sequence anymore when i opened the blend file

Oh that, yeah it auto detects when you choose add the images

by user 392979063620501504

Click open and go to the file, choose all the images and add them

by user 392979063620501504

Should auto set to 30 frames

by user 392979063620501504