Rickaym / manim-sideview

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

modify resolution config does not work #96

Closed gelu110 closed 4 weeks ago

gelu110 commented 4 months ago

After modifying the resolution configuration to portrait in the code file, the side view cannot output normally, and the old code content is still output after modifying the code. config.frame_width = 9 config.frame_height = 16 config.pixel_width = 1080 config.pixel_height = 1920

Rickaym commented 1 month ago

Hey, can you please elaborate on "cannot output normally"? It is likely that you are setting these values in the python file. Please set them in the config file instead so that the extension is able to read them.