World formula editor
Open the formula editor
Click the "Edit" button in the plugin panel.
For demonstrating purpose, we highlight different areas with colored rectangles.
◆Code area
Input your creative code here.
Language
in this panel overrides the Language setting in your plugin panel.(default)
selection means current language.
◆Reference list
Reference code that would help you to remind some frequently-used functions are listed here, this list is read-only currently.
◆Parameter settings
Here you can see the labels, the default value of parameters, and the language settings. Click the Parameter manager
button to manage them. See also Parameter manager
Parameter settings are saved with code into preset.
◆Preset list
The pop-up menu contains all preset files in your local disc.
Some definitions about presets:
- A preset is a file with
.pwp
postfix, JSON format and located beside plugin. It is represented as a Preset column in PixelsWorld. Preset's file name is equal to the column name. - One Preset column contains several Presets
- Presets contained in a Preset column are listed below the pop-up menu.
◆Formula preview
Formula preview is where you can preview the code in the preset you selected.
Click Replace
button to apply preset code.
NOTE: Code in Code area will be overwritten. By default, click
Replace
button will also apply parameter settings. If this is not expected, uncheckApply when replace
in Parameter settings preview area.
If you want to joint the preset code in front of your current code, click <<Top
button.
If you want to joint the preset code behind your current code, click Bottom>>
button.
◆Parameter settings preview
Parameter settings preview is where you can preview the parameter settings of the selected Preset. Click Apply
button to override the current parameter settings.
Apply when replace
means weather or not applies parameter settings when you click theReplace
button in the Formula preview area.