Rickaym / manim-sideview

A Manim utility extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=Rickaym.manim-sideview
MIT License
99 stars 11 forks source link

Extension does not look at options changed in the source file #31

Closed a-shel closed 1 year ago

a-shel commented 1 year ago

When I change the render quality (in the file with config.quality = "..._quality") to other than "high_quality", there's no output and an error saying that no file is in the 1080p60 folder, which is normal.

Rickaym commented 1 year ago

Which file did you change the option in?

a-shel commented 1 year ago

I meant the python file, where the code is.

Rickaym commented 1 year ago

Ah, yes, the extension does not look into options set in the source code, rather, if you want the extension to realize the change, you should use an external manim.cfg file.

a-shel commented 1 year ago

well, thank you for the quick fix, as easy as it seems to be