The editor has a menu bar that you cannot move. Technically, it is a header rather than a pane. This menu contains basic information about the project and the most important, global actions and control options.

The menu entries often have keybinds that you can press to instantly take the action associated with the key. The specific key combination might wary by platform. This is shown when you open any menu. Usually, Command (or ) is a direct replacement to Ctrl on Mac

We will go over every element available in the menu bar.

This is the site logo. Clicking it will prompt you to leave the editor and go back to the main page.

File menu

This menu is the most important menu in the editor, as it provides the options to save your project and export it to a video. The options in it are:

OptionDescriptionKeybind
ExportTurn your project into a final, rendered video that you can upload to social media platformsCtrl+E
New ProjectCreate a new, empty1 projectCtrl+B
SaveSave your project, as it stands right now, to your profile. This will update the project if you already saved itCtrl+S
Save As NewSave your project, as it stands right now, as a new entry to your profile. This option is automatically selected when you try to save a project that you do not own. This is useful to create copies or forks of projectsCtrl+Shift+S
Close EditorClose the editor and go back to the main page. You can also reach this action by clicking the Vizzy logo on the left-

Edit menu

This menu has actions relating to the clipboard on Vizzy:

OptionDescriptionKeybind
CutNot currently availableCtrl+X
CopyMark any selected objects as ready to copyCtrl+C
PasteCreate copies of any selected objectsCtrl+V

Project menu

This menu contains actions pertaining to the project:

OptionDescriptionKeybind
Explore creationsOpen a creations page browser window without leaving the editor-
Publish to communityMake your project public and available for everyone to see on the creations page-
Screenshot thumbnailCreate a thumbnail that appears in your profile’s project list and on the creations page-
Set custom resolutionSet the project visual resolution to one that is not readily available in the resolution picker or the render settings category-

View menu

This menu contains actions that control how the editor is displayed:

OptionDescriptionKeybind
Command Palette…Open a list of all available keyboard-controlled actions. You can also invoke any of them by clicking or selecting them and pressing EnterCtrl+Shift+P
Change editor layoutSet the editor layout to one of two default ones. This is also useful to reset your layout and start customizing it from scratch
Window draggingThis enables layout customization and allows you to reposition windows however you please in a tiling window manager configurationCtrl+D
Lock layoutThis disallows you to change the layout in any way
Enable/Disable donator themeDisables or enables the purple donator theme. This option is only available to people who donated

Help

This menu has various help and support options:

OptionDescriptionKeybind
Join our DiscordOpens a link to our Discord server-
Frequently asked questionsOpens the FAQ page-
Launch intro tutorialStarts the introductory your that you experience when you first open the editor-
Export project as JSONFor debug purposes only, this allows you to download the project’s entire configuration as a JSON file. It’s only available on projects you own-
Export current logFor support purposes, you can export the debug log from here quickly-
Export last logAlso for support purposes, if the editor crashed the last time you opened it, you can retrieve the last logs it generated-
Show changelogOpen the version-by-version changelog window that appears whenever we have an update-

A button that links to our Ko-fi page. If you donate and activate your perks, this button will turn to a perpetual reminder that you rock.

Version

In the center of the menu bar, there is a version string which you can use to tell if there’s been an update.

Project name

On the right, there is blue-purple text that contains your project’s name. For the default project, that will be Untitled project. You can click it to quickly rename your project.

Save indicator

Next, we have an indicator that either displays a green ✔️ icon right after you save your project, or turns into a yellow ⚠️ symbol if you have unsaved changes.

Community status button

This is a button that does different things depending on what project you have open.

  • In the default project, it is hidden
  • In a project that you do not own, it becomes an indicator that this is a Community project. You can click it to open the project’s creations page
  • In a project that you own, it becomes a quick way to publish or unpublish your project to the creations page

Explore creations button

This is a button that mirrors the action of the option in the Project menu, so it also opens a window with the creations page inside it.

Share button

This button allows you to open the share window on a project. You can share a link to the project even if you have not published it. Such projects are called unlisted.

This button is hidden for the default project.

Notifications button

This button allows you to access your profile notifications and quickly displays any new ones

Footnotes

  1. The default project is technically not empty, as it provides a simple starer project. You can clear it out entirely - more information in the Tabs pane documentation.