-
-
Notifications
You must be signed in to change notification settings - Fork 4
Undocumented Terminal Commands
Features found in the Hype.app but the mostly have UI in the app anyway or Tumult recommends not to use them manually if you are not really familiar with the implications some settings have.
This shows some additional information about the build and the document in the titlebar (license processor, build-ID's). Some can be anyway found under "about" but maybe still useful to somebody.
Enable
defaults write com.tumult.Hype4 ShowTitlebarBuildInformationButton -bool YES
Disable
defaults write com.tumult.Hype4 ShowTitlebarBuildInformationButton -bool NO
Enable
defaults write com.tumult.Hype4 SUEnableAutomaticChecks -bool YES
Disable
defaults write com.tumult.Hype4 SUEnableAutomaticChecks -bool NO
Enable
defaults write com.tumult.Hype4 exportShouldSaveRestorableDocument -bool YES
Disable
defaults write com.tumult.Hype4 exportShouldSaveRestorableDocument -bool NO
Enable
defaults write com.tumult.Hype4 collectAnonymousUsageData -bool YES
Disable
defaults write com.tumult.Hype4 collectAnonymousUsageData -bool NO
Enable
defaults write com.tumult.Hype4 showBrowserCompatibilityWarningsBeforeExport -bool YES
Disable
defaults write com.tumult.Hype4 showBrowserCompatibilityWarningsBeforeExport -bool NO
Enable
defaults write com.tumult.Hype4 useWebKitGraphicsAccelerationForSceneEditor -bool YES
This will turn on hardware acceleration, making the scene editor potentially smoother and more responsive, particularly for complex animations or large projects.
Disable
defaults write com.tumult.Hype4 useWebKitGraphicsAccelerationForSceneEditor -bool NO
Disabling this option may be beneficial if you encounter any graphical glitches or issues that could be related to hardware acceleration. It may also improve compatibility with certain graphics cards or drivers.
This setting allows you to change the path to the default Python interpreter. Specially interesting after Apple is removing the default Python installation after macOS 12.3 and if you depend on Python-based export scripts you will need to install it yourself. That said, Tumult recommends using their Python installer going forward and not tinker with the setting below. You can find the installer here: https://tumult.com/hype/export-scripts/python-enabler/
Change the default Python 2 interpreter path
defaults write com.tumult.Beta.Hype4 exportScriptPythonPath "/usr/local/bin/python"
https://forums.tumult.com/t/tumult-hype-4-1-8-beta-738-or-why-i-picked-jxa/21717/6?u=maxzieb
- Choose another topic from the sidebar
- Visit the topic index
- Return to the welcome page
- Learn about contributing
- Consider making an one-time donation
- Visit the landing page for this project
- Accessibility in Hype
- Quick iterations as the secret to progress
- Using querySelector
- Test an elements class name using classList and contains
- Including external files and Hype Extensions
- Fetching hypeDocument from within a rectangle
- Extend the functionality of Hype using Export Scripts
- Using external editors
- Embedding Hype documents into third-party services
- Accessing external APIs from Hype Previews
- Manually include resources in document head
- Manipulating scene height
- Extension template