Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.13 KB

global.md

File metadata and controls

26 lines (14 loc) · 1.13 KB

Global Settings

There are two global settings

  1. Print information: default true
  2. Auto Refresh: default false

Print information

When this button is toggled, it will print information about the sequence imported by this addon, such as name of the object, into a separate file.

The file has the naming pattern bseq_{time}, where {time} is the time when rendering is started.

The file will be located in the blender render output directory. 1

print

Auto Refresh

When this button is toggled, it will refresh all the sequences whenever a frame change occurs.

This option can be useful when some of the sequences are imported while the data is still being generated and not yet complete. Refreshing all the sequences can detect the frames that were added after being initially imported.

auto refresh

Footnotes

  1. By default the value is /tmp, and this directory does not exit on windows system. So when the directory does not exist, it won't print information into file.