Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Function

Name

The name entered here will be used to name the various output files generated by Maxwell: the output MXS, MXI, and image files. If no Name is specified, then the name of the current SketchUp document will be used. If the SketchUp document has not yet been saved, the output will be named Untitled. Additionally, several macros may be used to dynamically build the output name:

  • %skp > The SKP file name, e.g. Untitled

  • %scene > The SketchUp Scene name, e.g. Top

  • %date > The SketchUp Scene name, e.g. Top

  • %time > Time in HHMMSS format, e.g. 132238

  • %Y > Year, in 4-digits, e.g. 2012

  • %m > Month, from 01 to 12

  • %b > Month name, abbreviated, e.g. Jan

  • %B > Month name, e.g. January

  • %d > Day, from 01 to 31

  • %H > Hour, from 00 to 23

  • %M > Minute, from 00 to 59

  • %S > Second, from 00 to 59

So for example, setting the output name to %skp-%scene might result in an output name of Untitled-Top.mxs.The format of the output image is determined by the value selected in the drop-down on the right.

Folder

The output will be written into the folder specified here. If no folder is specified, the output will be written at the same location as the current SketchUp document. If the SketchUp document has not yet been saved, the output will be saved in the [user's documents]/Maxwell/output folder, located in the current user's Documents directory or in [user’s Home]/Maxwell/output on MacOS.

The SketchUp plugin API provides no folder browser. This means that in order to select a folder here, you must actually choose a file inside the desired folder – the plugin will take the chosen file path, extract the folder part, and use that. On Windows, the plugin does provide a folder browser here, when the Options > User Interface > File Browsers option is set to Custom.

Mode

The Mode parameter controls the plugin's behavior in exporting MXS files when the target file already exists. By default, the plugin will prompt you to indicate whether or not you wish to overwrite the existing file. Optionally, by setting the Mode parameter appropriately, you can choose to always overwrite, and thereby avoid the overwrite prompt, or to have the plugin scan the target folder and generate a new, unique output name. When this last option is chosen, an incrementing four-digit number will be appended to the specified Name, i.e. Untitled.mxs will become Untitled_0001.mxs, Untitled_0002.mxs, and so on.

...