Namespace

Test

DuSanity.Test

All the available tests.

View Source DuAEF_DuSan_api.jsxinc, line 29251

Methods

# static compNames(dontFixopt, forceopt)

Checks if some compositions share the same name.
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.
force boolean <optional>
false To improve performance, this test may be automatically paused. Set this to true to force it to run if calling this method.

View Source DuAEF_DuSan_api.jsxinc, line 29258

# static essentialProperties(dontFixopt)

Checks the number of essential properties in the current comp
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.

View Source DuAEF_DuSan_api.jsxinc, line 29851

# static expressionEngine(dontFixopt)

Checks the expression engine.
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.

View Source DuAEF_DuSan_api.jsxinc, line 29401

# static itemSources(dontFixopt, forceopt)

Checks if some items have the same source file
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.
force boolean <optional>
false To improve performance, this test may be automatically paused. Set this to true to force it to run if calling this method.

View Source DuAEF_DuSan_api.jsxinc, line 29518

# static layerNames(dontFixopt)

Checks if some layers share the same name in the current comp.
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.

View Source DuAEF_DuSan_api.jsxinc, line 29338

# static memory(dontFixopt)

Checks the memory in use
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.

View Source DuAEF_DuSan_api.jsxinc, line 29811

# static precomps(dontFixopt)

Checks if some precomps are in the root of the project
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.

View Source DuAEF_DuSan_api.jsxinc, line 29662

# static projectItems(dontFixopt)

Checks the project size
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.

View Source DuAEF_DuSan_api.jsxinc, line 29489

# static projectSize(dontFixopt)

Checks the project size
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.

View Source DuAEF_DuSan_api.jsxinc, line 29444

# static save(dontFixopt)

Checks the elapsed time since last save
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.

View Source DuAEF_DuSan_api.jsxinc, line 29879

# static unusedComps(dontFixopt)

Checks if there are multiple comps in the root of the project
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.

View Source DuAEF_DuSan_api.jsxinc, line 29715

# static unusedItems(dontFixopt)

Checks if some items (footages) are not used
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.

View Source DuAEF_DuSan_api.jsxinc, line 29610

# static upTime(dontFixopt)

Checks the up time of After Effects
Parameters:
Name Type Attributes Default Description
dontFix boolean <optional>
false If false, will automatically fix the issue.

View Source DuAEF_DuSan_api.jsxinc, line 29945