ManimCommunity / manim_editor

Web Presenter for Mathematical Animations using Manim.
https://docs.editor.manim.community
MIT License
257 stars 12 forks source link

Manedit v0.3.3 don't take priority into account #75

Closed clementpoiret closed 2 years ago

clementpoiret commented 2 years ago

Hey, I'm trying to make a presentation comprising 7 classes. After the generation using manim --save_sections hsf.py, they are order by default in alphabetic order in manedit. Unfortunately, it's not the correct order so I change the priority in manedit, but it doesn't seem to be taken into account as the final order stays in alphabetic order during the presentation.

EDIT: it'll be easier with my presentation. Here it is: https://github.com/clementpoiret/manim_hsf Sorry for bad coding quality, I'm mainly exploring manim + manedit :+1: The order should be:

1/ Introduction 2/ State of Need 3/ Preprocessing 4/ Segmentation 5/ BaggingTta 6/ Postprocessing 7/ PreliminaryResults

christopher-besch commented 2 years ago

For some reason --write_all didn't work for me but I managed to reproduce the error. I'm fixing it.

christopher-besch commented 2 years ago

I think I've fixed it. Could you take a look at this. Is it supposed to look like that? I haven't published a new release yet—I'll do that once you confirm that the problem is gone. If you want to test it for yourself, you'd have to use the version from GitHub. The instructions on how to compile are quite weak right now but if you know what you're doing that shouldn't be a problem.

clementpoiret commented 2 years ago

Yes, you have it in the correct order now! :+1: Amazing reactivity :100:

christopher-besch commented 2 years ago

Thank you very much for your top-notch problem description. It's really a joy to work with that!

PS: I'll bump the version now.