27 Replies
This is the output in studio
And this is the emitted luau
can you delete
out
folder and recompile?
sometimes happensYeah I have
and still?
Manim.Decrators.Scene
'show itor is there a specific error?
what line errors?
Line 25 it says
oh
I'm trying to use flamework's decorators in my package
Flamework transformer does not work for you, so you received such a message
why?
could you use normal decorators?
I could probably do that. I just like the lifecycle systems in flamework
do you really need to have a lifecycle?
Yeah, probably not. I can just do the functionality through a registry.
and just in case, how does the scene compile?
the base scene file?
.
would be nice if you could print the Scene
but i would not suggest debugging flamework unless you really need to include it in lyfecycle
Yeah I'm refactoring away from flamework right now, thanks for the help.
yw
Sorry for the ping but I'm confused how I should go about implementing this.
I want it so that functions annotated with
@SceneCode()
in any class with the @Manim.Decorators.Scene()
annotation are added to a registry where they can all be called.
--
in the decorator factory should be
So would it be:
?
as new () => ObjectType
or you could do as never