You are on page 1of 125

// alpha group is repeated in DVAEVE 135 which is brought up when importing footage

with unlabeled alpha


// if you change it here, you should copy the changes to that one, too. Please do
not change indentifiers
// as the same dialog class runs both dialogs.
// important note: color management tab is shared between IF and OM dialogs so it
is important
// to keep indentifers (names/labels can be different) of the common items in sync
DVAEVE 134
layout dvaeve_dialog
{
view dva_dialog(identifier:'InterpretFootage', placement: place_column,
spacing: 10, margin: 15)
{
dva_tab_container(spacing: 0, identifier: 'TabContainer', horizontal:
align_fill)
{
column(placement: place_overlay)
{
dva_tab_view(name:
"$$$/AE/Dialogs/InterpretFootage/tab/MainOptions=Main Options", identifier:
'tabMainTab', placement: place_column, horizontal: align_fill, vertical:
align_fill, guide_mask: [ @guide_label, @guide_baseline ])
{
dva_groupbox(name:
"$$$/AE/File/InterpretFootage/Main/AlphaGroup=Alpha", identifier: 'gbAlpha',
headerType: 'static_text', placement: place_column, topFrame: 7, horizontal:
align_fill)
{
dva_radio_button_group(identifier: 'rgAlpha',
spacing: 7, placement: place_column, showBorder: 'false')
{
row(spacing: 200)
{
dva_radio_button(name:
"$$$/AE/File/InterpretFootage/Main/IgnoreRadioButton=Ignore", identifier:
'rbIgnore');
dva_checkbox(name:
"$$$/AE/File/InterpretFootage/Main/InvertAlphaCheckbox=Invert Alpha", identifier:
'cbInvertAlpha', horizontal: align_right);
}
dva_subview(identifier: 'spacer',
minHeight:1);
row()
{
dva_radio_button(name:
"$$$/AE/File/InterpretFootage/Main/StraightRadioButton=Straight - Unmatted",
identifier: 'rbStraight', minHeight: 20);
}

row()
{
dva_radio_button(name:
"$$$/AE/File/InterpretFootage/Main/PremultipliedRadioButton=Premultiplied - Matted
With Color:", identifier: 'rbPremul', vertical: align_center);
dva_layout_script(identifier:
'ColorPickerControl', layoutId: 1);
}
}
dva_button(indent: 5, name:
"$$$/AE/File/InterpretFootage/Main/GuessButton=Guess", identifier: 'bGuess');
}

dva_groupbox(name:
"$$$/AE/File/InterpretFootage/Main/FrameRateGroup=Frame Rate", identifier:
'gbFrameRate', headerType: 'static_text', topFrame: 7, placement: place_column,
horizontal: align_fill)
{
dva_radio_button_group(identifier:
'rgFrameRate', spacing: 10, placement: place_column, showBorder: 'false')
{
row(child_vertical: align_center)
{
dva_radio_button(name:
"$$$/AE/File/InterpretFootage/Main/UseFrameRateRadioButton=Use frame rate from
file:", identifier: 'rbRateFromFile');
dva_static_text(name:
"$$$/private/AE/dialogstxt/134/DummyFPS=(000.000 fps)", identifier: 'stDummyFPS');
}
row(child_vertical: align_center)
{
dva_radio_button(name:
"$$$/AE/File/InterpretFootage/Main/ConformToFrameRateRadioButton=Conform to frame
rate:", identifier: 'rbConformToRate', minWidth: 145);
dva_number_edit(minValue: 0.01,
maxValue: 999, minWidth: 60, decimalPlaces: 4, identifier: 'enRateValue');
dva_static_text(name:
"$$$/AE/File/InterpretFootage/Main/ConformFrameRateEditUnits=frames per second",
identifier: 'stRateUnits');
}
}
row(spacing: 10, child_horizontal:
align_center)
{
dva_popup(identifier: 'pmDropFrame',
label: " ")
{
dva_popup_item(name:
"$$$/AE/File/InterpretFootage/Main/Dropness/DropFrame=Drop Frame");
dva_popup_item(name:
"$$$/AE/File/InterpretFootage/Main/NonDropFrame=Non-Drop Frame");

}
dva_static_text(name:
"$$$/AE/File/InterpretFootage/Main/DurationPlaceHolder=XXX 0:00:00:0000",
identifier: 'stDurationPlaceholder');
dva_static_text(name:
"$$$/AE/File/InterpretFootage/Main/AudioMayNotSynchronizeWarning=WARNING: Audio may
not synchronize.", identifier: 'stAudioNotInSync');
}
}
dva_groupbox(name:
"$$$/AE/File/InterpretFootage/Main/StartTimecodeGroup=Start Timecode", identifier:
'gbStartTimecode', headerType: 'static_text', topFrame: 7, placement: place_column,
horizontal: align_fill)
{
dva_radio_button_group(identifier:
'rgStartTimecode', spacing: 10, placement: place_column, showBorder: 'false')
{
row(child_vertical: align_center)
{
dva_radio_button(name:
"$$$/AE/File/InterpretFootage/Main/UseMediaStartTimeCode=Use source timecode from
file:", identifier: 'rbUseMediaStart');
dva_static_text(name:
"$$$/private/AE/dialogstxt/134/DummyStartTimecode=00:00:00:0000", identifier:
'stDummyStartTimecode');
}
row(child_vertical: align_center)
{
dva_radio_button(name:
"$$$/AE/File/InterpretFootage/Main/OverrideStartTimeCode=Override start timecode:",
identifier: 'rbOverrideStartTimecode', minWidth: 145);
dva_subview(identifier:
'startTimeTextEdit', minHeight: 20, minWidth: 100,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthTime=is -0:00:00:0000
Base 30non-drop drop more{{*COMMENT*}}use translation of '@ 999.999 fps (starts at
1)' instead if that's longer in your language",
unitsFontSize:
11);
}
}
}

dva_groupbox(name:
"$$$/AE/File/InterpretFootage/Main/FieldsPulldownGroup=Fields and Pulldown",
identifier: 'gbFieldsPulldown', headerType: 'static_text', topFrame: 7, horizontal:
align_fill)
{
dva_popup(label:
"$$$/AE/File/InterpretFootage/Main/SeparateFieldsPopup=Separate Fields:",
identifier: 'pmSeparateFields', minWidth: 157);
dva_checkbox(name:
"$$$/AE/File/InterpretFootage/Main/PreserveEdgesCheckbox=Preserve Edges (Best
Quality Only)", identifier: 'cbPreserveEdges', indent: 102);
dva_popup(label:
"$$$/AE/File/InterpretFootage/Main/RemovePulldownPopup=Remove Pulldown:",
identifier: 'pmRemovePulldown', minWidth: 221);
row()
{
dva_button(indent: 5, name:
"$$$/AE/File/InterpretFootage/Main/Guess32PulldownButton=Guess 3:2 Pulldown",
identifier: 'bGuess32', horizontal: align_left);
dva_button(name:
"$$$/AE/File/InterpretFootage/Main/Guess24aPulldownButton=Guess 24Pa Pulldown",
identifier: 'bGuess24Pa', horizontal: align_left);
dva_static_text(name:
"$$$/AE/File/InterpretFootage/Main/EffectiveFrameRatePlaceHolder2=Effective frame
rate of 999.000 fps.", identifier: 'stEffectiveRate');
}
}

dva_groupbox(name:
"$$$/AE/File/InterpretFootage/Main/OtherOptionsGroup=Other Options", identifier:
'gbOtherOptions', headerType: 'static_text', topFrame: 7, placement: place_column,
horizontal: align_fill)
{
dva_popup(label:
"$$$/AE/File/InterpretFootage/Main/PixelAspectRatioPopup=Pixel Aspect Ratio:",
identifier: 'pmPixelAspect', minWidth: 230);
row(child_vertical: align_center)
{
dva_number_edit(label:
"$$$/AE/File/InterpretFootage/Main/LoopEditLabel=Loop:", identifier: 'enLoop',
minValue: 1, maxValue: 9999, minWidth: 50);
dva_static_text(name:
"$$$/AE/File/InterpretFootage/Main/LoopEditUnits=Times", identifier: 'stTimes');
}
}
dva_button(name:
"$$$/AE/File/InterpretFootage/Main/MoreOptionsButton=More Options...", identifier:
'bMoreOptions', horizontal: align_left);
}

dva_tab_view(name:
"$$$/AE/File/InterpretFootage/Main/ColorManagement=Color Management", identifier:
'tabColorManagement', placement: place_column, horizontal: align_fill, vertical:
align_fill, guide_mask: [ @guide_label, @guide_baseline ])
{
dva_groupbox(name:
"$$$/AE/File/InterpretFootage/Main/ProfileGroup=Profile", identifier: 'gbProfile',
headerType: 'static_text', topFrame: 7, horizontal: align_fill)
{
row()
{
dva_static_text(name:
"$$$/AE/File/InterpretFootage/Main/EmbeddedProfile=Embedded Profile:", identifier:
'svEmbeddedProfile');
dva_static_text(name:
"$$$/AE/File/InterpretFootage/Main/EmbeddedProfileName=None", identifier:
'stEmbeddedProfileName', minWidth: 180);
}

dva_checkbox(name:
"$$$/AE/File/InterpretFootage/Main/PreserveRGB=Preserve RGB (disable color
management conversions for this item)", identifier: 'cbPreserveRGB');

row (spacing: 20)


{
dva_popup(label:
"$$$/AE/File/InterpretFootage/Main/UseProfile=Assign Profile:", identifier:
'pmUseProfile', minWidth: 230);
dva_button(name:
"$$$/AE/File/InterpretFootage/Main/KodakFormula=Cineon Settings...", identifier:
'bKodakFormula');
}

column (spacing: 7, guide_mask: [@guide_label,


@guide_baseline])
{
dva_popup(label:
"$$$/AE/File/InterpretFootage/Main/TreatAsLinear=Interpret As Linear Light: ",
identifier: 'pmLinearLight', minWidth: 130);
}
}
dva_groupbox(name:
"$$$/AE/File/InterpretFootage/Main/DescriptionGroup=Description", identifier:
'gbDescription', headerType: 'static_text', topFrame: 7, vertical: align_fill,
horizontal: align_fill)
{
dva_static_text(name:
"$$$/private/AE/File/InterpretFootage/Main/DescriptionText=Helpful Text",
identifier: 'stDescription', multiLine: 'true', minHeight: 200, minWidth: 400);
}
}
}
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 135
layout dvaeve_dialog
{
view dva_dialog(identifier:'InterpretFootageAlpha', placement: place_column,
spacing: 10, margin: 15)
{
dva_static_text(name:
"$$$/AE/File/InterpretFootage/Main/UnlabeledAlphaWarning=The item has an unlabeled
alpha channel.", identifier: 'stUnlabeledAlpha', horizontal: align_left);
dva_groupbox(name:
"$$$/AE/File/InterpretFootage/Main/AlphaGroup=Alpha", identifier: 'gbAlpha',
headerType: 'static_text', placement: place_column, topFrame: 7, horizontal:
align_fill)
{
dva_radio_button_group(identifier: 'rgAlpha', spacing: 7,
placement: place_column, showBorder: 'false')
{
row(spacing: 200)
{
dva_radio_button(name:
"$$$/AE/File/InterpretFootage/Main/IgnoreRadioButton=Ignore", identifier:
'rbIgnore');
dva_checkbox(name:
"$$$/AE/File/InterpretFootage/Main/InvertAlphaCheckbox=Invert Alpha", identifier:
'cbInvertAlpha', horizontal: align_right);
}
dva_subview(identifier: 'spacer', minHeight:1);
row()
{
dva_radio_button(name:
"$$$/AE/File/InterpretFootage/Main/StraightRadioButton=Straight - Unmatted",
identifier: 'rbStraight', minHeight: 20);
}
row()
{
dva_radio_button(name:
"$$$/AE/File/InterpretFootage/Main/PremultipliedRadioButton=Premultiplied - Matted
With Color:", identifier: 'rbPremul', vertical: align_center);
dva_layout_script(identifier: 'ColorPickerControl',
layoutId: 1);
}
}
dva_button(indent: 5, name:
"$$$/AE/File/InterpretFootage/Main/GuessButton=Guess", identifier: 'bGuess');
}
dva_static_text(name:
"$$$/AE/File/InterpretFootage/Main/SkipDialogStaticText=You can set a preference to
skip this dialog.", identifier: 'stSkipDialog');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 136
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/View/CustomProofing/CustomSetup=Custom Output
Simulation", identifier: 'CustomProofingSetup', placement: place_column, spacing:
10, margin: 15, horizontal: align_fill)
{
dva_text_edit(label:
"$$$/AE/View/CustomProofing/CustomOptionName=Name:", identifier:
'etCustomProofName', minWidth: 200, horizontal: align_center);

dva_groupbox(name:
"$$$/AE/View/CustomProofing/CustomOptionColorFlow=Color Flow", identifier:
'gbCustomProofColorFlow', headerType: 'static_text', placement: place_column,
horizontal: align_fill, child_vertical: align_center)
{
dva_static_text(label:
"$$$/AE/View/CustomProofing/CustomOptionPWS=Project Working Space:", identifier:
'stCustomProofPWS', minWidth: 200);
dva_static_text(name:
"$$$/AE/View/CustomProofing/CustomProofTransformTo=Convert To", identifier:
'stCustomProofXformToOutput');
dva_popup(label:
"$$$/AE/View/CustomProofing/CustomProofOutputProfile=Output Profile:", identifier:
'pmCustomProofOutputProfile', minWidth: 200);
dva_static_text(name:
"$$$/AE/View/CustomProofing/CustomProofReinterpretAs=Reinterpret As", identifier:
'stCPReinterpretAs');
dva_checkbox(name:
"$$$/AE/View/CustomProofing/CustomProofPreserveRGB=Preserve RGB (disable color
management conversions for this item)", identifier: 'cbCustomProofPreserveRGB');
dva_popup(label:
"$$$/AE/View/CustomProofing/CustomProofSimulationProfile=Simulation Profile:",
identifier: 'pmCustomProofSimProfile', minWidth: 200);
dva_static_text(name:
"$$$/AE/View/CustomProofing/CustomProofTransformTo=Convert To", identifier:
'stCustomProofXformToDisplay');
dva_static_text(label:
"$$$/AE/View/CustomProofing/CustomProofDisplayProfile=Monitor Profile:",
identifier: 'stCustomProofDisplayProfile', minWidth: 200);
}
dva_ok_cancel_row();
}
}
END

// important note: color management tab is shared between IF and OM dialogs so it


is important
// to keep indentifers (names/labels can be different) of the common items in sync
DVAEVE 164
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/dvaeve_dialogstxt/164/dialog=Output Module
Settings", identifier: 'OutputModuleSettings', placement: place_column)
{
dva_tab_container(spacing: 0, identifier: 'TabContainer', horizontal:
align_fill)
{
column(placement: place_overlay)
{
dva_tab_view(name:
"$$$/AE/Dialogs/InterpretFootage/tab/MainOptions=Main Options", identifier:
'tabMainTab', placement: place_column, horizontal: align_fill, vertical:
align_fill, guide_mask: [@guide_label, @guide_baseline])
{
dva_groupbox(identifier: 'gbOutputName', topFrame: 5,
horizontal: align_fill)
{
column(spacing: 5)
{
row(spacing: 10)
{
dva_popup(label:
"$$$/AE/dvaeve_dialogstxt/164/FormatPopup=Format:", identifier: 'pmFormat',
minWidth: 200);
dva_checkbox(name:
"$$$/AE/dvaeve_dialogstxt/164/EmbedCBox=Include Project Link", identifier:
'cbEmbed', minWidth: 180);
}
row(spacing: 10)
{
dva_popup(label:
"$$$/AE/dvaeve_dialogstxt/164/PostRenderPopup=Post-Render Action:", identifier:
'pmPostRender', minWidth: 200);
dva_checkbox(name:
"$$$/AE/dvaeve_dialogstxt/164/IncludeMetadata=Include Source XMP Metadata",
identifier: 'cbIncludeMetadata');
}
}
}
dva_groupbox(identifier: 'gbVideoOut', topFrame: 7,
placement: place_column, horizontal: align_fill)
{
row(spacing: 0, horizontal: align_fill,
child_horizontal: align_fill)
{
column(spacing: 5)
{
dva_popup(label:
"$$$/AE/dvaeve_dialogstxt/164/VideoChannels=Channels:", identifier:
'pmVideoChannels', minWidth: 180);
dva_popup(label:
"$$$/AE/dvaeve_dialogstxt/164/VideoDepth=Depth:", identifier: 'pmVideoDepth',
minWidth: 180);
dva_popup(label:
"$$$/AE/dvaeve_dialogstxt/164/VideoColor=Color:", identifier: 'pmVideoColor',
minWidth: 180);
row(spacing: 0)
{
dva_hot_text_number(label: "$
$$/AE/dvaeve_dialogstxt/164/StartingNumber=Starting #:", identifier:
'enStartingNumber', minValue: 0, maxValue: 9999999);
dva_checkbox(name:
"$$$/AE/dvaeve_dialogstxt/164/UseCompFrameNum=Use Comp Frame Number", identifier:
'cbCompFrameNum');
}
}
column(spacing: 10, child_horizontal:
align_right)
{
row(indent: 15)
{
dva_button(name:
"$$$/AE/dvaeve_dialogstxt/164/VideoFormatOptions=Format Options...", identifier:
'bVideoFormatOptions', minWidth: 120);
}
row(indent: 15)
{
dva_static_text(name:
"$$$/AE/dvaeve_dialogstxt/164/VideoFormatTxt=No Compression", identifier:
'stVideoFormatText', fontSize: 11, multiLine: 'true', minWidth: 140, minHeight:
60);
}
}
}
dva_groupbox(identifier: 'gbStretch', topFrame:
7, placement: place_column, spacing: 0, horizontal: align_fill)
{
row(spacing: 0, horizontal: align_fill)
{
column(spacing: 5)
{
dva_static_text(label:
"$$$/AE/dvaeve_dialogstxt/164/blank= ", name:
"$$$/AE/dvaeve_dialogstxt/164/WidthStaticTxt=Width", identifier: 'stWidthText',
fontSize: 11, minWidth: 40);
dva_static_text(label:
"$$$/AE/dvaeve_dialogstxt/164/RenderAtTxt=Rendering at:", name:
"$$$/AE/dvaeve_dialogstxt/164/WidthTxt= ", identifier: 'stWidth', minWidth: 40);
dva_hot_text_number(label: "$
$$/AE/dvaeve_dialogstxt/164/ResizeTo=Resize to:", identifier: 'enStretchToWidth',
minValue: 1, maxValue: 30000, minWidth: 40);
dva_static_text(label:
"$$$/AE/dvaeve_dialogstxt/164/ResizePercent=Resize %:", name:
"$$$/AE/dvaeve_dialogstxt/164/WdthPercent= ", identifier: 'stWidthPercent',
minWidth: 40);
}
column(spacing: 5)
{

dva_static_text(label:"$$$/AE/dvaeve_dialogstxt/164/blank= ", name:


"$$$/AE/dvaeve_dialogstxt/164/HeightStaticTxt=Height", identifier: 'stWidthHeight',
fontSize: 11, minWidth: 40);

dva_static_text(label:"$$$/AE/dvaeve_dialogstxt/164/x=x ", name:


"$$$/AE/dvaeve_dialogstxt/164/HeightTxt= ", identifier: 'stHeight', minWidth: 40);
dva_hot_text_number(label:"$$
$/AE/dvaeve_dialogstxt/164/x=x ", identifier: 'enStretchToHeight', minValue: 1,
maxValue: 30000, minWidth: 40);

dva_static_text(label:"$$$/AE/dvaeve_dialogstxt/164/x=x ", name:


"$$$/AE/dvaeve_dialogstxt/164/HeightPercent= ", identifier: 'stHeightPercent',
minWidth: 40);
}

column(spacing: 5, indent: 3,
horizontal: align_fill, child_horizontal: align_fill)
{
dva_checkbox(name:
"$$$/AE/dvaeve_dialogstxt/164/AspectRatio=Lock Aspect Ratio to (%s:%s) (1.85",
identifier: 'cbLockAspectRatio');
dva_static_text(name: "$$$/AE/dvaeve_dialogstxt/164/blank= ", identifier:
'stBlank');

column(spacing: 5,
child_horizontal: align_right)
{
dva_popup(topSpace: 3,
identifier: 'pmCustomStretchPopup', minWidth: 220, horizontal: align_fill);
dva_popup(label:
"$$$/AE/dvaeve_dialogstxt/164/ResizeQuality=Resize Quality:", minWidth: 100,
identifier: 'pmStretchQualityPopup');
}
}
}
}
dva_groupbox(identifier: 'gbCrop', spacing: 7,
topFrame: 7, guide_mask: [@guide_label, @guide_baseline], horizontal: align_fill)
{
row(indent: 15, spacing: 65, vertical:
align_center)
{
dva_checkbox(name:
"$$$/AE/dvaeve_dialogstxt/164/RegionOfInterest=Use Region of Interest", identifier:
'cbCropRegionOfInterest');
dva_static_text(name:
"$$$/AE/dvaeve_dialogstxt/164/FinalSize=Final Size: 99999 x 99999", identifier:
'stCropFinalSize');
}
row(spacing: 30, horizontal: align_left)
{
dva_hot_text_number(label:
"$$$/AE/dvaeve_dialogstxt/164/Top=Top:", identifier: 'enCropTop', minValue: -30000,
maxValue: 30000, minWidth: 20);
dva_hot_text_number(label:
"$$$/AE/dvaeve_dialogstxt/164/Left=Left:", identifier: 'enCropLeft', minValue: -
30000, maxValue: 30000, minWidth: 20);
dva_hot_text_number(label:
"$$$/AE/dvaeve_dialogstxt/164/Bottom=Bottom:", identifier: 'enCropBottom',
minValue: -30000, maxValue: 30000, minWidth: 20);
dva_hot_text_number(label:
"$$$/AE/dvaeve_dialogstxt/164/Right=Right:", identifier: 'enCropRight', minValue: -
30000, maxValue: 30000, minWidth: 20);
}
}
}
dva_groupbox(identifier: 'gbAudioOut', spacing: 5,
topFrame: 10, horizontal: align_fill)
{
column(placement: place_overlay, horizontal:
align_fill, child_horizontal: align_fill)
{
dva_static_text(name:
"$$$/AE/dvaeve_dialogstxt/164/AudioAuto=Audio will be output only if the
composition has audio.", identifier: 'stAutoAudioExplanation');
dva_static_text(name:
"$$$/AE/dvaeve_dialogstxt/164/ForceAudioWarn=A silent audio track will be output if
the composition has no audio.", identifier: 'stForcedAudioExplanation');
}
column(placement: place_row, spacing: 5,
topFrame: 10, horizontal: align_fill)
{
dva_popup(identifier: 'pmAudioSamples',
minWidth: 90);
dva_popup(identifier: 'pmAudioDepth',
minWidth: 90);
dva_popup(identifier: 'pmAudChannels',
minWidth: 90);

column(horizontal: align_right,
child_horizontal: align_right)
{
row(indent: 15)
{
dva_button(name:
"$$$/AE/dvaeve_dialogstxt/164/AudioFormatOptions=Format Options...", identifier:
'bAudioFormatOptions',minWidth: 120);
}
}
}
}
}
dva_tab_view(name:
"$$$/AE/dvaeve_dialogstxt/164/ColorManagement=Color Management", identifier:
'tabColorManagement', placement: place_column, horizontal: align_fill, vertical:
align_fill, guide_mask: [ @guide_label, @guide_baseline ])
{
dva_groupbox(name:
"$$$/AE/dvaeve_dialogstxt/164/ProfileGroup=Profile", identifier: 'gbProfile',
headerType: 'static_text', topFrame: 10, horizontal: align_fill)
{
dva_checkbox(name:
"$$$/AE/File/InterpretFootage/Main/PreserveRGB=Preserve RGB (disable color
management conversions for this item)", identifier: 'cbPreserveRGB');

row(spacing: 20)
{
dva_popup(label:
"$$$/AE/dvaeve_dialogstxt/164/UseProfile=Output profile:", identifier:
'pmUseProfile', minWidth: 300);
dva_button(name:
"$$$/AE/dvaeve_dialogstxt/164/KodakFormula=Cineon Settings...", identifier:
'bKodakFormula');
}

column (spacing: 7, guide_mask: [@guide_label,


@guide_baseline])
{
dva_popup(label:
"$$$/AE/dvaeve_dialogstxt/164/TreatAsLinear=Convert To Linear Light: ", identifier:
'pmLinearLight', minWidth: 170);
dva_checkbox(name:
"$$$/AE/dvaeve_dialogstxt/164/EmbedProfile=Embed Profile", identifier:
'cbEmbedProfile');
}
}
dva_groupbox(name:
"$$$/AE/dvaeve_dialogstxt/164/DescriptionGroup=Description", identifier:
'gbDescription', headerType: 'static_text', topFrame: 10, vertical: align_fill,
horizontal: align_fill)
{
dva_static_text(name:
"$$$/AE/dvaeve_dialogstxt/164/DescriptionText=Helpful Text", identifier:
'stDescription', multiLine: 'true', minHeight: 200, minWidth: 450);
}
}
}
}
row(spacing: 4, horizontal: align_fill)
{
dva_picture_button(identifier: 'stWarningBtn', minWidth: 24,
minHeight: 20, showBorder: 'true', horizontal: align_left);
dva_static_text(identifier: 'stWarningTxt', name:
"$$$/AE/dvaeve_dialogstxt/164/warning=Settings mismatch...");
dva_ok_cancel_row(horizontal: align_right);
}
}
}
END

DVAEVE 668
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/dialogs/668/dialog=Custom Sample Rate",
identifier: 'SampleRateDialog', placement: place_column, child_horizontal:
align_fill)
{
row(horizontal: align_center)
{
dva_number_edit(label: "$$$/AE/dialogs/668/edit_number/4=Rate:",
identifier: 'enRate', minValue: 1, decimalPlaces: 3, minWidth: 60);
dva_static_text(name: "$$$/AE/dialogs/668/static_text/5=kHz",
identifier: 'stKhz');
}
dva_ok_cancel_row();
}
}
END

DVAEVE 173
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/dvaeve_dialogstxt/173/dialog=Cineon Settings",
identifier: 'CineonSettings', placement: place_column, spacing: 10, margin: 15)
{
dva_groupbox(name: "$$$/AE/dvaeve_dialogstxt/173/ManualGroup=Main
Settings", identifier: 'gbManual', headerType: 'static_text', placement:
place_column, horizontal: align_fill)
{
dva_popup(label:
"$$$/AE/dvaeve_dialogstxt/173/PresetPopup=Preset:", identifier: 'pmPreset',
minWidth: 160);
dva_number_edit(label:
"$$$/AE/dvaeve_dialogstxt/173/ConvBlackPointNumber=Converted Black Point:",
identifier: 'enConvBlackPoint', minValue: 0, maxValue: 32768, decimalPlaces: 4,
minWidth: 60);
dva_number_edit(label:
"$$$/AE/dvaeve_dialogstxt/173/ConvWhitePointNumber=Converted White Point:",
identifier: 'enConvWhitePoint', minValue: 0, maxValue: 32768, decimalPlaces: 4,
minWidth: 60);
dva_number_edit(label:
"$$$/AE/dvaeve_dialogstxt/173/10bitBlackPointNumber=10 bit Black Point:",
identifier: 'en10bitBlackPoint', minValue: 0, maxValue: 1023, minWidth: 60);
dva_number_edit(label:
"$$$/AE/dvaeve_dialogstxt/173/10bitWhitePointNumber=10 bit White Point:",
identifier: 'en10bitWhitePoint', minValue: 0, maxValue: 1023, minWidth: 60);
dva_number_edit(label:
"$$$/AE/dvaeve_dialogstxt/173/CurrentGamma=Current Gamma:", identifier: 'enGamma',
minValue: 0.01, maxValue: 5, decimalPlaces: 4, minWidth: 60);
dva_number_edit(label:
"$$$/AE/dvaeve_dialogstxt/173/Rolloff=Highlight Rolloff:", identifier:
'enHighlightRolloff', minValue: 0, maxValue: 150, minWidth: 60, minLabelWidth:
120);
dva_checkbox(name:
"$$$/AE/dvaeve_dialogstxt/173/LogConversion=Logarithmic Conversion", identifier:
'cbLogConversion', indent: 125);
dva_popup(label: "$$$/AE/dvaeve_dialogstxt/173/Units=Units:",
identifier: 'pmUnits', minWidth: 160);
}
dva_groupbox(name: "$$$/AE/dvaeve_dialogstxt/173/FormatGroup=File
Format", identifier: 'gbFormat', headerType: 'static_text', horizontal: align_fill)
{
dva_radio_button_group(identifier: 'rgFormat', placement:
place_column, showBorder: 'false')
{
dva_radio_button(name:
"$$$/AE/dvaeve_dialogstxt/173/FIDO=FIDO/Cineon 4.5", identifier: 'rbFIDO');
dva_radio_button(name:
"$$$/AE/dvaeve_dialogstxt/173/DPX=DPX", identifier: 'rbDPX');
dva_popup(label:
"$$$/AE/dvaeve_dialogstxt/173/DPXBitDepthPopup=Bit Depth:", identifier:
'pmDPXBitDepth', minWidth: 160)
{
dva_popup_item(name:
"$$$/AE/dvaeve_dialogstxt/173/DPXBitDepth8=8-bit");
dva_popup_item(name:
"$$$/AE/dvaeve_dialogstxt/173/DPXBitDepth10=10-bit");
dva_popup_item(name:
"$$$/AE/dvaeve_dialogstxt/173/DPXBitDepth12=12-bit");
dva_popup_item(name:
"$$$/AE/dvaeve_dialogstxt/173/DPXBitDepth16=16-bit");
}
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 650
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/CompSettings/dialog=Composition
Settings", placement: place_column, identifier:'CompSettings', child_horizontal:
align_center, spacing: 10, margin: 15)
{
dva_text_edit(setAsFocused: 'true', label:
"$$$/AE/Dialogs/CompSettings/compName=Composition Name:", identifier:
'compNameTextEdit', minWidth: 270);
dva_tab_container(spacing: 0, identifier: 'TabContainer')
{
column(placement: place_overlay)
{
dva_tab_view(name:
"$$$/AE/Dialogs/CompSettings/tab/Basic=Basic", identifier: 'BasicTab', horizontal:
align_fill, vertical: align_fill, guide_mask: [ @guide_label, @guide_baseline ])
{
row()
{
dva_popup(label:
"$$$/AE/Dialogs/CompSettings/staticText/preset=Preset:", identifier: 'presetPopup',
minWidth: 225);
row(spacing: 0)
{
dva_picture_button(identifier:
'savePict', tooltip: "$$$/AE/Dialogs/CompSettings/toolTip/save=Save custom preset",
minWidth: 22, minHeight: 22, showBorder: 'true');
dva_picture_button(identifier:
'deletePict', tooltip: "$$$/AE/Dialogs/CompSettings/toolTip/delete=Delete custom
preset", minWidth: 22, minHeight: 22, showBorder: 'true');
}
}
row()
{
column()
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/CompSettings/staticText/width=Width:", postLabel:
"$$$/AE/Dialogs/CompSettings/px=px", identifier: 'widthNumEdit', value: 720,
minValue: 4, maxValue: 30000, minWidth: 50, increment:1);
dva_hot_text_number(label:
"$$$/AE/Dialogs/CompSettings/staticText/height=Height:", postLabel:
"$$$/AE/Dialogs/CompSettings/px=px", identifier: 'heightNumEdit', value: 480,
minValue: 4, maxValue: 30000, minWidth: 50, increment:1);
}
column(indent: 20)
{
dva_checkbox(name:
"$$$/AE/Dialogs/CompSettings/checkBox/lockar=Lock Aspect Ratio to 12345:12345
(1.85)", identifier: 'lockCheckbox', fontSize: 11);
}
}
row(horizontal: align_fill)
{
dva_popup(label:
"$$$/AE/Dialogs/CompSettings/staticText/par=Pixel Aspect Ratio:", identifier:
'parPopup', minWidth: 225);
column(spacing: 0, horizontal: align_fill)
{
dva_static_text(name:
"$$$/AE/Dialogs/CompSettings/staticText/farText=Frame Aspect Ratio:", identifier:
'farText', fontSize: 11, minHeight: 15);
dva_static_text(name:
"$$$/AE/Dialogs/CompSettings/staticText/farRatio=123456:123456 (1.2345)",
identifier: 'farRatioText', fontSize: 11, minWidth: 80, horizontal: align_left,
minHeight: 15, horizontal: align_fill);
}
}
row()
{
dva_number_edit(label:
"$$$/AE/Dialogs/CompSettings/staticText/frameRate=Frame Rate:", identifier:
'frameRateNumEdit', value: 29.97, minValue: 1, maxValue: 999, minWidth: 60,
decimalPlaces: 4, increment:1);
dva_popup(identifier: 'frameratePop', maxWidth:
20)
{
dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr8=8");
dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr12=12");
dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr15=15");
dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr23.976=23.976");
dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr24=24");
dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr25=25");
dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr29.97=29.97");
dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr30=30");
dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr50=50");
dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr59.94=59.94");
dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr60=60");

dva_popup_item(name:
"$$$/private/Dialogs/CompSettings/FrameratePreset/fr120=120");
}
dva_static_text(name:
"$$$/AE/Dialogs/CompSettings/staticText/fps=frames per second");
dva_popup(identifier: 'dropness', label: " ")
{
dva_popup_item(name:
"$$$/AE/Dialogs/CompSettings/Dropness/DropFrame=Drop Frame");
dva_popup_item(name:
"$$$/AE/Dialogs/CompSettings/Dropness/NonDropFrame=Non-Drop Frame");

}
}
dva_divider(identifier: 'divider1', direction:
'horizontal', horizontal: align_fill, minThickness: 2);
row(horizontal: align_fill, child_horizontal:
align_fill)
{
dva_popup(label:
"$$$/AE/Dialogs/CompSettings/staticText/res=Resolution:", identifier: 'resPopup',
minWidth: 100);
dva_static_text(name:
"$$$/AE/Dialogs/CompSettings/staticText/resolution=(720 x 486)", fontSize: 11,
identifier: 'resText', minWidth: 220);
}
row(horizontal: align_fill)
{
dva_subview(label:
"$$$/AE/Dialogs/CompSettings/staticText/start=Start Timecode:", identifier:
'startTimeTextEdit', minHeight: 20, minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthTime=is -0:00:00:0000
Base 30non-drop drop more{{*COMMENT*}}use translation of '@ 999.999 fps (starts at
1)' instead if that's longer in your language",
unitsFontSize: 11);
}
row(horizontal: align_fill)
{
dva_subview(label:
"$$$/AE/Dialogs/CompSettings/staticText/duration=Duration:", identifier:
'durationTextEdit', minHeight: 20, minWidth: 80,
units: "$$
$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthDuration=is -0:00:00:0000
Base 30non-drop drop",

unitsFontSize: 11);
}
dva_divider(direction: 'horizontal', horizontal:
align_fill, minThickness: 2);
row(horizontal: align_fill)
{
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/CompSettings/BackgroundColor=Background Color:");
dva_layout_script(identifier:
'ColorPickerControlNotAligned');
}
dva_static_text(identifier: 'ColorText', name:
"Medium Gray Royal Color Padding", horizontal: align_fill);
}
}
dva_tab_view(name:
"$$$/AE/Dialogs/CompSettings/tab/advanced=Advanced", identifier: 'AdvancedTab',
spacing: 12, horizontal: align_fill, vertical: align_fill, guide_mask:
[ @guide_label, @guide_baseline ])
{
column(spacing: 10, child_vertical: align_bottom,
child_horizontal: align_left)
{
row(child_vertical: align_center, spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/CompSettings/staticText/anchor=Anchor:", identifier: 'ticTacToe');
column(spacing: 1)
{
row(spacing: 1)
{

dva_picture_button(identifier: 'pic0', minWidth: 22, minHeight: 22,


showBorder: 'true');

dva_picture_button(identifier: 'pic1', minWidth: 22, minHeight: 22,


showBorder: 'true');

dva_picture_button(identifier: 'pic2', minWidth: 22, minHeight: 22,


showBorder: 'true');
}
row(spacing: 1)
{

dva_picture_button(identifier: 'pic3', minWidth: 22, minHeight: 22,


showBorder: 'true');

dva_picture_button(identifier: 'pic4', minWidth: 22, minHeight: 22,


showBorder: 'true');

dva_picture_button(identifier: 'pic5', minWidth: 22, minHeight: 22,


showBorder: 'true');
}
row(spacing: 1)
{

dva_picture_button(identifier: 'pic6', minWidth: 22, minHeight: 22,


showBorder: 'true');

dva_picture_button(identifier: 'pic7', minWidth: 22, minHeight: 22,


showBorder: 'true');

dva_picture_button(identifier: 'pic8', minWidth: 22, minHeight: 22,


showBorder: 'true');
}
}
}
}

column(indent: 30, spacing: 5)


{
dva_checkbox(name:
"$$$/AE/Dialogs/CompSettings/checkBox/preserveFrameRate=Preserve frame rate when
nested or in render queue", identifier: 'checkBox1');
dva_checkbox(name:
"$$$/AE/Dialogs/CompSettings/checkBox/preserveRes=Preserve resolution when nested",
identifier: 'checkBox2');
}
dva_groupbox(name:
"$$$/AE/Dialogs/CompSettings/MotionBlurGroup=Motion Blur", headerType:
'static_text', topFrame: 7, placement: place_column, horizontal: align_fill)
{
row()
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/CompSettings/staticText/shutterAngle=Shutter Angle:", postLabel: "$
$$/AE/Dialogs/degrees=^D", identifier: 'shutterAngleNumEdit', value: 180, minValue:
0, maxValue: 720, minWidth: 50, increment:1);
dva_hot_text_number(label:
"$$$/AE/Dialogs/CompSettings/staticText/shutterPhase=Shutter Phase:", postLabel: "$
$$/AE/Dialogs/degrees=^D", identifier: 'shutterPhaseNumEdit', value: 0, minValue: -
360, maxValue: 360, minWidth: 50, increment:1);
}
dva_divider(direction: 'horizontal',
horizontal: align_fill, minThickness: 2);
row()
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/CompSettings/staticText/3DMotionBlurSamples=Samples Per Frame:",

identifier: 'threeDsamplesNumEdit', value: 16, minValue: 2, maxValue: 64,


minWidth: 50, increment:1, decimalPlaces: 0);
dva_hot_text_number(label:
"$$$/AE/Dialogs/CompSettings/staticText/Max2DMotionBlurSamples=Adaptive Sample
Limit:",

identifier: 'max2DsamplesNumEdit', value: 128, minValue: 2, maxValue: 256,


minWidth: 50, increment:1, decimalPlaces: 0);
}
dva_static_text(name:
"$$$/AE/Dialogs/CompSettings/MotionBlurDescriptionText=Samples Per Frame controls
the number of motion blur samples for Classic 3D layers, shape layers, and certain
effects. 2D layer motion automatically uses more samples per frame when needed, up
to the value specified by Adaptive Sample Limit. Ray-traced 3D layers use Ray-
tracing Quality to control the appearance of motion blur.",
identifier:
'motionBlurDesc', fontSize: 11, multiLine: 'true', maxWidth: 500);
}
}

dva_tab_view(name:
"$$$/AE/Dialogs/CompSettings/tab/renderer=3D Renderer", identifier: 'RendererTab',
spacing: 12, horizontal: align_fill, vertical: align_fill, guide_mask:
[ @guide_label, @guide_baseline ])
{
dva_static_text(name:
"$$$/AE/Dialogs/CompSettings/RendererHelpText=The selected renderer determines the
features available for 3D layers in a composition, and how they interact with 2D
layers.",
identifier:
'RendererHelp', horizontal: align_fill, multiLine: 'true', maxWidth: 450, fontSize:
11);

dva_subview(minHeight:4);

row(horizontal: align_fill)
{
dva_popup(label:
"$$$/AE/Dialogs/CompSettings/staticText/renderingPlugin=Renderer:", identifier:
'renderingPluginPopup', minWidth: 210);
dva_button(name:
"$$$/AE/Dialogs/CompSettings/button/Options=Options...", identifier:
'optionsButton', minWidth: 80, horizontal:align_right);
dva_button(name:
"$$$/AE/Dialogs/CompSettings/button/About=About...", identifier: 'aboutButton',
minWidth: 80, horizontal:align_right);
}
dva_static_text(identifier: 'RendererAbout', name:
"", horizontal: align_fill, multiLine: 'true', minHeight:38, indent: 60);

row(horizontal: align_fill, vertical: align_fill,


child_horizontal: align_fill, child_vertical: align_fill, margin:0, space:0)
{
dva_groupbox(identifier: 'gbArtisanEnable',
name: "$$$/AE/Dialogs/CompSettings/RendererEnabledGroup=Enabled", spacing: 0)
{
dva_text_edit(name: "", identifier:
'RendererEnabled', vertical_scroll: 'true',showBorder: 'false', multiLine: 'true',
fontSize: 11, horizontal: align_fill, minHeight: 200);
}
dva_groupbox(identifier: 'gbArtisanDisable',
name: "$$$/AE/Dialogs/CompSettings/RendererDisabledGroup=Disabled", spacing: 0)
{
dva_text_edit(name: "", identifier:
'RendererDisabled', vertical_scroll: 'true', showBorder: 'false', multiLine:
'true', fontSize: 11, horizontal: align_fill, minHeight: 200);
}
}
}
}
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 671
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/ColorPicker/dialog=Color",
identifier:'ColorPicker', spacing: 0, placement: place_row, margin: 12)
{
dva_subview(identifier: 'controlsContainerSpace', minWidth: 400,
minHeight: 267);
column(spacing: 47)
{
dva_ok_cancel_column();

column()
{
dva_picture_button(identifier: 'samplerPict', minWidth: 22,
minHeight: 22, showBorder: 'true', focus: 'false', wantsFocus: 'false');
dva_checkbox(name:
"$$$/AE/Dialogs/ColorPicker/PreviewCheckbox=Preview", identifier: 'cbPreview',
horizontal: align_right);
}
}
}
}
END

DVAEVE 1024
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/GradientEditor/dialog=Gradient Editor",
identifier:'GradientEditor', placement: place_row, margin: 12)
{
column(margin: 0)
{
row(margin: 0)
{
row(margin: 0, spacing: 0)
{
dva_picture_button(identifier:
'linearGradientButton', minWidth: 24, minHeight: 22, showBorder: 'true', focus:
'false', wantsFocus: 'false');
dva_picture_button(identifier:
'radialGradientButton', minWidth: 24, minHeight: 22, showBorder: 'true', focus:
'false', wantsFocus: 'false');
}
dva_static_text(name:
"$$$/AE/Dialogs/GradientEditor/GradientTypeStaticText=Radial Gradient", identifier:
'gradientTypeStatic', minWidth: 65);
}

dva_subview(identifier: 'gradientContainerSpace', minWidth: 414,


minHeight: 60);
row(margin: 0)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/GradientEditor/Opacity=Opacity:", postLabel:
"$$$/AE/Dialogs/GradientEditor/OpacityLabel=%", identifier: 'OpacityNumber',
minValue: 0.0, maxValue: 100.0, minWidth: 40, decimalPlaces: 1, increment: 1.0);
dva_hot_text_number(label:
"$$$/AE/Dialogs/GradientEditor/Location=Location:", postLabel:
"$$$/AE/Dialogs/GradientEditor/LocationLabel=%", identifier: 'locationNumber',
minValue: 0.0, maxValue: 100.0, minWidth: 40, decimalPlaces: 1, increment: 1.0);
dva_button(name:
"$$$/AE/Dialogs/GradientEditor/Delete=Delete", identifier: 'bDelete');
}
dva_divider(identifier: 'divider1', direction: 'horizontal',
horizontal: align_fill, minThickness: 2);

dva_subview(identifier: 'controlsContainerSpace', minWidth: 400,


minHeight: 275, horizontal: align_left);
}

column(margin: 0, spacing: 80)


{
dva_ok_cancel_column(minWidth: 80, horizontal: align_left);

column()
{
dva_picture_button(identifier: 'samplerPict', minWidth: 22,
minHeight: 22, showBorder: 'true', focus: 'false', wantsFocus: 'false');
dva_checkbox(name:
"$$$/AE/Dialogs/ColorPicker/PreviewCheckbox=Preview", identifier: 'cbPreview',
horizontal: align_right);
}
}
}
}
END

DVAEVE 1025
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/GradientEditor/dialog=Gradient Editor",
identifier:'GradientEditor', placement: place_row, margin: 12)
{
column(margin: 0)
{
dva_subview(identifier: 'gradientContainerSpace', minWidth: 414,
minHeight: 60);
row(margin: 0)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/GradientEditor/Opacity=Opacity:", postLabel:
"$$$/AE/Dialogs/GradientEditor/OpacityLabel=%", identifier: 'OpacityNumber',
minValue: 0.0, maxValue: 100.0, minWidth: 40, decimalPlaces: 1, increment: 1.0);
dva_hot_text_number(label:
"$$$/AE/Dialogs/GradientEditor/Location=Location:", postLabel:
"$$$/AE/Dialogs/GradientEditor/LocationLabel=%", identifier: 'locationNumber',
minValue: 0.0, maxValue: 100.0, minWidth: 40, decimalPlaces: 1, increment: 1.0);
dva_button(name:
"$$$/AE/Dialogs/GradientEditor/Delete=Delete", identifier: 'bDelete');
}
dva_divider(identifier: 'divider1', direction: 'horizontal',
horizontal: align_fill, minThickness: 2);

dva_subview(identifier: 'controlsContainerSpace', minWidth: 400,


minHeight: 275, horizontal: align_left);
}

column(margin: 0, spacing: 80)


{
dva_ok_cancel_column(minWidth: 80, horizontal: align_left);

column()
{
dva_picture_button(identifier: 'samplerPict', minWidth: 22,
minHeight: 22, showBorder: 'true', focus: 'false', wantsFocus: 'false');
dva_checkbox(name:
"$$$/AE/Dialogs/ColorPicker/PreviewCheckbox=Preview", identifier: 'cbPreview',
horizontal: align_right);
}
}
}
}
END

DVAEVE 1026
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/ShapeGraphic/dialog=Fill Type",
identifier:'FillTypeDialog')
{
row()
{
row(margin: 0, spacing: 0)
{
dva_picture_button(identifier: 'paintTypeButton0',
minWidth: 24, minHeight: 22, showBorder: 'true', focus: 'false', wantsFocus:
'false');
dva_picture_button(identifier: 'paintTypeButton1',
minWidth: 24, minHeight: 22, showBorder: 'true', focus: 'false', wantsFocus:
'false');
dva_picture_button(identifier: 'paintTypeButton2',
minWidth: 24, minHeight: 22, showBorder: 'true', focus: 'false', wantsFocus:
'false');
dva_picture_button(identifier: 'paintTypeButton3',
minWidth: 24, minHeight: 22, showBorder: 'true', focus: 'false', wantsFocus:
'false');
}
dva_static_text(name:
"$$$/AE/Dialogs/GradientEditor/GradientTypeStaticText=Radial Gradient", identifier:
'paintTypeStatic', minWidth: 90);
}

row()
{
dva_popup(identifier: 'pmBlendMode', minWidth: 110);
dva_hot_text_number(label:
"$$$/AE/Dialogs/ShapeGraphic/Opacity=Opacity:", postLabel:
"$$$/AE/Dialogs/ShapeGraphic/OpacityLabel=%", identifier: 'OpacityNumber',
minValue: 0.0, maxValue: 100.0, minWidth: 40, decimalPlaces: 1, increment: 1.0);
}

row()
{
dva_checkbox(name:
"$$$/AE/Dialogs/ShapeGraphic/PreviewCheckbox=Preview", identifier: 'cbPreview',
horizontal: align_right);
}
dva_ok_cancel_row();
}
}
END

DVAEVE 1027
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/PuppetRecordOptions/dialog=Puppet
Record Options", identifier:'PuppetRecordOptionsDialog')
{
column(horizontal: align_fill)
{
dva_static_text(horizontal: align_fill, name:
"$$$/AE/Dialogs/PuppetRecordOptions/UsageInfo=Hold down the Command key while
dragging a Puppet Pin to record animation.{{*MSWindows*}}Hold down the Control key
while dragging a Puppet Pin to record animation.", identifier: 'stInfo', multiLine:
'true', minWidth: 150, maxWidth: 275);

row()
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/PuppetRecordOptions/Speed=Speed:", postLabel:
"$$$/AE/Dialogs/PuppetRecordOptions/SpeedLabel=%", identifier: 'htSpeed', minValue:
1.0, maxValue: 1000.0, minWidth: 15, decimalPlaces: 1, increment: 1.0);
dva_hot_text_number(label:
"$$$/AE/Dialogs/PuppetRecordOptions/Smoothing=Smoothing:", identifier:
'htSmoothing', minValue: 0.0, maxValue: 999999999.0, minWidth: 15, decimalPlaces:
1, increment: 1.0);
}

dva_checkbox(name:
"$$$/AE/Dialogs/PuppetRecordOptions/DraftDeform=Use Draft Deformation", identifier:
'cbDraftDeform');
dva_checkbox(name:
"$$$/AE/Dialogs/PuppetRecordOptions/ShowMesh=Show Mesh", identifier: 'cbShowMesh');
}

dva_ok_cancel_row();
}
}
END

DVAEVE 169
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/MaskOpacity/dialog=Mask Opacity",
placement: place_column, identifier:'MaskOpacity')
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/MaskOpacity/opacity=Opacity:", postLabel:
"$$$/AE/Dialogs/MaskOpacity/percent=%", identifier:'number', minValue: 0.0,
maxValue: 100.0, horizontal: align_center, decimalPlaces: 4);
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 177
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/EditValue/dialog_name=Edit Value",
placement: place_column, identifier:'EditFloatValue')
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/EditValue/value_control=Placeholder Value Space:", minLabelWidth:
100, identifier:'number', minValue: 0.0, maxValue: 100.0, horizontal: align_center,
decimalPlaces: 2);
dva_ok_cancel_row();
}
}
END

DVAEVE 801
layout dvaeve_dialog
{
view dva_dialog(identifier: 'SliderNoMinMax', name:
"$$$/AE/Dialogs/Slider/dialog=Slider", placement: place_column)
{
dva_hot_text_number(identifier:'value', label:
"$$$/AE/Dialogs/Slider/value=Value:", decimalPlaces: 4, maxWidth: 70, horizontal:
align_center);
dva_ok_cancel_row();
}
}
END

DVAEVE 802
layout dvaeve_dialog
{
view dva_dialog(identifier:'separatedWithUnits', name:
"$$$/AE/Dialogs/GenericValue/dialog=Value", placement: place_column,
child_horizontal: align_center)
{
column()
{
dva_hot_text_number(identifier:'number', label:
"$$$/AE/Dialogs/GenericValue/value=Value:", decimalPlaces: 4, maxWidth: 70);
dva_layout_script(identifier: 'LayoutUnitsListPIMSC');
}
dva_ok_cancel_row();
}
}
END

DVAEVE 701
layout dvaeve_dialog
{
view dva_dialog(identifier:'Comments', name:
"$$$/AE/Dialogs/Comments/dialog=Comments", placement: place_column,
child_horizontal: align_center)
{
column()
{
dva_text_edit(identifier: 'commentsEdit', vertical_scroll:
'true', multiLine: 'true', horizontal: align_fill, minWidth: 310, minHeight: 190);

}
dva_ok_cancel_row();
}
}
END

DVAEVE 203
layout dvaeve_dialog
{
view dva_dialog(identifier:'Slider', name:
"$$$/AE/Dialogs/Slider/dialog=Slider", placement: place_column)
{
column(child_horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/Slider/value=Value:",
decimalPlaces: 4, maxWidth: 70, identifier:'value');
dva_slider(direction: 'horizontal', minLength: 300, horizontal:
align_center, minValue: 0, maxValue: 100.0, identifier: 'slider');
row(horizontal: align_fill, child_horizontal: align_fill)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Slider/SliderRange=Slider Range:", decimalPlaces: 4, maxWidth: 70,
identifier:'minSlider');
dva_hot_text_number(label: "$$$/AE/Dialogs/Slider/to=to:",
decimalPlaces: 4, maxWidth: 70, identifier: 'maxSlider');
}
row(horizontal: align_fill, child_horizontal: align_fill)
{
dva_static_text(label:
"$$$/AE/Dialogs/Slider/ValueRange=Value Range:", maxWidth: 70, identifier:
'minValue');
dva_static_text(label: "$$$/AE/Dialogs/Slider/to=to:",
maxWidth: 70, identifier: 'maxValue');
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 703
layout dvaeve_dialog
{
view dva_dialog(identifier:'TipOfDay', name:
"$$$/AE/Dialogs/WelcomeScreen/WelcomeToAdobeAfterEffects=Welcome to Adobe After
Effects", margin: 0, spacing: 0)
{
column(spacing: 0)
{
column(placement: place_overlay, horizontal: align_fill)
{
dva_picture_button(identifier: 'title', minHeight: 104,
showBorder: 'false', horizontal: align_fill);
dva_picture_button(identifier: 'titleIcon', minHeight: 29,
minWidth: 40, showBorder: 'false', horizontal: align_right, vertical:
align_bottom);
}
dva_divider(direction: 'horizontal', horizontal: align_fill,
minThickness: 2);

column(horizontal: align_fill, vertical: align_fill, margin: 15)


{
column(horizontal: align_fill, spacing: 30)
{
row(horizontal: align_fill)
{
column( spacing: 5, horizontal: align_fill,
child_horizontal: align_fill)
{
dva_static_text(identifier:
'stSyncSettings', name: "$$$/AE/Dialogs/WelcomeScreen/SyncSettings=Sync Settings
with Adobe Creative Cloud", fontSize: 15);
column(spacing: 7, child_horizontal:
align_fill)
{
row(spacing: 5, child_horizontal:
align_left, child_vertical: align_center)
{

dva_picture_button(identifier: 'syncPic1', minWidth: 21, minHeight: 20,


showBorder: 'false');

dva_hot_text_button(identifier: 'sync1', name:


"$$$/AE/Dialogs/WelcomeScreen/SyncSettings/SyncNow=Sync Settings Now", horizontal:
align_fill, minWidth: 300);
}
row(spacing: 5, child_horizontal:
align_left, child_vertical: align_center)
{

dva_picture_button(identifier: 'syncPic2', minWidth: 21, minHeight: 20,


showBorder: 'false');

dva_hot_text_button(identifier: 'sync2', name:


"$$$/AE/Dialogs/WelcomeScreen/SyncSettings/SyncDifferentAccount=Use Settings from a
Different Account", horizontal: align_fill, minWidth: 300);
}
}
dva_static_text(name:
"$$$/AE/Dialogs/WelcomeScreen/OpenRecentProjects=Open a Recent Item", fontSize:
15);
column(spacing: 7, child_horizontal:
align_fill)
{
row(spacing: 5, child_horizontal:
align_left)
{

dva_picture_button(identifier: 'recentPic1', minWidth: 21, minHeight: 20,


showBorder: 'false');

dva_hot_text_button(identifier: 'recent1', horizontal: align_fill, minWidth:


300);
}
row(spacing: 5, child_horizontal:
align_left)
{

dva_picture_button(identifier: 'recentPic2', minWidth: 21, minHeight: 20,


showBorder: 'false');

dva_hot_text_button(identifier: 'recent2', horizontal: align_fill);


}
row(spacing: 5, child_horizontal:
align_left)
{

dva_picture_button(identifier: 'recentPic3', minWidth: 21, minHeight: 20,


showBorder: 'false');

dva_hot_text_button(identifier: 'recent3', horizontal: align_fill);


}
row(spacing: 5, child_horizontal:
align_left)
{

dva_picture_button(identifier: 'recentPic4', minWidth: 21, minHeight: 20,


showBorder: 'false');

dva_hot_text_button(identifier: 'recent4', horizontal: align_fill);


}
row(spacing: 5, child_horizontal:
align_left)
{

dva_picture_button(identifier: 'recentPic5', minWidth: 21, minHeight: 20,


showBorder: 'false');

dva_hot_text_button(identifier: 'recent5', horizontal: align_fill);


}
row(spacing: 5, child_horizontal:
align_left)
{

dva_picture_button(identifier: 'recentPic6', minWidth: 21, minHeight: 20,


showBorder: 'false');

dva_hot_text_button(identifier: 'recent6', horizontal: align_fill);


}
}
}
dva_divider(direction: 'vertical', vertical:
align_fill, minThickness: 2);
column(horizontal: align_fill, spacing: 8)
{
row(horizontal: align_center,
child_horizontal: align_center)
{
column()
{
row(spacing: 5,
child_horizontal: align_center)
{

dva_picture_button(identifier: 'newPic', minWidth: 32, minHeight: 32,


showBorder: 'false');

dva_hot_text_button(identifier: 'new', name:


"$$$/AE/Dialogs/WelcomeScreen/NewComposition=New Composition", vertical:
align_center);
}
row(spacing: 5,
child_horizontal: align_center)
{

dva_picture_button(identifier: 'openPic', minWidth: 32, minHeight: 32,


showBorder: 'false');

dva_hot_text_button(identifier: 'open', name:


"$$$/AE/Dialogs/WelcomeScreen/Open=Open Project", vertical: align_center);
}
row(spacing: 5,
child_horizontal: align_center)
{

dva_picture_button(identifier: 'helpPic', minWidth: 32, minHeight: 32,


showBorder: 'false');

dva_hot_text_button(identifier: 'help', name:


"$$$/AE/Dialogs/WelcomeScreen/HelpAndSupport=Help and Support", vertical:
align_center);
}
row(spacing: 5,
child_horizontal: align_center)
{

dva_picture_button(identifier: 'gettingStartedPic', minWidth: 32, minHeight:


32, showBorder: 'false');

dva_hot_text_button(identifier: 'gettingStarted', name:


"$$$/AE/Dialogs/WelcomeScreen/GettingStarted=Getting Started", vertical:
align_center);
}
dva_divider(identifier:
'anywhereDivider', direction: 'horizontal', horizontal: align_fill, minThickness:
2);
row(spacing: 5,
child_horizontal: align_center)
{

dva_picture_button(identifier: 'newAnywherePic', minWidth: 32, minHeight: 32,


showBorder: 'false');

dva_hot_text_button(identifier: 'newAnywhere', name:


"$$$/AE/Dialogs/WelcomeScreen/NewProduction=New Production", vertical:
align_center);
}
row(spacing: 5,
child_horizontal: align_center)
{
dva_picture_button(identifier: 'openAnywherePic', minWidth: 32, minHeight:
32, showBorder: 'false');

dva_hot_text_button(identifier: 'openAnywhere', name:


"$$$/AE/Dialogs/WelcomeScreen/OpenProduction=Open Production", vertical:
align_center);
}

}
}
}
}
}
column()
{
}

row(horizontal: align_fill)
{
dva_checkbox(identifier: 'showtip', name:
"$$$/AE/Dialogs/WelcomeScreen/ShowThisWelcomeScreen=Show Welcome Screen at
startup");
row(horizontal: align_right)
{
row(spacing:0)
{
dva_picture_button(identifier:
'anywherePopupIcon', minWidth: 33, showBorder: 'false');
dva_hot_text_button(identifier:
'anywherePopupText', name: "$$$/AE/Dialogs/WelcomeScreen/AdobeAnywhere=Adobe
Anywhere", vertical: align_center);
dva_picture_button(identifier:
'anywherePopup', minWidth: 10, showBorder: 'false', name:
"$$$/AE/Dialogs/WelcomeScreen/AdobeAnywhere=Adobe Anywhere");
}
dva_ok_row();
}
}
}
}

}
}
}
END

DVAEVE 147
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/MaskShape/dialog=Mask Shape",
identifier:'MaskShape', child_horizontal: align_fill, child_vertical: align_fill)
{
dva_groupbox(name: "$$$/AE/Dialogs/MaskShape/boundingGroup=Bounding
Box", headerType: 'static_text')
{
column(horizontal: align_center)
{
row(horizontal: align_fill, child_horizontal: align_fill)
{
dva_static_text();
dva_hot_text_number(label:
"$$$/AE/Dialogs/MaskShape/top=Top:", identifier: 'topF',setAsFocused: 'true',
minWidth: 75, minValue: -32000, maxValue: 32000, decimalPlaces: 1, hasFocus:
'true');
dva_static_text();
}
row(spacing: 10, horizontal: align_center)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/MaskShape/left=Left:", identifier: 'leftF', minWidth: 75,
minValue: -32000, maxValue: 32000, decimalPlaces: 1 );
dva_hot_text_number(label:
"$$$/AE/Dialogs/MaskShape/right=Right:", identifier: 'rightF', minWidth: 75,
minValue: -32000, maxValue: 32000, decimalPlaces: 1);
}
row( horizontal: align_fill, child_horizontal: align_fill)
{
dva_static_text();
dva_hot_text_number(label:
"$$$/AE/Dialogs/MaskShape/bottom=Bottom:", identifier: 'bottomF', minWidth: 75,
minValue: -32000, maxValue: 32000, decimalPlaces: 1);
dva_static_text();
}
}
dva_layout_script(identifier: "LayoutUnitsListCenterPIMS");

}
dva_groupbox(name: "$$$/AE/Dialog/MaskShape/shapeGroup=Shape",
headerType: 'static_text', topFrame: 8)
{
row(spacing: 5, horizontal: align_center)
{
dva_checkbox(name:
"$$$/AE/Dialogs/MaskShape/Shape/ResetTo=Reset To:", minWidth: 10, identifier:
'shapeCheck');
dva_popup(identifier: 'shapeList')
{
dva_popup_item(name:
"$$$/AE/Dialogs/MaskShape/Shape/Rectangle=Rectangle");
dva_popup_item(name:
"$$$/AE/Dialogs/MaskShape/Shape/Ellipse=Ellipse");
}
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 148
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/MaskFeather/dialog=Mask Feather",
identifier:'MaskFeather')
{
column(spacing: 7, horizontal: align_center)
{
column()
{

dva_hot_text_number(label:"$$$/AE/Dialogs/MaskFeather/Horizontal=Horizontal:",
postLabel: "$$$/AE/Dialogs/MaskFeather/px=px", maxWidth: 80, decimalPlaces: 4,
identifier: 'horizontalNumber');

dva_hot_text_number(label:"$$$/AE/Dialogs/MaskFeather/Vertical=Vertical:",
postLabel: "$$$/AE/Dialogs/MaskFeather/px=px", maxWidth: 80, decimalPlaces: 4,
identifier: 'verticalNumber');
}
row(spacing: 0)
{
dva_static_text(label: " ");
dva_checkbox(name:"$$$/AE/Dialogs/MaskFeather/Lock=Lock",
identifier: 'checkBox');
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 149
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/dialogstxt/149/dialog=Time Stretch",
identifier: 'TimeStretch', child_horizontal: align_fill)
{
dva_groupbox(name: "$$$/AE/dialogstxt/149/Group/149=Stretch",
placement: place_column)
{
dva_static_text(label: "$$$/AE/dialogstxt/149/AETime/5=Original
Duration:", name: "0:00:00:0000", identifier: 'OriginalDuration');
dva_hot_text_number(label:
"$$$/AE/dialogstxt/149/StaticText/7=Stretch Factor:",
postLabel:
"$$$/AE/dialogstxt/149/StaticText/9=%",
identifier: 'StretchFactor',
minValue: -9900, maxValue: 9900, minWidth: 80);
dva_subview(label: "$$$/AE/dialogstxt/149/AETime/11=New
Duration:", identifier: 'NewDuration',
minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthDuration=is -
0:00:00:0000 Base 30non-drop drop",
unitsFontSize: 11);
}
dva_groupbox(name: "$$$/AE/dialogstxt/149/Group/11=Hold in Place",
placement: place_column)
{
dva_radio_button_group(identifier: 'HoldInPlaceRadio',
showBorder: 'false')
{
dva_radio_button(name:
"$$$/AE/dialogstxt/149/RadioButton/15=Layer In-point", identifier:
'HoldLayerInPoint');
dva_radio_button(name:
"$$$/AE/dialogstxt/149/RadioButton/16=Current Frame", identifier:
'HoldCurrentFrame');
dva_radio_button(name:
"$$$/AE/dialogstxt/149/RadioButton/17=Layer Out-point", identifier:
'HoldLayerOutPoint');
}
}
dva_ok_cancel_row(horizontal: align_right);
}
}
END

// note: currently you can only use this control if you don't want to have a label
(no way to send params through when reusing layouts)
DVAEVE AETimeCodeControl
layout AETimeCode
{
view dva_subview(identifier: 'TimeCode',
minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthTime=is -0:00:00:0000
Base 30non-drop drop more{{*COMMENT*}}use translation of '@ 999.999 fps (starts at
1)' instead if that's longer in your language",
unitsFontSize: 11);

}
END

DVAEVE 153
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/GoToTime/Title=Go to Time", identifier:
'GoToTime', placement: place_column)
{
dva_groupbox()
{
dva_layout_script(identifier: 'AETimeCodeControl');
}
dva_ok_cancel_row();
}
}
END

DVAEVE 159
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/dialogstxt/159/dialog=Custom Time Span",
identifier: 'CustomTimeSpan', placement: place_column)
{
dva_groupbox(name: "$$$/AE/dialogstxt/159/Group/4=Start", spacing: 10)
{
dva_layout_script(identifier: 'AETimeCodeControl', layoutId: 1);
}
dva_groupbox(name: "$$$/AE/dialogstxt/159/Group/7=End")
{
dva_layout_script(identifier: 'AETimeCodeControl', layoutId: 2);
}
dva_groupbox(name: "$$$/AE/dialogstxt/159/Group/10=Duration")
{
dva_layout_script(identifier: 'AETimeCodeControl', layoutId: 3);
}
dva_ok_cancel_row();
}
}
END

DVAEVE 152
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/AnchorPoint/dialog=Anchor Point",
identifier:'AnchorPoint2D')
{
column(spacing: 10, horizontal: align_center)
{
dva_layout_script(identifier: "LayoutXYAxis");
dva_layout_script(identifier: "LayoutUnitsListPIMS");

}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 623
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/AnchorPoint/dialog=Anchor Point",
identifier:'AnchorPoint3D')
{
column(spacing: 10, horizontal: align_center)
{
dva_layout_script(identifier: "LayoutXYZAxis");
dva_layout_script(identifier: "LayoutUnitsListPIMS");
}

row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 143
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Position/dialog=Position",
identifier:'PositionPoint2D')
{
column(spacing: 10, horizontal: align_center)
{
dva_layout_script(identifier: "LayoutXYAxis");
dva_layout_script(identifier: "LayoutUnitsListPIMSC");
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 622
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Position/dialog=Position",
identifier:'PositionPoint3D')
{
column(spacing: 10, horizontal: align_center)
{
dva_layout_script(identifier: "LayoutXYZAxis");
dva_layout_script(identifier: "LayoutUnitsListPIMSC");
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 202
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Scale/dialog=Scale",
identifier:'Scale2DBare')
{
column(horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/Scale/Width=Width:",
postLabel: "$$$/AE/Dialogs/Scale/percent/=%", maxWidth: 120 , identifier: 'xAxis',
decimalPlaces: 4);
dva_hot_text_number(label: "$$$/AE/Dialogs/Scale/Height=Height:",
postLabel: "$$$/AE/Dialogs/Scale/percent/=%", maxWidth: 120 , identifier: 'yAxis',
decimalPlaces: 4);
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 800
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Scale/dialog=Scale",
identifier:'Scale2DSimple')
{
column(spacing: 12, child_horizontal: align_fill)
{
column(spacing: 2)
{
row(spacing: 0)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Scale/Width=Width:", postLabel: "$$$/AE/Dialogs/Scale/percent/=%",
maxWidth: 120 , identifier: 'xAxis', decimalPlaces: 4);
dva_static_text(label: " ");
}
row(spacing: 0)
{
dva_link_button(label: " ", minLabelHeight: 14,
minHeight: 14, minWidth: 18, showBorder: 'true', cornerRadius: 1, identifier:
'linkXY');
dva_static_text(label: " ");
dva_static_text(label:
"$$$/AE/Dialogs/Scale/Percent/Scale/ofsource=of source");
}
row(spacing: 0)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Scale/Height=Height:", postLabel: "$$$/AE/Dialogs/Scale/percent/=
%", maxWidth: 120 , identifier: 'yAxis', decimalPlaces: 4);
}
}
dva_layout_script(identifier: 'LayoutPreserveXY');
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 144
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Scale/dialog=Scale",
identifier:'Scale2D')
{
column(spacing: 12, child_horizontal: align_fill)
{
column(spacing: 2)
{
row(spacing: 0)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Scale/Width=Width:", maxWidth: 120 , identifier: 'xAxis',
decimalPlaces: 2);
dva_static_text(label: "9999999", units:
"$$$/AE/Dialogs/Scale/percent/=%", identifier: 'xPercent');
dva_static_text(label: " ");
}
row(spacing: 0)
{
dva_link_button(label: " ", minLabelHeight: 14,
minHeight: 14, minWidth: 18, showBorder: 'true', cornerRadius: 1, identifier:
'linkXY');
dva_static_text(label: " ");
dva_static_text(label: " ");
dva_static_text(label:
"$$$/AE/Dialogs/Scale/Percent/Scale/ofsource=of source");
}
row(spacing: 0)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Scale/Height=Height:", maxWidth: 120 , identifier: 'yAxis',
decimalPlaces: 2);
dva_static_text(label: "9999999", units:
"$$$/AE/Dialogs/Scale/percent/=%", identifier: 'yPercent');
dva_static_text(label: " ");
}
}
dva_layout_script(identifier: 'LayoutUnitsListPIMSC');
dva_layout_script(identifier: 'LayoutPreserveXY');
row(spacing: 0)
{
dva_static_text(label: " ");
dva_checkbox(name:
"$$$/AE/Dialogs/Scale/pixelAspect=Include Pixel Aspect Ratio", identifier:
'pixelAspectRatio');
}
}
row(horizontal: align_center)
{
dva_checkbox(identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 210
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Scale/dialog=Scale",
identifier:'Scale3D')
{
column(spacing: 12, child_horizontal: align_fill)
{

column( spacing: 2)
{
row(spacing: 0)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Scale/Width=Width:", maxWidth: 120, identifier: 'xAxis',
decimalPlaces: 2);
dva_static_text(label: "9999999", units:
"$$$/AE/Dialogs/Scale/percent/=%", minLabelWidth: 1, identifier: 'xPercent');
}
dva_link_button(label: " ", minLabelHeight: 14, minHeight:
14, minWidth: 18, showBorder: 'true', cornerRadius: 1, identifier: 'linkXY');

row(spacing: 0)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Scale/Height=Height:", maxWidth: 120, identifier: 'yAxis',
decimalPlaces: 2);
dva_static_text(label: "9999999", minLabelWidth: 1,
units: "$$$/AE/Dialogs/Scale/percentofsource/=% of source", identifier:
'yPercent');
}
dva_link_button(label: " ", minLabelHeight: 14, minHeight:
14, minWidth: 18, showBorder: 'true', cornerRadius: 1, identifier: 'linkXYZ');
row(spacing: 0)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Scale/Depth=Depth:", maxWidth: 120, identifier: 'zAxis',
decimalPlaces: 2);
dva_static_text(label: "9999999", units:
"$$$/AE/Dialogs/Scale/percent/=%", minLabelWidth: 1, identifier: 'zPercent');
}
}
dva_layout_script(identifier: 'LayoutUnitsListPIMSC');
dva_layout_script(identifier: 'LayoutPreserveXYZ');

row(spacing: 0)
{
dva_static_text(label: " ");
dva_checkbox(name:
"$$$/AE/Dialogs/Scale/pixelAspect=Include Pixel Aspect Ratio", identifier:
'pixelAspectRatio');
}
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 131
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Solid/dialog=Solid Settings",
identifier:'Solid', child_horizontal: align_fill)
{
dva_layout_script(identifier: 'LayoutSolidBase');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 132
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Solid/dialog=Solid Settings",
identifier:'SolidMultiple', child_horizontal: align_fill)
{
column(spacing: 7)
{
dva_layout_script(identifier: 'LayoutSolidBase', horizontal:
align_fill);
dva_checkbox(identifier: 'affectAll', name:
"$$$/AE/Dialogs/Solid/AffectMultiple=Affect all layers that use this solid");
dva_static_text(identifier: 'numLayers', name: "This change will
affect _________________ layers", horizontal: align_fill);
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 161
layout dvaeve_dialog
{
view dva_dialog(identifier:'templateRenderSettings', name:
"$$$/AE/Dialogs/Template/RenderSettings=Render Settings Templates",
child_horizontal: align_fill)
{
dva_groupbox(name:
"$$$/AE/Dialogs/Template/RenderSettings/Defaults=Defaults", horizontal:
align_fill)
{
row(spacing: 0, horizontal: align_center)
{
column(spacing: 0, child_horizontal: align_left)
{
/* top two strings shared with templateModuleOutput
*/
dva_popup(identifier: 'movieDefault',
label: "$$$/AE/Dialogs/Template/Shared/MovieDefault=Movie Default:",
minWidth: 250) {}
dva_popup(identifier: 'frameDefault',
label: "$$$/AE/Dialogs/Template/Shared/FrameDefault=Frame Default:",
minWidth: 250) {}
dva_popup(identifier: 'preRenderDefault', label:
"$$$/AE/Dialogs/Template/RenderSettings/PreRenderDefault=Pre-Render Default:",
minWidth: 250) {}
dva_popup(identifier: 'movieProxyDefault',
label: "$$$/AE/Dialogs/Template/RenderSettings/MovieProxyDefault=Movie Proxy
Default:", minWidth: 250) {}
dva_popup(identifier: 'stillProxyDefault',
label: "$$$/AE/Dialogs/Template/RenderSettings/StillProxyDefault=Still Proxy
Default:", minWidth: 250) {}
}
}
}
dva_groupbox(identifier:"settingsGroup", name:
"$$$/AE/Dialogs/Template/RenderSettings/Settings=Settings", horizontal: align_fill)
{
column()
{
dva_layout_script(identifier:
"LayoutTemplatesSettingsPresets");

/* This is hidden at run time. Used by localization. FIXME.


Need Eve way to specify such things */
dva_static_text(identifier: 'subviewWidthStatic',
minHeight:10, maxHeight:10, spacing: 0, minWidth: 700,
name:
"$$$/AE/Dialogs/Template/RenderSettings/LocalizeSubviewWidth=----------------------
--ATTENTION LOCALIZATION: This string changes width of subview if
needed-------------------------");

dva_subview(identifier: 'subviewArea', minWidth: 50,


horizontal: align_fill, minHeight: 110);
}
}
row()
{
dva_layout_script(identifier: "LayoutTemplatesSettingsSaveLoad");

dva_ok_cancel_row();
}
}
}
END

DVAEVE 163
layout dvaeve_dialog
{
view dva_dialog(identifier:'templateOutputModule', name:
"$$$/AE/Dialogs/Template/OutputModule=Output Module Templates", child_horizontal:
align_fill)
{
dva_groupbox(name:
"$$$/AE/Dialogs/Template/OutputModule/Defaults=Defaults", horizontal: align_fill)
{
row(spacing: 0, horizontal: align_center)
{
column(spacing: 0, child_horizontal: align_left)
{
/* top two strings shared with templateRenderSettings
*/
dva_popup(identifier: 'movieDefault',
label: "$$$/AE/Dialogs/Template/Shared/MovieDefault=Movie Default:",
minWidth: 250) {}
dva_popup(identifier: 'frameDefault',
label: "$$$/AE/Dialogs/Template/Shared/FrameDefault=Frame Default:",
minWidth: 250) {}
dva_popup(identifier: 'ramPreview',
label: "$$$/AE/Dialogs/Template/OutputModule/SaveCurrentPreviewDefault=Save
Current Preview Default:", minWidth: 250) {}
dva_popup(identifier: 'preRenderDefault', label:
"$$$/AE/Dialogs/Template/OutputModule/PreRenderDefault=Pre-Render Default:",
minWidth: 250) {}
dva_popup(identifier: 'movieProxyDefault',
label: "$$$/AE/Dialogs/Template/OutputModule/MovieProxyDefault=Movie Proxy
Default:", minWidth: 250) {}
}
}
}

dva_groupbox(identifier:"settingsGroup", name:
"$$$/AE/Dialogs/Template/OutputModule/Settings=Settings", horizontal: align_fill)
{
column()
{
dva_layout_script(identifier:
"LayoutTemplatesSettingsPresets");

/* This is hidden at run time. Used by localization. FIXME.


Need Eve way to specify such things */
dva_static_text(identifier: 'subviewWidthStatic',
minHeight:10, maxHeight:10, minWidth: 800,
name:
"$$$/AE/Dialogs/Template/OutputModule/LocalizeSubviewWidth=-----------------
ATTENTION LOCALIZATION: This string changes width of subview if
needed------------------");

dva_subview(identifier: 'subviewArea', minWidth: 50,


horizontal: align_fill, minHeight: 110);
}
}

row()
{
dva_layout_script(identifier: "LayoutTemplatesSettingsSaveLoad");

dva_ok_cancel_row();
}
}
}
END

DVAEVE 162
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/RenderSettings=Render Settings",
identifier:'RenderSettings', child_horizontal: align_fill)
{
dva_groupbox(identifier: 'compName', name: "Composition __",
horizontal: align_fill)
{
row(horzontal: align_fill, child_horizontal: align_fill, spacing:
40)
{
column(child_horizontal: align_fill)
{
dva_popup(identifier: 'quality', label:
"$$$/AE/Dialogs/RenderSettings/Quality=Quality:", minWidth: 200)
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/Best=Best");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/Draft=Draft");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/Wireframe=Wireframe");
}
dva_popup(identifier: 'resolution', label:
"$$$/AE/Dialogs/RenderSettings/Resolution=Resolution:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/Full=Full");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/Half=Half");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/Third=Third");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/Quarter=Quarter");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/Custom=Custom...");
}
dva_static_text(identifier: 'size', label:
"$$$/AE/Dialogs/RenderSettings/Size=Size:", name: "@0 x @1");
dva_popup(identifier: 'diskCache', label:
"$$$/AE/Dialogs/RenderSettings/DiskCache=Disk Cache:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/ReadOnly=Read Only");
}
row(spacing: 0)
{
dva_static_text(label: " ");

}
}
column(child_horizontal: align_fill)
{
dva_popup(identifier: 'proxy', label:
"$$$/AE/Dialogs/RenderSettings/ProxyUse=Proxy Use:", minWidth: 175)
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/UseAllProxies=Use All Proxies");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/UseCompProxies=Use Comp Proxies Only");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/UseNoProxies=Use No Proxies");
}

dva_popup(identifier: 'effects', label:


"$$$/AE/Dialogs/RenderSettings/Effects=Effects:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/AllOn=All On");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/AllOff=All Off");
}

dva_popup(identifier: 'soloSwitches', label:


"$$$/AE/Dialogs/RenderSettings/SoloSwitches=Solo Switches:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/AllOff=All Off");
}

dva_popup(identifier: 'guideLayers', label:


"$$$/AE/Dialogs/RenderSettings/GuideLayers=Guide Layers:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/AllOff=All Off");
}

dva_popup(identifier: 'colorDepth', label:


"$$$/AE/Dialogs/RenderSettings/ColorDepth=Color Depth:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/8bpc=8 bits per channel");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/16bpc=16 bits per channel");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/32bpc=32 bits per channel");
}
}
}

}
dva_groupbox(name: "$$$/AE/Dialogs/RenderSettings/TimeSampling=Time
Sampling", horzontal: align_fill)
{
row(horizontal: align_fill, child_horizontal: align_fill)
{
column(child_horizontal: align_fill)
{
dva_popup(identifier: 'frameBlend', label:
"$$$/AE/Dialogs/RenderSettings/FrameBlending=Frame Blending:", minWidth: 175)
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/OnForChecked=On for Checked Layers");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/OffForAll=Off for All Layers");

}
dva_popup(identifier: 'fieldRender', label:
"$$$/AE/Dialogs/RenderSettings/FieldRender=Field Render:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/Off=Off");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/UpperFieldFirst=Upper Field First");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/LowerFieldFirst=Lower Field First");

}
dva_popup(identifier: 'pulldown', label:
"$$$/AE/Dialogs/RenderSettings/Pulldown=3:2 Pulldown:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/Off=Off");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/WSSWW=WSSWW");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/SSWWW=SSWWW");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/SWWWS=SWWWS");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/WWWSS=WWWSS");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/WWSSW=WWSSW");
}
dva_popup(identifier: 'motionBlur', label:
"$$$/AE/Dialogs/RenderSettings/MotionBlur=Motion Blur:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/OnForChecked=On for Checked Layers");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/OffForAll=Off for All Layers");

}
dva_popup(identifier: 'timespan', label:
"$$$/AE/Dialogs/RenderSettings/TimeSpan=Time Span:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/LengthOfComp=Length of Comp");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/WorkAreaOnly=Work Area Only");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/RenderSettings/CustomPopupItem=Custom...");

}
}
column(child_horizontal: align_fill)
{
dva_groupbox(identifier: 'frameRateOptionGroup',
name: "Frame Rate, sampling @ xxx.xxxx fps")
{
dva_radio_button_group(identifier:
'frameRateOption', showBorder: "false")
{
row(horizontal: align_left,
child_horizontal: align_left)
{
dva_radio_button(identifier:
'compFrameRateText', name: "$$$/AE/Dialogs/RenderSettings/UseCompFrameRate=Use
comp's frame rate", state: 'checked', horizontal: align_fill);
dva_static_text(identifier:
'compFrameRate', name: "1234.1234", state: 'checked', horizontal: align_fill);
}
row(horizontal: align_fill)
{
dva_radio_button(name:
"$$$/AE/Dialogs/RenderSettings/UseThisFrameRate=Use this frame rate:");
dva_hot_text_number(identifier:
'frameRate', minValue: 0.1, maxValue: 999, decimalPlaces: 3);
}
}

}
row(horizontal: align_fill)
{
column(horizontal: align_fill,
child_horizontal: align_fill, spacing: 0)
{
dva_static_text(identifier: 'start',
name: "$$$/AE/Dialogs/RenderSettings/Start=Start: 00:00:00:0000", fontSize: 11,
textAlignment: 'right');
dva_static_text(identifier: 'end', name:
"$$$/AE/Dialogs/RenderSettings/End=End: 00:00:00:0000", fontSize: 11,
textAlignment: 'right');
dva_static_text(identifier: 'duration',
name: "$$$/AE/Dialogs/RenderSettings/Duration=Duration: 00:00:00:0000", fontSize:
11, textAlignment: 'right');
}
column(horizontal: align_fill, vertical:
align_center)
{
dva_button(identifier:'custom', name: '$$
$/AE/Dialog/RenderSettings/Custom=Custom...', minWidth:40);
}
}
}
}
}
dva_groupbox(name: "$$$/AE/Dialogs/RenderSettings/Options=Options",
horizontal: align_fill, spacing: 5)
{
row(spacing: 0)
{
dva_static_text(label: " ");
dva_checkbox(identifier: 'skipExisting', name:
"$$$/AE/Dialogs/RenderSettings/Options/SkipExisting=Skip existing files (allows
multi-machine rendering)");
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 168
layout dvaeve_dialog
{
view dva_dialog(identifier: 'AudioOptions', name:
"$$$/AE/Dialogs/AudioOptions/AudioOptions=Audio Options", placement: place_column)
{
row(child_horizontal: align_fill, child_vertical: align_fill)
{
dva_groupbox(name: "$$$/AE/Dialogs/AudioOptions/Units=Units",
child_vertical: align_center)
{
dva_radio_button_group(identifier: 'units', showBorder:
"false")
{
dva_radio_button(name:
"$$$/AE/Dialogs/AudioOptions/Decibels=Decibels (dB)", setAsFocused: 'true', state:
'checked');
dva_radio_button(name:
"$$$/AE/Dialogs/AudioOptions/Percentage=Percentage");
}
}
dva_groupbox(name:
"$$$/AE/Dialogs/AudioOptions/SliderMinimum=Slider Minimum", child_vertical:
align_center, child_horizontal: align_fill, minWidth: 110)
{
dva_popup(identifier: 'minSlider')
{
dva_popup_item(name: "$$$/AE/Dialogs/AudioOptions/-
12=-12 dB");
dva_popup_item(name: "$$$/AE/Dialogs/AudioOptions/-
24=-24 dB");
dva_popup_item(name: "$$$/AE/Dialogs/AudioOptions/-
36=-36 dB");
dva_popup_item(name: "$$$/AE/Dialogs/AudioOptions/-
48=-48 dB");
dva_popup_item(name: "$$$/AE/Dialogs/AudioOptions/-
60=-60 dB");
dva_popup_item(name: "$$$/AE/Dialogs/AudioOptions/-
72=-72 dB");
dva_popup_item(name: "$$$/AE/Dialogs/AudioOptions/-
84=-84 dB");
dva_popup_item(name: "$$$/AE/Dialogs/AudioOptions/-
96=-96 dB");
}
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 708
layout dvaeve_dialog
{
view dva_dialog(identifier: 'CompViewOptions', name:
"$$$/AE/dialogstxt/708/dialog=View Options", placement: place_column)
{
column(child_horizontal: align_fill)
{
dva_groupbox(identifier: 'gpLayerControls', child_vertical:
align_center)
{
row ()
{
column()
{
dva_checkbox(name:
"$$$/AE/dialogstxt/708/Checkbox/5=Handles", identifier: 'cbHandles');
dva_checkbox(name:
"$$$/AE/dialogstxt/708/Checkbox/7=Effect Controls", identifier: 'cbEffects');
dva_checkbox(name:
"$$$/AE/dialogstxt/708/Checkbox/9=Masks", identifier: 'cbMasks');
dva_checkbox(name:
"$$$/AE/dialogstxt/708/Checkbox/11=Mask Feather Boundaries", identifier:
'cbFeatherBoundaries', indent: 15);
}
column ()
{
dva_checkbox(name:
"$$$/AE/dialogstxt/708/Checkbox/6=Keyframes", identifier: 'cbKeyframes');
dva_checkbox(name:
"$$$/AE/dialogstxt/708/Checkbox/8=Motion Paths", identifier: 'cbPaths');
dva_checkbox(name:
"$$$/AE/dialogstxt/708/Checkbox/10=Motion Path Tangents", identifier:
'cbTangents');
}
}
row ()
{
column (child_horizontal: align_fill) {
dva_popup(identifier: 'cbCameraWireframes',
label: "$$$/AE/dialogstxt/708/StaticText/12=Camera Wireframes:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/CompViewOptions/WhenSelected=When Selected");
dva_popup_item(name:
"$$$/AE/Dialogs/CompViewOptions/On=On");
dva_popup_item(name:
"$$$/AE/Dialogs/CompViewOptions/Off=Off");
}
dva_popup(identifier: 'cbSpotlightWireframes',
label: "$$$/AE/dialogstxt/708/StaticText/13=Spotlight Wireframes:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/CompViewOptions/WhenSelected=When Selected");
dva_popup_item(name:
"$$$/AE/Dialogs/CompViewOptions/On=On");
dva_popup_item(name:
"$$$/AE/Dialogs/CompViewOptions/Off=Off");
}
}
}

}
dva_groupbox(identifier: 'gpWindow', child_vertical:
align_center)
{
dva_checkbox(name: "$$$/AE/dialogstxt/708/Checkbox/17=Pixel
Aspect Ratio Correction", identifier: 'cbPAR');
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 167
layout dvaeve_dialog
{
view dva_dialog(identifier: 'KeyframeInterpolation', name:
"$$$/AE/dialogs/167/dialog=Keyframe Interpolation", placement: place_column)
{
column(horizontal: align_right, child_horizontal: align_right, spacing:
20)
{
column(horizontal: align_right, child_horizontal: align_right,
spacing:0)
{
dva_popup(identifier: 'temporalPopup', label:
"$$$/AE/dialogs/167/popup/3=Temporal Interpolation:", minWidth: 180)
{
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Temporal/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Temporal/Linear=Linear");
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Temporal/Bezier=Bezier");
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Temporal/ContinuousBezier=Continuous
Bezier");
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Temporal/AutoBezier=Auto Bezier");
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Temporal/Hold=Hold");
}
dva_static_text(guide_mask:[@guide_label], label:
"$$$/AE/dialogs/167/static_text/8=Affects how a property changes over time (in the
timeline).", fontSize: 11);
}

column(horizontal: align_right, child_horizontal: align_right,


spacing:0)
{
dva_popup(identifier: 'spatialPopup', label:
"$$$/AE/dialogs/167/popup/4=Spatial Interpolation:", minWidth: 180)
{
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Spatial/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Spatial/Linear=Linear");
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Spatial/Bezier=Bezier");
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Spatial/ContinuousBezier=Continuous Bezier");
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Spatial/AutoBezier=Auto Bezier");
}
dva_static_text(guide_mask:[@guide_label], label:
"$$$/AE/dialogs/167/static_text/9=Affects the shape of the path (in the composition
or layer panel).", fontSize: 11);
}

column(horizontal: align_right, child_horizontal: align_right,


spacing:0)
{
dva_popup(identifier: 'rovingPopup', label:
"$$$/AE/dialogs/167/popup/5=Roving:", minWidth: 180)
{
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Roving/CurrentSettings=Current Settings");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Roving/RoveAcrossTime=Rove Across Time");
dva_popup_item(name:
"$$$/AE/Dialogs/KeyframeInterpolation/Roving/LockToTime=Lock To Time");
}
column(horizontal: align_right, child_horizontal:
align_right, spacing:-8)
{
dva_static_text(guide_mask:[@guide_label], label: "$$
$/AE/dialogs/167/static_text/7=Roving keyframes rove in time to smooth out the
speed graph.", fontSize: 11);
dva_static_text(guide_mask:[@guide_label], label: "$$
$/AE/dialogs/167/static_text/107=The first and last keyframes cannot rove.",
fontSize: 11);
}
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE VelInfGroup
layout VelInfGroup
{
view column (horizontal: align_center, spacing:2) {
dva_hot_text_number(label:
"$$$/AE/dialogs/KeyframeVelocity/DimensionNameStaticText=Dimension: XXXXXX",
postLabel: "$$$/AE/dialogs/KeyframeVelocity/DimensionUnitsStaticText=snargles/
msec", identifier: 'velocityValue', decimalPlaces: 5, minValue: -99999, maxValue:
99999);
dva_hot_text_number(label:
"$$$/AE/dialogs/KeyframeVelocity/Influence=Influence:", postLabel:
"$$$/AE/dialogs/KeyframeVelocity/InfluenceUnitsStaticText=%", identifier:
'influenceValue', decimalPlaces: 5, increment:1, minValue: 0.01, maxValue: 100);

}
}
END

// If you have to change this, change 676 first (the 3d version), then recreate
this one by deleting two dimensions and the dimension locks
DVAEVE 674
layout dvaeve_dialog
{
view dva_dialog(identifier: 'KeyframeVelocity', name:
"$$$/AE/dialogs/KeyframeVelocity/dialog=Keyframe Velocity", placement:
place_column)
{
column(horizontal: align_left, child_horizontal: align_left)
{
dva_static_text(guide_mask: [ @guide_label, @guide_baseline ],
identifier: 'KeyframeTypeStaticText', name:
"$$$/AE/dialogs/KeyframeVelocity/KeyframeType=Keyframe Type: XXXXXXXXXXXXXXXXX",
fontSize: 11, horizontal: align_fill);
row(child_horizontal: align_left) {
dva_groupbox(name:
"$$$/AE/dialogs/KeyframeVelocity/IncomingVelocity=Incoming Velocity", headerType:
'static_text') {
column() {
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 1);
}
}
dva_groupbox(name:
"$$$/AE/dialogs/KeyframeVelocity/OutgoingVelocity=Outgoing Velocity", headerType:
'static_text') {
column() {
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 4);
}
}
}
dva_checkbox(horizontal: align_left, identifier:
'continuousCheckbox', name: "$$$/AE/Dialogs/KeyframeVelocity/Continuous=Continuous
(Lock Outgoing to Incoming)");
dva_static_text(guide_mask: [ @guide_label, @guide_baseline ],
horizontal: align_right, identifier: 'KeyframeTimeNumberStaticText', name:
"$$$/AE/dialogs/KeyframeVelocity/KeyframeTimeNumber=For keyframe #1234 at time
0:00:00:0000");
dva_ok_cancel_row(horizontal: align_right);
}
}
}
END

// If you have to change this, change 676 first (the 2d version), then recreate
this one by deleting one dimension
DVAEVE 675
layout dvaeve_dialog
{
view dva_dialog(identifier: 'KeyframeVelocity', name:
"$$$/AE/dialogs/KeyframeVelocity/dialog=Keyframe Velocity", placement:
place_column)
{
column(horizontal: align_left, child_horizontal: align_left)
{
dva_static_text(guide_mask: [ @guide_label, @guide_baseline ],
identifier: 'KeyframeTypeStaticText', name:
"$$$/AE/dialogs/KeyframeVelocity/KeyframeType=Keyframe Type: XXXXXXXXXXXXXXXXX",
fontSize: 11, horizontal: align_fill);
row(child_horizontal: align_left) {
dva_groupbox(name:
"$$$/AE/dialogs/KeyframeVelocity/IncomingVelocity=Incoming Velocity", headerType:
'static_text') {
column() {
dva_checkbox(guide_mask: [ @guide_label,
@guide_baseline ], horizontal: align_left, identifier: 'lockDimensionsIncoming',
name: "$$$/AE/Dialogs/KeyframeVelocity/LockDimensionsIncoming=Lock Dimensions");
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 1);
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 2);
}
}
dva_groupbox(name:
"$$$/AE/dialogs/KeyframeVelocity/OutgoingVelocity=Outgoing Velocity", headerType:
'static_text') {
column() {
dva_checkbox(guide_mask: [ @guide_label,
@guide_baseline ], horizontal: align_left, identifier: 'lockDimensionsOutgoing',
name: "$$$/AE/Dialogs/KeyframeVelocity/LockDimensionsOutgoing=Lock Dimensions");
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 4);
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 5);
}
}
}
dva_checkbox(horizontal: align_left, identifier:
'continuousCheckbox', name: "$$$/AE/Dialogs/KeyframeVelocity/Continuous=Continuous
(Lock Outgoing to Incoming)");
dva_static_text(guide_mask: [ @guide_label, @guide_baseline ],
horizontal: align_right, identifier: 'KeyframeTimeNumberStaticText', name:
"$$$/AE/dialogs/KeyframeVelocity/KeyframeTimeNumber=For keyframe #1234 at time
0:00:00:0000");
dva_ok_cancel_row(horizontal: align_right);
}
}
}
END

// Note that dialogs 675 and 674 are edited versions of this. See comments above
them if you make any changes here.
DVAEVE 676
layout dvaeve_dialog
{
view dva_dialog(identifier: 'KeyframeVelocity', name:
"$$$/AE/dialogs/KeyframeVelocity/dialog=Keyframe Velocity", placement:
place_column)
{
column(horizontal: align_left, child_horizontal: align_left)
{
dva_static_text(guide_mask: [ @guide_label, @guide_baseline ],
identifier: 'KeyframeTypeStaticText', name:
"$$$/AE/dialogs/KeyframeVelocity/KeyframeType=Keyframe Type: XXXXXXXXXXXXXXXXX",
fontSize: 11);
row(child_horizontal: align_left) {
dva_groupbox(name:
"$$$/AE/dialogs/KeyframeVelocity/IncomingVelocity=Incoming Velocity", headerType:
'static_text') {
column() {
dva_checkbox(guide_mask: [ @guide_label,
@guide_baseline ], horizontal: align_left, identifier: 'lockDimensionsIncoming',
name: "$$$/AE/Dialogs/KeyframeVelocity/LockDimensionsIncoming=Lock Dimensions");
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 1);
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 2);
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 3);
}
}
dva_groupbox(name:
"$$$/AE/dialogs/KeyframeVelocity/OutgoingVelocity=Outgoing Velocity", headerType:
'static_text') {
column() {
dva_checkbox(guide_mask: [ @guide_label,
@guide_baseline ], horizontal: align_left, identifier: 'lockDimensionsOutgoing',
name: "$$$/AE/Dialogs/KeyframeVelocity/LockDimensionsOutgoing=Lock Dimensions");
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 4);
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 5);
dva_layout_script(identifier: 'VelInfGroup',
layoutId: 6);
}
}
}
dva_checkbox(horizontal: align_left, identifier:
'continuousCheckbox', name: "$$$/AE/Dialogs/KeyframeVelocity/Continuous=Continuous
(Lock Outgoing to Incoming)");
dva_static_text(guide_mask: [ @guide_label, @guide_baseline ],
horizontal: align_right, identifier: 'KeyframeTimeNumberStaticText', name:
"$$$/AE/dialogs/KeyframeVelocity/KeyframeTimeNumber=For keyframe #1234 at time
0:00:00:0000");
dva_ok_cancel_row(horizontal: align_right);
}
}
}
END

DVAEVE 170
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Camera=Camera Settings",
identifier:'Camera')
{
dva_groupbox(spacing: 0)
{
dva_subview(identifier: 'dialog', minWidth: 670, minHeight: 370);

}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 165
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/BackgroundColor=Background Color",
identifier:'BackgroundColor')
{
column(horizontal: align_center, child_horizontal: align_center)
{
column(spacing: 0)
{
dva_static_text(identifier: 'ColorText', name: "Medium Gray
Royal Color Padding");
dva_divider(direction: 'horizontal', horizontal:
align_fill, minThickness: 2);
}
dva_layout_script(identifier: 'ColorPickerControl');
}
dva_ok_cancel_row();
}
}
END

DVAEVE 700
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/CollectFiles=Collect Files",
identifier:'CollectFiles', spacing: 10, margin: 15, guide_mask:[@guide_label])
{

row(horizontal: align_fill, child_horizontal: align_center)


{
dva_popup(identifier: 'sourceFilesPopup', label:
"$$$/AE/Dialogs/CollectFiles/CollectSrcFiles=Collect Source Files:", minWidth: 175)
{
dva_popup_item(identifier: 'allPopItem', name:
"$$$/AE/Dialogs/CollectFiles/SourceList/All=All");
dva_popup_item(identifier: 'allCompsPopItem', name:
"$$$/AE/Dialogs/CollectFiles/SourceList/AllComps=For All Comps");
dva_popup_item(identifier: 'selectedCompsPopItem', name: "$
$$/AE/Dialogs/CollectFiles/SourceList/SelectedComps=For Selected Comps");
dva_popup_item(identifier: 'queuedCompsPopItem',name: "$$
$/AE/Dialogs/CollectFiles/SourceList/QueuedComps=For Queued Comps");
dva_popup_item(identifier: 'nonePopItem',name:
"$$$/AE/Dialogs/CollectFiles/SourceList/NoneProjectOnly=None (Project Only)");
}
}

column( child_horizontal: align_left)


{

dva_checkbox(identifier: 'genReportCheck', name:


"$$$/AE/Dialogs/CollectFiles/GenerateReport=Generate Report Only");
dva_checkbox(identifier: 'obeyProxyCheck', name:
"$$$/AE/Dialogs/CollectFiles/ObeyProxy=Obey Proxy Settings");
dva_checkbox(identifier: 'reduceProjectCheck', name:
"$$$/AE/Dialogs/CollectFiles/ReduceProject=Reduce Project");
row( spacing: 0)
{
dva_checkbox(identifier: 'changeRenderCheck', name:
"$$$/AE/Dialogs/CollectFiles/ChangeRender=Change render output to");
dva_text_edit(identifier: 'outputFolderEdit', minWidth:
160, horizontal: align_fill);
dva_static_text(identifier: 'folderTxt', name:
"$$$/AE/Dialogs/CollectFiles/OutputFolder= folder");
}
}

row( child_horizontal: align_left)


{
dva_checkbox(identifier: 'enableWatchCheck', name:
"$$$/AE/Dialogs/CollectFiles/EnableWatch=Enable 'Watch Folder' render");
}

row( child_horizontal: align_left)


{
dva_checkbox(identifier: 'revealCollectedProject', name:
"$$$/AE/Dialogs/CollectFiles/RevealGeneratedReport=Reveal generated report in
Finder when finished{{*MSWindows*}}Reveal generated report in Explorer when
finished");
}

row(horizontal: align_left)
{
column()
{
dva_static_text(name: " ", minWidth: 20);
}
column( spacing: 0)
{
dva_hot_text_number(identifier: 'maxNumMachines',
overwritePostLabel: 'false', label:
"$$$/AE/Dialogs/CollectFiles/MaxNumberMachines=Maximum Number of Machines:",
minValue: 0, maxValue: 999, decimalPlaces: 0, increment:1);
column( spacing: 0 )
{
dva_static_text(identifier: 'numItemsMultiTxt',
minWidth: 250, minHeight: 34, multiLine: 'true', fontSize: 11);
}
}
}

dva_static_text(identifier: 'effectsUsedTxt', multiLine: 'true',


minWidth: 250, minHeight: 34, fontSize: 11);

row(horizontal: align_fill, spacing:90)


{
column(vertical: align_bottom, horizontal: align_left)
{
dva_button(identifier: 'commentsBtn', name:
'$$$/AE/Dialogs/CollectFiles/Comments=Comments...', minWidth:110, horizontal:
align_left);
}
column(vertical: align_bottom, horizontal: align_right)
{
dva_ok_cancel_row(horizontal: align_right);
}

}
}
}
END

DVAEVE 709
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/AutoTrace=Auto-trace",
identifier:'AutoTrace', spacing: 10, margin: 15)
{

dva_groupbox(name: "$$$/AE/Dialog/AutoTrace/TimeSpan=Time Span",


headerType: 'static_text', horizontal: align_fill)
{

row(horizontal:align_center, spacing: 100)


{

dva_radio_button_group(identifier: 'selectFramesGrp',
showBorder: 'false', horizontal: align_left, spacing: 10, vertical: align_center)
{
dva_radio_button(identifier: 'currFrameRadio',
horizontal: align_fill,
name:
"$$$/AE/Dialogs/AutoTrace/CurrentFrame/=Current Frame");
dva_radio_button(identifier: 'workAreaRadio',
name: "$$$/AE/Dialogs/AutoTrace/WorkArea/=Work Area");
}

column(spacing: 0, horizontal:align_center)
{
dva_static_text(identifier:
'startTimeTxt', label: "$$$/AE/Dialogs/AutoTrace/Label/Start=Start:", name:
"0;00;00;00", fontSize: 11);
dva_static_text(identifier: 'endTimeTxt',
label: "$$$/AE/Dialogs/AutoTrace/Label/End=End:", name: "0;00;00;00", fontSize:
11);
dva_static_text(identifier:
'durationTxt', label: "$$$/AE/Dialogs/AutoTrace/Label/Duration=Duration:", name:
"0;00;00;00", fontSize: 11);
}

dva_groupbox(name: "$$$/AE/Dialog/AutoTrace/Options=Options",
headerType: 'static_text', horizontal: align_fill)
{
column(horizontal: align_center, child_horizontal: align_fill)
{
row( spacing: 15)
{
dva_popup(identifier: 'traceChannelPopup', label: "$$
$/AE/Dialogs/AutoTrace/Channel=Channel:", minWidth: 175)
{
dva_popup_item(name:
"$$$/AE/Dialogs/AutoTrace/ChannelList/Alpha=Alpha");
dva_popup_item(name:
"$$$/AE/Dialogs/AutoTrace/ChannelList/Red=Red");
dva_popup_item(name:
"$$$/AE/Dialogs/AutoTrace/ChannelList/Green=Green");
dva_popup_item(name:
"$$$/AE/Dialogs/AutoTrace/ChannelList/Blue=Blue");
dva_popup_item(name:
"$$$/AE/Dialogs/AutoTrace/ChannelList/Luminance=Luminance");
}
dva_checkbox(identifier: 'invertCheck', name:
"$$$/AE/Dialogs/AutoTrace/Invert=Invert", minWidth: 10);
}
row( spacing: 0)
{
dva_static_text(label: " ");
dva_checkbox(identifier: 'blurCheck', name:
"$$$/AE/Dialogs/AutoTrace/Blur=Blur ", minWidth: 10);
dva_hot_text_number(identifier: 'blurPix',
overwritePostLabel: 'false', postLabel:
"$$$/AE/Dialogs/AutoTrace/PixBeforeTrace=pixels before auto-trace", minValue: 0,
maxValue: 999, decimalPlaces: 2, increment:1);
}
row()
{
dva_hot_text_number(identifier: 'tolerancePix',
label: "$$$/AE/Dialogs/AutoTrace/Tolerance=Tolerance:", postLabel:
"$$$/AE/Dialogs/AutoTrace/pixels=px", maxWidth: 60, minValue: 0.1, maxValue: 999,
decimalPlaces: 2, increment:1);
dva_hot_text_number(identifier: 'minAreaPix', label:
"$$$/AE/Dialogs/AutoTrace/MinimumArea=Minimum Area:", postLabel:
"$$$/AE/Dialogs/AutoTrace/pixels=px", maxWidth: 60, minValue: 0, maxValue: 3000,
decimalPlaces: 2, increment:1);
}
row()
{
dva_hot_text_number(identifier: 'thresholdPct',
label: "$$$/AE/Dialogs/AutoTrace/Threshold=Threshold:", postLabel:
"$$$/AE/Dialogs/AutoTrace/ThresholdUnit=%", minValue: 0.0, maxValue: 100.0,
maxWidth: 60, decimalPlaces: 1, increment: 1.0);
dva_hot_text_number(identifier: 'cornerRoundPct',
label: "$$$/AE/Dialogs/AutoTrace/CornerRoundness=Corner Roundness:", postLabel: "$$
$/AE/Dialogs/AutoTrace/CornerRoundUnit=%", minValue: 0.0, maxValue: 100.0,
maxWidth: 60, decimalPlaces: 1, increment: 1.0);
}
row()
{
dva_checkbox(identifier: 'newLayerCheck', label: " ",
name: "$$$/AE/Dialogs/AutoTrace/ApplyNewLayer=Apply to new layer");
}
}
}

row(horizontal: align_fill)
{
column(vertical: align_bottom, spacing:0)
{
dva_checkbox(identifier: 'previewCheck', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_static_text(identifier: 'layerTraceTxt', name: "",
minWidth: 200, fontSize: 11);
}

column(vertical: align_bottom, horizontal: align_right)


{
dva_ok_cancel_row(horizontal: align_right);
}

}
}
}
END
DVAEVE 156
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/PreCompose=Pre-compose",
identifier:'PreCompose')
{
dva_text_edit(identifier: 'compName', label:
"$$$/AE/Dialogs/PreCompose/NewCompName=New composition name:", horizontal:
align_fill);
dva_radio_button_group(identifier: 'selection', showBorder: 'false')
{
row()
{
dva_static_text(name: " ");
column()
{
column(spacing: 0)
{
dva_radio_button(identifier: 'leaveAttributes',
horizontal: align_fill,
name:
"$$$/AE/Dialogs/PreCompose/LeaveAllAttributes/=Leave all attributes in '@0'");
row(spacing: 0)
{
dva_static_text(name: " ");
dva_static_text(identifier: 'extraInfo',
multiLine: 'true', maxWidth: 340, minHeight: 300, leftSpace: 22, fontSize: 11,
name:
"$$$/AE/Dialogs/PreCompose/LeaveAllAttributes/DummyText=Use this option to create a
new intermediate "

"composition with only 'VERY LONG LAYER NAME TEXT LENGTH', in it. The new
composition will become the source to the current layer. "
"'VERY LONG
LAYER NAME TEXT LENGTH' "
"This
Option is not available because more than one layer is selected");
}
}
column(spacing: 0)
{
dva_radio_button(name:
"$$$/AE/Dialogs/PreCompose/AllAttributesInNew/=Move all attributes into the new
composition");
row(spacing: 0)
{
dva_static_text(name: " ");
dva_static_text(multiLine: 'true',
maxWidth: 340, minHeight: 20, leftSpace: 22, fontSize: 11,
name:
"$$$/AE/Dialogs/PreCompose/AllAttributesInNew/Description=Use this option to place
the currently "
"selected layers
together into a new intermediate composition.");
}
}
column(spacing: 0)
{
row(indent: 15)
{
dva_checkbox(identifier:
'adjustDuration', name: "$$$/AE/Dialogs/PreCompose/AdjustDuration=Adjust
composition duration to the time span of the selected layers");
}
}
dva_checkbox(identifier: 'openComp', name:
"$$$/AE/Dialogs/PreCompose/OpenNewComposition=Open New Composition");
}
}

}
dva_ok_cancel_row();

}
}
END

DVAEVE 705
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/ProjectSettings/dialog=Project
Settings", identifier:'ProjectSettings', child_horizontal: align_fill)
{
dva_tab_container(spacing: 0, identifier: 'TabContainer')
{
column(placement: place_overlay)
{
dva_tab_view(name:
"$$$/AE/Dialogs/ProjectSettings/VideoRendering=Video Rendering and Effects",
identifier: 'videoTab', horizontal: align_fill, vertical: align_fill, guide_mask: [
@guide_label, @guide_baseline ])
{
dva_popup(identifier: 'renderer', label:
"$$$/AE/Dialogs/ProjectSettings/Renderer=Use:", horizontal: align_fill)
{
}
dva_static_text(minWidth: 600, identifier:
'8bitwarning', multiLine: 'true' , fontSize: 11, minHeight: 90, name:' \n \n ');
dva_static_text(minWidth: 600, identifier:
'cudaDriverWarning', multiLine: 'true' , fontSize: 11, minHeight: 90, name:' \n \n
');
}

dva_tab_view(name:
"$$$/AE/Dialogs/ProjectSettings/DisplayStyle=Time Display Style", identifier:
'timeTab', horizontal: align_fill, vertical: align_fill, guide_mask:
[ @guide_label, @guide_baseline ])
{
dva_radio_button_group(identifier: 'timecodeGroup',
showBorder: 'false')
{
column()
{
dva_radio_button(identifier:
'timecodeRadioButton', name: "$$$/AE/Dialogs/ProjectSettings/Timecode/=Timecode");
row(indent: 15, spacing: -4)
{
dva_popup(identifier:
'srcTimecodePopup', label: "$$$/AE/Dialogs/ProjectSettings/FootageTimecode=Footage
Start Time:", minWidth: 175)
{
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/Timecode/UseMediaSource=Use Media Source");
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/Timecode/StartAt0=00:00:00:000");
}
}
row(indent: 15)
{
dva_hot_text_number(identifier:
"timecodeBase", label: "$$$/AE/Dialogs/ProjectSettings/TimecodeBase=Default Base:",
minValue: 1, maxValue: 999, decimalPlaces: 0, cmdIncrement: 1);
}
dva_radio_button(identifier:
'framesRadioButton', name: "$$$/AE/Dialogs/ProjectSettings/Frames=Frames");
row(indent: 15, spacing: -4)
{
dva_checkbox(identifier:
'feetFramesLabel', name: "$$$/AE/Dialogs/ProjectSettings/FeetFrames=Use Feet +
Frames:");
dva_popup(identifier:
'feetFramesPopup', label: " ", minWidth: 175)
{
dva_popup_item(name:
"$$$/AE/Dialogs/FeetFrames/16mm=16mm");
dva_popup_item(name:
"$$$/AE/Dialogs/FeetFrames/35mm=35mm");
}
}
row(indent: 15)
{
dva_popup(identifier: 'startFrame',
label: "$$$/AE/Dialogs/ProjectSettings/FrameCount=Frame Count:", minWidth: 175)
{
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/Timecode/FrameNumbering0=Start at 0");
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/Timecode/FrameNumbering1=Start at 1");
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/Timecode/FrameNumberingTimecodeConversion=Timecode
Conversion");
}
}
}
}
}

dva_tab_view(name:
"$$$/AE/Dialogs/ProjectSettings/ColorSettings=Color", identifier: 'colorTab',
horizontal: align_fill, vertical: align_fill, guide_mask: [ @guide_label,
@guide_baseline ])
{
dva_popup(identifier: 'depth', label:
"$$$/AE/Dialogs/ProjectSettings/Depth=Depth:", horizontal: align_fill)
{
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/Depth/8bits=8 bits per channel");
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/Depth/16bits=16 bits per channel");
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/Depth/32bits=32 bits per channel (float)");
}
dva_popup(identifier: 'workingSpace', label:
"$$$/AE/Dialogs/ProjectSettings/WorkingSpace=Working Space:", horizontal:
align_fill)
{
}
column(spacing: 5)
{
row(spacing: 0)
{
dva_static_text(label: " ");
dva_checkbox(identifier: 'linearize',
name:"$$$/AE/Dialogs/ProjectSettings/Linearize=Linearize Working Space");
}
row(spacing: 0)
{
dva_static_text(label: " ");
dva_checkbox(identifier: 'blendColors',
name:"$$$/AE/Dialogs/ProjectSettings/BlendColors=Blend Colors Using 1.0 Gamma");
}
row(spacing: 0)
{
dva_static_text(label: " ");
dva_popup(identifier: 'unmanagedGamma',
label: "$$$/AE/Dialogs/ProjectSettings/UnmanagedGamma=Assume Working Gamma:",
horizontal: align_fill)
{
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/LegacyGamma=2.2 (sRGB)");
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/Rec709Gamma=2.4 (Rec. 709)");
}
}
row(spacing: 0)
{
dva_static_text(label: " ");
dva_checkbox(identifier:
'legacyImageState',
name:"$$$/AE/Dialogs/ProjectSettings/CompensateForSceneReferredProfiles=Compensate
for Scene-referred Profiles");
}
}
column(placement: place_overlay)
{
dva_static_text(identifier:
'colorManagmentOn' , name:"$$$/AE/Dialogs/ProjectSettings/ColorManagmentOn=Color
management is on. To turn it off, set Working Space to None.", fontSize: 11);
dva_static_text(identifier: 'colorManagmentOff'
, name:"$$$/AE/Dialogs/ProjectSettings/ColorManagmentOff=Color management is off.
To turn it on, set Working Space to a value other than None.", fontSize: 11);
}
dva_static_text(identifier: 'colorInfo', multiLine:
'true' , name: "This should never show up", fontSize: 11, minWidth: 600, minHeight:
80);
dva_static_text(identifier: 'colorInfo2', multiLine:
'true' , name: "This should never show up", fontSize: 11, minWidth: 600, minHeight:
80);
}

dva_tab_view(name:
"$$$/AE/Dialogs/ProjectSettings/AudioSettings=Audio", identifier: 'audioTab',
horizontal: align_fill, vertical: align_fill, guide_mask: [ @guide_label,
@guide_baseline ])
{
dva_popup(identifier: 'sampleRate', label:
"$$$/AE/Dialogs/ProjectSettings/AudioSettings/SampleRate=Sample Rate:", horizontal:
align_fill)
{
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/AudioSettings/22khz=22.050 kHz");
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/AudioSettings/32khz=32.000 kHz");
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/AudioSettings/44khz=44.100 kHz");
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/AudioSettings/48khz=48.000 kHz");
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/AudioSettings/96khz=96.000 kHz");
}
}

dva_tab_view(name:
"$$$/AE/Dialogs/ProjectSettings/Expressions=Expressions", identifier:
'expressionsTab', horizontal: align_fill, vertical: align_fill, guide_mask:
[ @guide_label, @guide_baseline ])
{
dva_popup(identifier: 'expressionsEngine', label: "$$
$/AE/Dialogs/ProjectSettings/ExpressionsEngine=Expressions Engine:", horizontal:
align_fill)
{
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/LegacyExtendScript=Legacy ExtendScript");
dva_popup_item(name:
"$$$/AE/Dialogs/ProjectSettings/JSExpressions1=JS Expressions 1.0");
}
}
}
}
row (horizontal: align_fill) {
dva_button(name:
'$$$/AE/Dialog/ProjectSettings/ProductionSettings=Team Project Settings...',
identifier:'anywhereProductionSettings', minWidth:40, horizontal: align_left);
dva_ok_cancel_row(horizontal: align_right);
}
}
}
END

DVAEVE 171
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Light/dialog=Light Settings",
identifier:'Light', child_horizontal: align_fill)
{
column(spacing: 7, child_horizontal: align_fill)
{
dva_text_edit(identifier: 'name', label:
"$$$/AE/Dialog/Light/name=Name:", horizontal: align_center, minWidth: 200);
dva_groupbox(name: "$$$/AE/Dialog/Light/settings=Settings",
headerType: 'static_text')
{
column(horizontal: align_center)
{
dva_popup(identifier: 'lightType', label: "$$
$/AE/Dialogs/Light/LightType=Light Type:" , minWidth: 100)
{
dva_popup_item(name:
"$$$/AE/Dialogs/Light/Parallel=Parallel");
dva_popup_item(name:
"$$$/AE/Dialogs/Light/Spot=Spot");
dva_popup_item(name:
"$$$/AE/Dialogs/Light/Point=Point");
dva_popup_item(name:
"$$$/AE/Dialogs/Light/Ambient=Ambient");
}
dva_layout_script(identifier:
'CPControlWithLabel');
dva_hot_text_number(identifier: 'intensity',
label: "$$$/AE/Dialogs/Light/Intensity=Intensity:", postLabel:
"$$$/AE/Dialogs/Light/percent=%", maxWidth: 60, decimalPlaces: 4);

dva_hot_text_number(identifier: 'coneAngle',
label: "$$$/AE/Dialogs/Light/ConeAngle=Cone Angle:", postLabel:
"$$$/AE/Dialogs/Light/degrees=^D", maxWidth: 60, minValue: 0, maxValue: 180,
decimalPlaces: 4);
dva_hot_text_number(identifier: 'coneFeather',
label: "$$$/AE/Dialogs/Light/ConeFeather=Cone Feather:", postLabel:
"$$$/AE/Dialogs/Light/percent=%", maxWidth: 60, minValue: 0, maxValue: 100,
decimalPlaces: 4);

dva_popup(identifier: 'falloffType', label: "$$


$/AE/Dialogs/Light/FalloffType=Falloff:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/Light/Falloff/None=None");
dva_popup_item(name:
"$$$/AE/Dialogs/Light/Falloff/Smooth=Smooth");
dva_popup_item(name:
"$$$/AE/Dialogs/Light/Falloff/InverseSquareClamped=Inverse Square Clamped");
}
dva_hot_text_number(identifier: 'falloffStart',
label: "$$$/AE/Dialogs/Light/FallOffStart=Radius:", decimalPlaces: 4, minValue: 0,
maxWidth: 60);
dva_hot_text_number(identifier:
'falloffDistance', label: "$$$/AE/Dialogs/Light//FallOffDistance=Falloff
Distance:", decimalPlaces: 4, minValue: 0, maxWidth: 60);

row(spacing: 0)
{
dva_static_text(label: " ");
dva_checkbox(identifier: 'castsShadows',
name: "$$$/AE/Dialogs/Light/CastsShadows=Casts Shadows");
}
dva_hot_text_number(identifier:
'shadowDarkness', label: "$$$/AE/Dialogs/Light/ShadowDarkness=Shadow Darkness:",
postLabel: "$$$/AE/Dialogs/Light/percent=%", maxWidth: 60, minValue: 0,
decimalPlaces: 4);
dva_hot_text_number(identifier:
'shadowDiffusion', label: "$$$/AE/Dialogs/Light/ShadowDiffusion=Shadow Diffusion:",
postLabel: "$$$/AE/Dialogs/Light/pixels=px", maxWidth: 60, minValue: 0,
decimalPlaces: 4);

}
dva_static_text(horizontal: align_center, fontSize: 11,
multiLine: 'true', maxWidth: 280, name: "$$$/AE/Dialogs/Light/note=Note: Shadows
are only cast from layers with 'Cast Shadows' enabled to layers with 'Accepts
Shadows' enabled.#{lf} ");

}
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 172
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/AutoOrient/dialog=Auto-Orientation",
identifier:'AutoOrient', child_horizontal: align_fill)
{
dva_groupbox(name: "$$$/AE/Dialog/AutoOrient/dialog=Auto-Orientation",
headerType: 'static_text')
{
dva_radio_button_group(identifier: 'autoOrient', showBorder:
"false", spacing: 5)
{
dva_radio_button(name: "$$$/AE/Dialogs/AutoOrient/Off=Off",
setAsFocused: 'true', state: 'checked');
dva_radio_button(name:
"$$$/AE/Dialogs/AutoOrient/Path=Orient Along Path");
dva_radio_button(identifier: 'camera', name:
"$$$/AE/Dialogs/AutoOrient/Camera=Orient Towards Camera", minWidth: 230);
dva_checkbox(identifier: 'independent', name:
"$$$/AE/Dialogs/AutoOrient/TextPerChar=Orient Each Character Independently
(requires Per-character 3D)", indent: 17);
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 664
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Orientation/dialog=Orientation",
identifier:'Orientation', child_horizontal: align_center)
{
column(spacing: 5){
dva_hot_text_number(label: "$$$/AE/Dialogs/Orientation/X-
axis=X:", postLabel: "$$$/AE/Dialogs/Orientation/degrees=^D", identifier:'xAxis',
maxWidth: 60, decimalPlaces: 4);
dva_hot_text_number(label: "$$$/AE/Dialogs/Orientation/Y-
axis=Y:", postLabel: "$$$/AE/Dialogs/Orientation/degrees=^D", identifier:'yAxis',
maxWidth: 60, maxValue: 9999,decimalPlaces: 4);
dva_hot_text_number(label: "$$$/AE/Dialogs/Orientation/Z-
axis=Z:", postLabel: "$$$/AE/Dialogs/Orientation/degrees=^D", identifier:'zAxis',
maxWidth: 60, maxValue: 9999,decimalPlaces: 4);
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 145
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Rotation/dialog=Rotation", placement:
place_column, identifier:'Rotation', child_horizontal: align_center)
{
column()
{
column(horizontal: align_center)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Rotation/Revolutions=Revolutions:", postLabel:
"$$$/AE/Dialogs/Rotation/x=x", identifier: 'revolutions', maxWidth: 80,
decimalPlaces: 4);
dva_hot_text_number(label:
"$$$/AE/Dialogs/Rotation/degres/pre=+ Degrees:", postLabel:
"$$$/AE/Dialogs/Rotation/degrees=^D", identifier: 'degrees', maxWidth: 80,
decimalPlaces: 4);
}
dva_static_text(label: " ", name:
"$$$/AE/Dialogs/Rotation/clockwise=(positive is clockwise)", horizontal:
align_center);
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 212
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Rotation/dialog=Rotation", placement:
place_column, identifier:'RotationXYZ', child_horizontal: align_center)
{
column()
{
row(horizontal: align_center)
{
column()
{
dva_static_text(label: " ", name:
"$$$/AE/Dialogs/Rotation/X=X");
dva_hot_text_number(label:
"$$$/AE/Dialogs/Rotation/Revolutions=Revolutions:", postLabel:
"$$$/AE/Dialogs/Rotation/x=x", maxWidth: 80, decimalPlaces: 4, identifier:
'revolutionsX');
dva_hot_text_number(label:
"$$$/AE/Dialogs/Rotation/degres/pre=+ Degrees:", postLabel:
"$$$/AE/Dialogs/Rotation/degrees=^D", maxWidth: 80, decimalPlaces: 4, identifier:
'degreesX');
}
column()
{
dva_static_text(name: "$$$/AE/Dialogs/Rotation/Y=Y");
dva_hot_text_number(postLabel:
"$$$/AE/Dialogs/Rotation/x=x", maxWidth: 80, decimalPlaces: 4, identifier:
'revolutionsY');
dva_hot_text_number(postLabel:
"$$$/AE/Dialogs/Rotation/degrees=^D", maxWidth: 80, decimalPlaces: 4, identifier:
'degreesY');
}
column()
{
dva_static_text(name: "$$$/AE/Dialogs/Rotation/Z=Z");
dva_hot_text_number(postLabel:
"$$$/AE/Dialogs/Rotation/x=x", maxWidth: 80, decimalPlaces: 4, identifier:
'revolutionsZ');
dva_hot_text_number(postLabel:
"$$$/AE/Dialogs/Rotation/degrees=^D", maxWidth: 80, decimalPlaces: 4, identifier:
'degreesZ');
}
}
dva_static_text(label: " ", name:
"$$$/AE/Dialogs/Rotation/clockwise=(positive is clockwise)",horizontal:
align_center);
}
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 667
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/MaskExpansion/dialog=Mask Expansion",
placement: place_column, identifier:'MaskExpansion', child_horizontal:
align_center, spacing: 20)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/MaskExpansion/expansion=Expansion:", postLabel:
"$$$/AE/Dialogs/MaskExpansion/px=px", minValue: -32000.0, maxValue:
32000.0,decimalPlaces: 4, overwritePostLabel: 'true', identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 653
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Ambient/dialog=Ambient", placement:
place_column, identifier:'Ambient', child_horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/Ambient/ambient=Ambient:",
postLabel: "$$$/AE/Dialogs/Ambient/percent=%", minValue: 0, maxValue:
100.0,decimalPlaces: 4, increment: 1, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 654
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Diffuse/dialog=Diffuse", placement:
place_column, identifier:'Diffuse', child_horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/Diffuse/diffuse=Diffuse:",
postLabel: "$$$/AE/Dialogs/Diffuse/percent=%", minValue: 0, maxValue:
100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 655
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Specular/dialog=Specular Intensity",
placement: place_column, identifier:'Specular', child_horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/Specular/specular=Specular
Intensity:", postLabel: "$$$/AE/Dialogs/Specular/percent=%", minValue: 0, maxValue:
100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 656
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Shininess/dialog=Specular Shininess",
placement: place_column, identifier:'Shininess', child_horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/Shininess/shininess=Specular
Shininess:", postLabel: "$$$/AE/Dialogs/Shininess/percent=%", minValue: 0,
maxValue: 100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 670
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Metal/dialog=Metal", placement:
place_column, identifier:'Metal', child_horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/Metal/metal=Metal:",
postLabel: "$$$/AE/Dialogs/Metal/percent=%", minValue: 0, maxValue:
100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 658
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Intensity/dialog=Intensity", placement:
place_column, identifier:'Intensity', child_horizontal: align_center)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Intensity/intensity=Intensity:", postLabel:
"$$$/AE/Dialogs/Intensity/percent=%", maxWidth: 80,decimalPlaces: 4,
identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 666
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/ShadowDarkness/dialog=Shadow Darkness",
placement: place_column, identifier:'ShadowDarkness', child_horizontal:
align_center)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/ShadowDarkness/shadowDarkness=Shadow Darkness:", postLabel:
"$$$/AE/Dialogs/ShadowDarkness/percent=%", maxWidth: 100, minValue: 0,
decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 657
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/ConeFeather/dialog=Cone Feather",
placement: place_column, identifier:'ConeFeather', child_horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/ConeFeather/coneFeather=Cone
Feather:", postLabel: "$$$/AE/Dialogs/ConeFeather/percent=%", minValue: 0,
maxValue: 100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 659
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/BlurLevel/dialog=Blur Level",
placement: place_column, identifier:'BlurLevel', child_horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/BlurLevel/BlurLevel=Blur
Level:", postLabel: "$$$/AE/Dialogs/BlurLevel/percent=%", maxWidth: 100, minValue:
0, decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 146
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Opacity/dialog=Opacity", placement:
place_column, identifier:'Opacity', child_horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/Opacity/opacity=Opacity:",
postLabel: "$$$/AE/Dialogs/Opacity/percent=%", minValue: 0, maxValue:
100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 660
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/ConeAngle/dialog=Cone Angle",
placement: place_column, identifier:'ConeAngle', child_horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/ConeAngle/coneAngle=Cone
Angle:", postLabel: "$$$/AE/Dialogs/ConeAngle/degree=^D", minValue: 0, maxValue:
180.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 669
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/LightTransmission/dialog=Light
Transmission", placement: place_column, identifier:'LightTransmission',
child_horizontal: align_center)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/LightTransmission/lightTransmission=Light Transmission:",
postLabel: "$$$/AE/Dialogs/LightTransmission/percent=%", minValue: 0, maxValue:
100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 677
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Reflection3D/dialog=Reflection
Intensity", placement: place_column, identifier:'Reflection3D', child_horizontal:
align_center)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Reflection3D/reflection3D=Reflection Intensity:", postLabel:
"$$$/AE/Dialogs/Reflection3D/percent=%", minValue: 0, maxValue:
100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 678
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Transparency3D/dialog=Transparency",
placement: place_column, identifier:'Transparency3D', child_horizontal:
align_center)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Transparency3D/transparency3D=Transparency:", postLabel:
"$$$/AE/Dialogs/Transparency3D/percent=%", minValue: 0, maxValue:
100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 681
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/TranspRoll3D/dialog=Transparency
Rolloff", placement: place_column, identifier:'TranspRoll3D', child_horizontal:
align_center)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/TranspRoll3D/transpRoll3D=Transparency Rolloff:", postLabel:
"$$$/AE/Dialogs/TranspRoll3D/percent=%", minValue: 0, maxValue:
100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 682
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/IOR_3D/dialog=Index of Refraction",
placement: place_column, identifier:'IOR_3D', child_horizontal: align_center)
{
dva_hot_text_number(label: "$$$/AE/Dialogs/IOR_3D/ior_3D=Index of
Refraction:", postLabel: "$$$/AE/Dialogs/IOR_3D/percent=%", minValue: 0, maxValue:
100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 679
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Glossiness3D/dialog=Reflection
Sharpness", placement: place_column, identifier:'Glossiness3D', child_horizontal:
align_center)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Glossiness3D/Glossiness3D=Reflection Sharpness:", postLabel:
"$$$/AE/Dialogs/Glossiness3D/percent=%", minValue: 0, maxValue:
100.0,decimalPlaces: 4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END
DVAEVE 680
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Fresnel3D/dialog=Reflection Rolloff",
placement: place_column, identifier:'Fresnel3D', child_horizontal: align_center)
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Fresnel3D/Fresnel3D=Reflection Rolloff:", postLabel:
"$$$/AE/Dialogs/Fresnel3D/percent=%", minValue: 0, maxValue: 100.0,decimalPlaces:
4, identifier:'number');
row(horizontal: align_fill)
{
dva_checkbox(horizontal: align_left, identifier: 'preview', name:
"$$$/AE/Dialogs/Preview=Preview");
dva_ok_cancel_row();
}
}
}
END

DVAEVE 661
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Zoom/dialog=Zoom", placement:
place_column, identifier:'Zoom', child_horizontal: align_center)
{
column()
{
dva_hot_text_number(label: "$$$/AE/Dialogs/Zoom/Zoom=Zoom:",
postLabel: "$$$/AE/Dialogs/Zoom/pixels=pixels", maxWidth: 100, minValue: 1,
decimalPlaces: 4, identifier:'number');
dva_layout_script(identifier: 'LayoutUnitsListPIM');
}
dva_ok_cancel_row();
}
}
END

DVAEVE 665
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/ShadowDiffusion/dialog=Shadow
Diffusion", placement: place_column, identifier:'ShadowDiffusion',
child_horizontal: align_center)
{
column()
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/ShadowDiffusion/ShadowDiffusion=Shadow Diffusion:", postLabel: "$$
$/AE/Dialogs/ShadowDiffusion/percent=px", maxWidth: 100, minValue: 0,
decimalPlaces: 4, identifier:'number');
dva_layout_script(identifier: 'LayoutUnitsListPIM');
}
dva_ok_cancel_row();
}
}
END
DVAEVE 662
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/FocusDistance/dialog=Focus Distance",
identifier:'FocusDistance', child_horizontal: align_center)
{
column()
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/FocusDistance/FocusDistance=Focus Distance:", postLabel:
"$$$/AE/Dialogs/FocusDistance/pixels=pixels", maxWidth: 100, minValue: 0,
decimalPlaces: 4, identifier:'number');
dva_layout_script(identifier: 'LayoutUnitsListPIM');
}
dva_ok_cancel_row();
}
}
END

DVAEVE 663
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Aperture/dialog=Aperture", placement:
place_column, identifier:'Aperture', child_horizontal: align_center)
{
column()
{
dva_hot_text_number(label:
"$$$/AE/Dialogs/Aperture/Aperture=Aperture:", postLabel:
"$$$/AE/Dialogs/Aperture/pixels=pixels", maxWidth: 100, minValue: 0, decimalPlaces:
4, identifier:'number');
dva_layout_script(identifier: 'LayoutUnitsListPIM');
}
dva_ok_cancel_row();
}
}
END

DVAEVE 157
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/CustomResolution/dialog=Custom
Resolution", placement: place_column, identifier:'CustomResolution',
child_horizontal: align_left, spacing: 10)
{
row(child_horizontal: align_fill)
{
dva_hot_text_number(setAsFocused: 'true',
label:"$$$/AE/Dialogs/CustomResolution/StaticText/3=Render every", identifier:
'horizontalNumber', minValue: 1.0, maxValue: 99.0, minWidth: 40, decimalPlaces: 1);
dva_static_text(name:
"$$$/AE/Dialogs/CustomResolution/StaticText/6=pixel(s) horizontally.", identifier:
'text1');
}
row(child_horizontal: align_fill)
{

dva_hot_text_number(label:"$$$/AE/Dialogs/CustomResolution/StaticText/
3=Render every", identifier: 'verticalNumber', minValue: 1.0, maxValue: 99.0,
minWidth: 40, decimalPlaces: 1);
dva_static_text(name:
"$$$/AE/Dialogs/CustomResolution/StaticText/7=pixel(s) vertically.", identifier:
'text2');
}
dva_ok_cancel_row();
}
}
END

DVAEVE 158
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/CustomRange/dialog=Play Around Current
Time", placement: place_column, identifier:'CustomRange')
{
column(child_horizontal: align_center, horizontal: align_fill)
{
dva_hot_text_number(setAsFocused: 'true',
label:"$$$/AE/Dialogs/CustomRange/Preroll=Preroll", postLabel:
"$$$/AE/Dialogs/CustomRange/Seconds=seconds", identifier: 'prerollNumber',
minValue: 0.0, maxValue: 999.0, decimalPlaces: 1);

dva_hot_text_number(label:"$$$/AE/Dialogs/CustomRange/Duration=Postroll",
postLabel: "$$$/AE/Dialogs/CustomRange/Seconds=seconds", identifier:
'postrollNumber', minValue: 0.0, maxValue: 999.0, decimalPlaces: 1);
}
dva_ok_cancel_row();
}
}
END

// note: the fake labels on text edits help with alignment


// and the strange row grouping instead of columns is to control tab
order
DVAEVE 241
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Marker/dialog=Marker", identifier:
'Marker', placement: place_column)
{
row()
{
dva_subview(label: "$$$/AE/Dialogs/Marker/edit_text/time=Time:",
identifier: 'timeTextEdit', minHeight: 20, minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthTime=is -0:00:00:0000
Base 30non-drop drop more{{*COMMENT*}}use translation of '@ 999.999 fps (starts at
1)' instead if that's longer in your language",
unitsFontSize: 11);
}

dva_subview(label:
"$$$/AE/Dialogs/Marker/edit_text/duration=Duration:", identifier:
'durationTextEdit', minHeight: 20, minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthDuration=is -
0:00:00:0000 Base 30non-drop drop",
unitsFontSize: 11);

dva_text_edit(vertical: align_top, label:


"$$$/AE/Dialogs/Marker/edit_text/4=Comment:", identifier: 'commentTextEdit',
multiLine: 'true', vertical_scroll: 'true', minHeight: 80, minWidth: 400);

dva_popup(identifier: "commentLabelColor", label:


"$$$/AE/Dialogs/Marker/label_color=Label:", minWidth: 150);

dva_groupbox(name:
"$$$/AE/Dialog/Marker/group/ResponsiveDesignTime=Responsive Design #{mdash} Time ",
headerType: 'static_text', topFrame: 7, identifier: 'markerPropsGroup', horizontal:
align_fill)
{
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Dialogs/Marker/checkbox/ProtectRegion_Label= ");
dva_checkbox(name:
"$$$/AE/Dialogs/Dialogs/Marker/checkbox/ProtectRegion=Protected Region",
identifier: 'protectRegion');
}
}

dva_ok_cancel_row();
}
}
END

// the ONLY difference from above is there is no "markerPropsGroup"


DVAEVE 242
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Marker/dialog=Marker", identifier:
'Marker', placement: place_column)
{
row()
{
dva_subview(label: "$$$/AE/Dialogs/Marker/edit_text/time=Time:",
identifier: 'timeTextEdit', minHeight: 20, minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthTime=is -0:00:00:0000
Base 30non-drop drop more{{*COMMENT*}}use translation of '@ 999.999 fps (starts at
1)' instead if that's longer in your language",
unitsFontSize: 11);
}

dva_subview(label:
"$$$/AE/Dialogs/Marker/edit_text/duration=Duration:", identifier:
'durationTextEdit', minHeight: 20, minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthDuration=is -
0:00:00:0000 Base 30non-drop drop",
unitsFontSize: 11);

dva_text_edit(vertical: align_top, label:


"$$$/AE/Dialogs/Marker/edit_text/4=Comment:", identifier: 'commentTextEdit',
multiLine: 'true', vertical_scroll: 'true', minHeight: 80, minWidth: 400);
dva_popup(identifier: "commentLabelColor", label:
"$$$/AE/Dialogs/Marker/label_color=Label:", minWidth: 150);

dva_ok_cancel_row();
}
}
END

// This is a test dialog. Fill it out with whatever content you want.
DVAEVE 999
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/private/AE/Dialogs/TestLayoutID=TestLayout",
identifier: 'TestLayout', placement: place_column)
{
}
}

END

DVAEVE 246
layout dvaeve_dialog
{
view dva_dialog(name: '$$$/AE/Dialog/MoveOrDeleteMediaCacheDialogTitle=Move
or Delete', identifier:'MoveOrDeleteDialog', spacing: 6)
{
column(spacing: 10, child_horizontal: align_center, child_vertical:
align_proportional)
{
row(child_horizontal: align_fill, horizontal: align_fill)
{
dva_static_text(name:
'$$$/AE/Dialog/MoveOrDeleteMediaCacheText=Move the existing media cache database to
the new location, or delete it?', identifier:'MoveOrDeleteMessageText');
}
row(child_horizontal: align_fill, horizontal: align_fill)
{
dva_button(name:
'$$$/AE/Dialog/MoveOrDeleteMediaCacheMove=Move', identifier:'moveButton',
minWidth:40);
dva_button(name:
'$$$/AE/Dialog/MoveOrDeleteMediaCacheDelete=Delete', identifier:'deleteButton',
minWidth:40);
dva_button(name:
'$$$/AE/Dialog/MoveOrDeleteMediaCacheCancel=Cancel', identifier:'cancelButton',
minWidth:40);
}
}
}
}
END

DVAEVE 601
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/Prefs/Multiprocessing/Details=Memory
Details", identifier:'sharedDetails', child_horizontal: align_fill)
{
dva_subview(identifier: 'detailSubview', minWidth: 750, minHeight: 450,
wantsFocus: "true");
row(horizontal: align_right)
{
dva_button(name: "$$$/AE/Dialog/Prefs/Multiprocessing/Copy=Copy",
identifier: 'copy');
dva_ok_row();
}
}
}
END

DVAEVE 600
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialog/PrefsDialog=Preferences", identifier:
"PrefsDialog", placement: place_row, spacing: 10)
{
dva_panel_container(identifier: "PanelContainer")
{
column(placement: place_overlay)
{
dva_layout_script(identifier: "GeneralPref");
dva_layout_script(identifier: "PreviewsPref");
dva_layout_script(identifier: "DisplayPref");
dva_layout_script(identifier: "ImportPref");
dva_layout_script(identifier: "OutputPref");
dva_layout_script(identifier: "GridsGuidesPref");
dva_layout_script(identifier: "LabelColorsPref");
dva_layout_script(identifier: "DiskCachePref");
dva_layout_script(identifier: "TransmitPreviewPref");
dva_layout_script(identifier: "UIColorsPref");
dva_layout_script(identifier: "NewProjectPref");
dva_layout_script(identifier: "AutoSavePref");
dva_layout_script(identifier: "MemoryMultiprocessingPref");
dva_layout_script(identifier: "AudioHardwarePref");
dva_layout_script(identifier: "AudioOutputMappingPref");
dva_layout_script(identifier: "CloudSyncPref");
dva_layout_script(identifier: "TypePref");
dva_layout_script(identifier: "ExpressionScriptsPref");
dva_layout_script(identifier: "SchecretPref");
}
}
column(horizontal:align_fill)
{
dva_ok_cancel_column();
dva_button(name: "$$$/AE/Dialog/PrefsDialog/Previous=Previous",
identifier: 'bPrev');
dva_button(name: "$$$/AE/Dialog/PrefsDialog/Next=Next",
identifier: 'bNext');
}
}
}
END

DVAEVE GeneralPref
layout General
{
view dva_panel_view(name:
"$$$/AE/Dialogs/Preferences/General/GroupBox=General", identifier: "prefsGeneral",
guide_mask:[@guide_label, @guide_baseline], horizontal: align_fill)
{
dva_hot_text_number(identifier: "htMaskSelectionTolerance", label: "$$
$/AE/Dialogs/Preferences/General/PathHandleSize=Path Point and Handle Size:",
minValue: 4, maxValue: 15, decimalPlaces: 0, cmdIncrement: 1, postLabel:
"$$$/AE/Dialogs/Preferences/General/PathHandleSize_Label=pixels");

dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/ShowToolTips=Show Tool Tips", identifier:
'cbToolTips');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/CreateLayers=Create Layers at Composition Start
Time", identifier: 'cbTimeZero');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/SwitchesAffectNestedComps=Switches Affect
Nested Comps", identifier: 'cbSwitchesAffectNestedComps');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/DefaultSpatialInterpolationToLinear=Default
Spatial Interpolation to Linear", identifier: 'cbDefaultSpInter');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/PreserveConstantVertexCount=Preserve Constant
Vertex and Feather Point Count when Editing Masks", identifier: 'cbSmartMask');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/PenToolShortcutLimited=Pen Tool Shortcut
Toggles Between Pen and Mask Feather Tools", identifier: 'cbPenShortcut');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/ShapeLayerCenterAnchorPoint=Center Anchor Point
in New Shape Layers", identifier: 'cbShapeLayerCenterAnchorPoint');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/SynchronizeTime=Synchronize Time of All Related
Items", identifier: 'cbSyncTime');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/CreateSplitLayers=Create Split Layers Above
Original Layer", identifier: 'cbSplitLayers');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/UseSystemColorPicker=Use System Color Picker",
identifier: 'cbUseSystemColorPicker');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/DynamicLinkServerFollowsProjectVersions=Dynamic
Link with After Effects Uses Project File Name with Highest Number", identifier:
'cbDLServerFollowsProjectVersions');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/PlaySoundOnRenderComplete=Play Sound When
Render Finishes", identifier: 'cbPlaySoundOnRenderComplete');

dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/UseSysShortcut=Use System Shortcut Keys",
identifier: 'cbUseSysShortcut');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/ShowStartScreen=Enable Home Screen",
identifier: 'cbShowWelcomeScreen', tooltip:
"$$$/AE/Dialogs/Preferences/General/ShowStartScreenToolTip=Determines whether to
show the home screen on launch; changes take effect on next launch");
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/General/OpeningLayersGroup=Opening Layers with Double-
click (use Option to reverse){{*MSWindows*}}Opening Layers with Double-click (use
Alt to reverse)", horizontal: align_fill)
{
dva_popup(label:
"$$$/AE/Dialogs/Preferences/General/DoubleClickFootageLayerOpens=On Footage Layer
Opens:", identifier: 'pDoubleClickFootageLayer')
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/General/FootageLayer/Layer=Layer Panel");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/General/FootageLayer/Footage=Source Footage Panel");
}

dva_popup(label:
"$$$/AE/Dialogs/Preferences/General/DoubleClickCompLayerOpens=On Comp Layer
Opens:", identifier: 'pDoubleClickCompLayer')
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/General/CompLayer/Layer=Layer Panel");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/General/CompLayer/Comp=Source Composition Panel");
}

dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/General/DoubleClickAdaptForTool=Open Layer Panel when
Double-clicking with Paint, Roto Brush, and Refine Edge Tools", identifier:
'cbAdaptForTool');
}

row() {
dva_button(name:
"$$$/AE/Dialogs/Preferences/General/RevealPreferencesFile=Reveal Preferences in
Finder{{*MSWindows*}}Reveal Preferences in Explorer", identifier: 'bRevealPrefs');
dva_button(identifier: 'restorePreferences', name:
'$$$/AE/Dialogs/Preferences/General/RestoreSettings/Migrate=Migrate Previous
Version Settings...');
}
}
}
END

DVAEVE PreviewsPref
layout Previews
{
view dva_panel_view(name:
'$$$/AE/Dialogs/Preferences/Previews/GroupBox=Previews', identifier:
'prefsPreviews', guide_mask: [ @guide_label, @guide_baseline], horizontal:
align_fill)
{
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/Previews/FastPreviews=Fast Previews", horizontal:
align_fill)
{
row(indent: 30)
{
dva_popup(label:
"$$$/AE/Dialogs/Preferences/Previews/AdaptiveResLimit=Adaptive Resolution Limit:",
identifier: 'pAdaptiveResLimit')
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Previews/AdaptiveResLimit/Half=1/2");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Previews/AdaptiveResLimit/OneFourth=1/4");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Previews/AdaptiveResLimit/OneEighth=1/8");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Previews/AdaptiveResLimit/OneSixteenth=1/16");
}
dva_static_text();
dva_button(name:
"$$$/AE/Dialogs/Preferences/Previews/OpenGLInfo=GPU Information...", identifier:
'bOpenGLInfo');
}
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/Previews/ShowSubLayerBoundingBox=Show Internal
Wireframes", identifier: 'cbInternalBoundingBoxes');
}
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/Previews/ViewerQuality=Viewer Quality", guide_mask:
[ @guide_label , @guide_baseline ], horizontal: align_fill, child_horizontal:
align_fill)
{
row(indent: 30)
{
dva_popup(label:
"$$$/AE/Dialogs/Preferences/Previews/ZoomPARQuality=Zoom Quality:", identifier:
'pScaleQuality')
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Previews/ViewerZoomQuality/Faster=Faster");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Previews/ViewerZoomQuality/MoreAccurateExceptCachedPrev
iew=More Accurate Except Cached Preview");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Previews/ViewerZoomQuality/MoreAccurate=More
Accurate");
}
}
row(indent: 30)
{
dva_popup(label:
"$$$/AE/Dialogs/Preferences/Previews/ColorManagement=Color Management Quality:",
identifier: 'pCMQuality')
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Previews/ColorManagement/Faster=Faster");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Previews/ViewerZoomQuality/MoreAccurateExceptCachedPrev
iew=More Accurate Except Cached Preview");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Previews/ViewerZoomQuality/MoreAccurate=More
Accurate");
}
}
}
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/Previews/CompositionSwitches=Composition Switches",
guide_mask: [ @guide_label , @guide_baseline ], horizontal: align_fill,
child_horizontal: align_fill)
{
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/Previews/LinkBlendAndBlurForLayersAndComp=Automatically
Enable Frame Blending and Motion Blur Rendering", identifier:
'cLinkBlendAndBlurForLayersAndComp');
}
dva_groupbox(name: "$$$/AE/Dialogs/Preferences/Previews/Audio=Audio",
guide_mask: [ @guide_label , @guide_baseline ], horizontal: align_fill,
child_horizontal: align_fill)
{
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/Previews/MuteNonRealtimeAudio=Mute Audio When Preview
Is Not Real-time", identifier: 'cbMuteNonRealtimeAudio');
}
}
}
END

DVAEVE DisplayPref
layout Display
{
view dva_panel_view(name:
'$$$/AE/Dialogs/Preferences/Display/GroupBox=Display', identifier: 'prefsDisplay',
guide_mask: [ @guide_label, @guide_baseline ], horizontal: align_fill)
{
dva_groupbox(name:
'$$$/AE/Dialogs/Preferences/Display/MotionPath=Motion Path', horizontal:
align_fill)
{
dva_radio_button_group(identifier: 'rgMotionPath', placement:
place_column, showBorder: 'false', groupSpacing: 8)
{
dva_radio_button(name:
"$$$/AE/Dialogs/Preferences/Display/NoMotionPath=No Motion Path", identifier:
'rbNoMotionPath');
dva_radio_button(name:
"$$$/AE/Dialogs/Preferences/Display/AllKeyframes=All Keyframes", identifier:
'rbAllKeyframes');
row()
{
dva_radio_button(name:
"$$$/AE/Dialogs/Preferences/Display/NoMoreThan=No More Than", identifier:
'rbNoMoreThanXFrames');
dva_hot_text_number(identifier: 'htNumKeyframes',
postLabel: "$$$/AE/Dialogs/Preferences/Display/Keyframes=Keyframes",
overwritePostLabel: 'true', minValue: 2, maxValue: 999, decimalPlaces: 0,
cmdIncrement: 1);
}
row()
{
dva_radio_button(name:
"$$$/AE/Dialogs/Preferences/Display/NoMoreThan=No More Than", identifier:
'rbNoMoreThanXTime');
dva_subview(identifier: 'durMotionPath', units: " ",
minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthDuration=is -
0:00:00:0000 Base 30non-drop drop",
unitsFontSize: 11);
}
}
}
column(placement: place_column, indent: 20)
{
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/Display/DisableThumbnails=Disable Thumbnails in Project
Panel", identifier: 'cbDisableThumbnails');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/Display/RenderingProgress=Show Rendering Progress in
Info Panel and Flowchart", identifier: 'cbShowRenderingProgress');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/Display/HardwareAccelerate=Hardware Accelerate
Composition, Layer, and Footage Panels", identifier: 'cbHardwareAccelerate');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/Display/DualTimeDisplay=Show Both Timecode and Frames
in Timeline Panel", identifier: 'cbShowDualTime');
}
}
}
END

DVAEVE ImportPref
layout Import
{
view dva_panel_view(name:
"$$$/AE/Dialogs/Preferences/Import/GroupBox=Import", identifier: "prefsImport",
guide_mask: [ @guide_label, @guide_baseline ], horizontal: align_fill)
{
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/Import/StillFootage=Still Footage", horizontal:
align_fill)
{
dva_radio_button_group(identifier: "rgStillFootage", placement:
place_column, showBorder: "false")
{
dva_radio_button(identifier: "rbCompLength", name:
"$$$/AE/Dialogs/Preferences/Import/CompLength= Length of Composition");
row(spacing: 0)
{
dva_radio_button(identifier:
"rbStillFootageDuration", name: " ");
dva_subview(identifier: "durStillFootage", units: "
", minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthDuration=is -
0:00:00:0000 Base 30non-drop drop",
unitsFontSize: 11);
}
}
}
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/Import/SequenceFootage=Sequence Footage", placement:
place_row, horizontal: align_fill, spacing: 5)
{
column()
{
dva_hot_text_number(identifier: "htSeqFootageFPS",
minValue: 0.01, maxValue: 999, decimalPlaces: 3, postLabel:
"$$$/AE/Dialogs/Preferences/Import/SeqFootageFPS=frames per second",
overwritePostLabel: 'true');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/Import/SequenceFootage/ReportMissingFrames=Report
Missing Frames", identifier: 'cbReportMissingFrames');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/Import/SequenceFootage/VerifyIndividualFiles=Verify
Individual Files (slower)", identifier: 'cbVerifyIndividualFrames');
}
}
dva_groupbox(identifier: "gbVideoFootage", name:
"$$$/AE/Dialogs/Preferences/Import/VideoFootage=Video Footage", placement:
place_row, horizontal: align_fill, spacing: 5)
{
dva_checkbox(identifier: "cbHardwareDecode", horizontal:
align_fill, name:
"$$$/AE/Dialogs/Preferences/VideoFootage/HardwareH264Decode=Enable hardware
accelerated decoding (requires restart)",
tooltip:"$$$/AE/Dialogs/Preferences/VideoFootage/HardwareH264DecodeToolTip=When
hardware and minimum OS requirements are met, hardware acceleration is used for
H.264/HEVC decoding");
}
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/Import/AutomaticFootageReloading=Automatic Footage
Reloading", horizontal: align_fill)
{
dva_popup(identifier: 'pAutoReloadFootage', label:
"$$$/AE/Dialogs/Preferences/Import/AutoReload=Auto Reload:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/AutoReload/All=All Footage Types");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/AutoReload/NonSequence=Non-Sequence Footage");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/AutoReload/Off=Off");
}
row(horizontal: align_fill, child_horizontal: align_fill,
spacing: 0)
{
dva_static_text(name:
"$$$/AE/Dialogs/Preferences/AutoReload/Note=Automatically reloads any changed
footage on disk when After Effects regains focus.", multiLine: "true", maxWidth:
440, fontSize: 11);
}

}
column()
{
dva_popup(identifier: 'pDropness', label:
"$$$/AE/Dialogs/Preferences/Import/IndeterminateMediaNTSC=Indeterminate Media
NTSC:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/Dropness/DropFrame=Drop Frame");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/Dropness/NonDropFrame=Non-Drop Frame");

}
dva_popup(identifier: "pInterpretUnlabeledAlphaAs", label:
"$$$/AE/Dialogs/Preferences/Import/InterpretUnlabeledAlphaAs=Interpret Unlabeled
Alpha As:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/InterpretUnlabeledAlphaAs/AskUser=Ask User");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/InterpretUnlabeledAlphaAs/Guess=Guess");
dva_popup_item(name: "");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/InterpretUnlabeledAlphaAs/IgnoreAlpha=Ignore
Alpha");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/InterpretUnlabeledAlphaAs/Straight=Straight
(Unmatted)");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/InterpretUnlabeledAlphaAs/PremultipliedWithBlack
=Premultiplied (Matted With Black)");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/InterpretUnlabeledAlphaAs/PremultipliedWithWhite
=Premultiplied (Matted With White)");
}
dva_popup(identifier: "pDefaultDragImportAs", label:
"$$$/AE/Dialogs/Preferences/Import/DefaultDragImportAs=Drag Import Multiple Items
As:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/DefaultDragImportAs/Footage=Footage");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/DefaultDragImportAs/Comp=Composition");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/Import/DefaultDragImportAs/RetainLayerSizes=Composition
- Retain Layer Sizes");
}
}
}
}
END

DVAEVE OutputPref
layout Output
{
view dva_panel_view(name:
"$$$/AE/Dialogs/Preferences/Output/GroupBox=Output", identifier: "prefsOutput",
guide_mask: [ @guide_label, @guide_baseline ], horizontal: align_fill)
{
row()
{
dva_checkbox(identifier: "cbSegmentSeqAt", name:
"$$$/AE/Dialogs/Preferences/Output/SegmentSequencesAt=Segment Sequences At");
dva_hot_text_number(identifier: "htSegmentSeqAt", postLabel: "$$
$/AE/Dialogs/Preferences/Output/Files=Files", overwritePostLabel: 'true', minValue:
1, maxValue: 32000, decimalPlaces: 0, cmdIncrement: 1);
}

column(spacing:0)
{
row()
{
dva_checkbox(identifier: "cbSegmentMovieAt", name:
"$$$/AE/Dialogs/Preferences/Output/SegmentMovieAt=Segment Video-only Movie Files
At");
dva_hot_text_number(identifier: "htSegmentMovieAt",
postLabel: "$$$/AE/Dialogs/Preferences/Output/MB=MB", overwritePostLabel: 'true',
minValue: 1, maxValue: 9999, decimalPlaces: 0, cmdIncrement: 1);
}
row(indent:20)
{
dva_static_text(fontSize: 11, name:
'$$$/AE/Dialogs/Preferences/Output/SegmentAudioNote=Movie files with audio cannot
be segmented.');
}
}

column()
{
dva_checkbox(identifier: "cbUseDefaultName", name:
"$$$/AE/Dialogs/Preferences/Output/UseDefaultName=Use Default File Name and
Folder");
// dva_checkbox(identifier: "cbEnableNRQM", name:
"$$$/AE/Dialogs/Preferences/Output/EnableNRQ_UI=Enable Network Render Queue User
Interface");
}

dva_divider(direction: 'horizontal', horizontal: align_fill,


minThickness: 2);

row(maxHeight: 4)
{
}

row(guide_mask: [ @guide_label, @guide_baseline ])


{
dva_subview(identifier: "durAudioBlock", label:
"$$$/AE/Dialogs/Preferences/Output/AudioBlockDuration=Audio Block Duration:",
units: " ", minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthDuration=is -
0:00:00:0000 Base 30non-drop drop",
unitsFontSize: 11);
}

}
}
END

DVAEVE GridsGuidesPref
layout GridsGuides
{
view dva_panel_view(name:
"$$$/AE/Dialogs/Preferences/GridsGuides/GroupBox=Grids & Guides", identifier:
"prefsGridsGuides", guide_mask: [ @guide_label, @guide_baseline ], horizontal:
align_fill)
{
dva_groupbox(name: "$$$/AE/Dialogs/Preferences/GridsGuides/Grid=Grid",
placement: place_column, horizontal: align_fill)
{
row()
{
dva_layout_script(identifier: 'CPControlWithLabel',
layoutId: 1);
dva_popup(identifier: "pGridStyle", label:
"$$$/AE/Dialogs/Preferences/GridsGuides/Style=Style:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/GridsGuides/Lines=Lines");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/GridsGuides/DashedLines=Dashed Lines");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/GridsGuides/Dots=Dots");
}
}
row ()
{
dva_hot_text_number(identifier: "htGridSpacing", label: "$$
$/AE/Dialogs/Preferences/GridsGuides/GridSpacing=Gridline every:", postLabel: "$$
$/AE/Dialogs/Preferences/GridsGuides/Pixels=pixels", overwritePostLabel: 'true',
minWidth: 40, minValue: 1, maxValue: 1000, decimalPlaces: 2);
dva_hot_text_number(identifier: "htGridSubdivision",
label: "$$$/AE/Dialogs/Preferences/GridsGuides/GridSubdivision=Subdivisions:",
minValue: 1, maxValue: 1000, decimalPlaces: 2);
}
}
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/GridsGuides/ProportionalGrid=Proportional Grid",
placement: place_row, horizontal: align_fill)
{
row()
{
dva_hot_text_number(identifier: "htGridHorz", label:
"$$$/AE/Dialogs/Preferences/GridsGuides/GridHorizontal=Horizontal:",
overwritePostLabel: 'true', minValue: 1, maxValue: 1000, decimalPlaces: 2);
dva_hot_text_number(identifier: "htGridVert", label:
"$$$/AE/Dialogs/Preferences/GridsGuides/GridVertical=Vertical:",
overwritePostLabel: 'true', minValue: 1, maxValue: 1000, decimalPlaces: 2);
}
}
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/GridsGuides/Guides=Guides", horizontal: align_fill)
{
row()
{
column()
{
dva_layout_script(identifier: 'CPControlWithLabel',
layoutId: 2);
}
column()
{
dva_popup(identifier: "pGuidesStyle", label:
"$$$/AE/Dialogs/Preferences/GridsGuides/Style=Style:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/GridsGuides/Lines=Lines");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/GridsGuides/DashedLines=Dashed Lines");
}
}
}
}
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/GridsGuides/SafeMargins=Safe Margins", horizontal:
align_fill)
{
row()
{
dva_hot_text_number(identifier: "htActionSafe", label: "$$
$/AE/Dialogs/Preferences/GridsGuides/ActionSafe=Action-safe:", postLabel: "%",
overwritePostLabel: 'true', minValue: 0, maxValue: 100, decimalPlaces: 2);
dva_hot_text_number(identifier: "htTitleSafe", label: "$$
$/AE/Dialogs/Preferences/GridsGuides/TitleSafe=Title-safe:", postLabel: "%",
overwritePostLabel: 'true', minValue: 0, maxValue: 100, decimalPlaces: 2);
}
row()
{
dva_hot_text_number(identifier: "htActionSafeSD", label: "$
$$/AE/Dialogs/Preferences/GridsGuides/ActionSafeSD=Center-cut Action-safe:",
postLabel: "%", overwritePostLabel: 'true', minValue: 0, maxValue: 100,
decimalPlaces: 2);
dva_hot_text_number(identifier: "htTitleSafeSD", label: "$$
$/AE/Dialogs/Preferences/GridsGuides/TitleSafeSD=Center-cut Title-safe:",
postLabel: "%", overwritePostLabel: 'true', minValue: 0, maxValue: 100,
decimalPlaces: 2);
}
row(horizontal: align_fill, child_horizontal: align_fill)
{
dva_static_text(fontSize: 11, maxWidth: 420, multiLine:
'true', name: '$$$/AE/Dialogs/Preferences/GridsGuides/HelpfulText=Center-cut safe
zones appear in 16:9 viewers to show cropping that will occur on non-widescreen
displays.');
}
}
}
}
END

DVAEVE LabelColorsPref
layout LabelColors
{
view dva_panel_view(name:
"$$$/AE/Dialogs/Preferences/Labels/GroupBox=Labels", identifier: "prefsLabelColor",
guide_mask: [ @guide_label, @guide_baseline ], horizontal: align_fill,
child_horizontal: align_fill, spacing: 20)
{
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/Labels/LabelDefaults=Label Defaults", placement:
place_row)
{
column ()
{
dva_popup(identifier: "pLabelDefaultsComp", label:
"$$$/AE/Dialogs/Preferences/LabelDefaults/Comp=Composition:", minWidth: 150);
dva_popup(identifier: "pLabelDefaultsVideo", label:
"$$$/AE/Dialogs/Preferences/LabelDefaults/Video=Video:", minWidth: 150);
dva_popup(identifier: "pLabelDefaultsAudio", label:
"$$$/AE/Dialogs/Preferences/LabelDefaults/Audio=Audio:", minWidth: 150);
dva_popup(identifier: "pLabelDefaultsStill", label:
"$$$/AE/Dialogs/Preferences/LabelDefaults/Still=Still:", minWidth: 150);
dva_popup(identifier: "pLabelDefaultsFolder", label:
"$$$/AE/Dialogs/Preferences/LabelDefaults/Folder=Folder:", minWidth: 150);
dva_popup(identifier: "pLabelDefaultsNullObject", label: "$
$$/AE/Dialogs/Preferences/LabelDefaults/NullObject=Null Object:", minWidth: 150);
}
column ()
{
dva_popup(identifier: "pLabelDefaultsSolid", label:
"$$$/AE/Dialogs/Preferences/LabelDefaults/Solid=Solid:", minWidth: 150);
dva_popup(identifier: "pLabelDefaultsCamera", label:
"$$$/AE/Dialogs/Preferences/LabelDefaults/Camera=Camera:", minWidth: 150);
dva_popup(identifier: "pLabelDefaultsLight", label:
"$$$/AE/Dialogs/Preferences/LabelDefaults/Light=Light:", minWidth: 150);
dva_popup(identifier: "pLabelDefaultsShape", label:
"$$$/AE/Dialogs/Preferences/LabelDefaults/Shape=Shape:", minWidth: 150);
dva_popup(identifier: "pLabelDefaultsAdjustment", label: "$
$$/AE/Dialogs/Preferences/LabelDefaults/Adjustment=Adjustment:", minWidth: 150);
dva_popup(identifier: "pLabelDefaultsTextLayer", label: "$$
$/AE/Dialogs/Preferences/LabelDefaults/Text=Text:", minWidth: 150);
}
}

dva_groupbox(name: "$$$/AE/Dialogs/Preferences/Labels/LabelColors=Label
Colors", placement: place_row, spacing: 40)
{
column ()
{
dva_layout_script(identifier: "LabelColorPicker", layoutId:
1);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
2);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
3);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
4);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
5);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
6);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
7);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
8);
}

column ()
{
dva_layout_script(identifier: "LabelColorPicker", layoutId:
9);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
10);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
11);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
12);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
13);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
14);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
15);
dva_layout_script(identifier: "LabelColorPicker", layoutId:
16);
}
}

}
}
END

DVAEVE DiskCachePref
layout DiskCache
{
view dva_panel_view(name:
'$$$/AE/Dialogs/Preferences/MemoryCache/GroupBox=Media & Disk Cache', identifier:
'prefsMemoryCache', guide_mask: [ @guide_label, @guide_baseline ], horizontal:
align_fill)
{
dva_groupbox(name:
'$$$/AE/Dialogs/Preferences/MemoryCache/ImageCache=Disk Cache', horizontal:
align_fill)
{
dva_checkbox(identifier: 'cbEnableDiskCache', name:
'$$$/AE/Dialogs/Preferences/MemoryCache/EnableDiskCache=Enable Disk Cache');
row(guide_mask: [ @guide_label, @guide_baseline ])
{
dva_hot_text_number(identifier: 'neMaxDiskCacheSize',
label: '$$$/AE/Dialogs/Preferences/MemoryCache/MaxDiskCacheSize=Maximum Disk Cache
Size:', postLabel: '$$$/AE/Dialogs/Preferences/MemoryCache/GB=GB',
overwritePostLabel: 'true', minValue: 0, maxValue: 500000, decimalPlaces: 0,
increment: 1);
}
column(spacing: 0, horizontal: align_fill)
{
dva_button(identifier: 'bChooseImageCacheFolder', label: '
', name: '$$$/AE/Dialogs/Preferences/MemoryCache/ChooseFolder=Choose Folder...');
dva_static_text(identifier: 'stImageCachePath', label: ' ',
name: '$$$/AE/Dialogs/Preferences/MemoryCache/None=<none>', minWidth: 320,
horizontal: align_fill);
}
dva_button(identifier: 'bEmptyDiskCache', label: ' ', name: '$$
$/AE/Dialogs/Preferences/MemoryCache/EmptyDiskCache=Empty Disk Cache...');
row(indent: 20, horizontal: align_fill, child_horizontal:
align_fill, spacing: 0)
{
dva_static_text(identifier: 'stSuggestDiskCache', label: '
', name: '$$$/AE/Dialogs/Preferences/MemoryCache/SuggestDiskCache=For improved
performance, choose a disk cache folder on a fast hard drive or SSD separate from
your footage, and allocate as much space as possible.', multiLine: 'true',
maxWidth: 420, fontSize: 11);
}
}
dva_groupbox(name:
'$$$/AE/Dialogs/Preferences/MemoryCache/ConformedMediaCache=Conformed Media Cache',
horizontal: align_fill)
{
column(spacing: 0, horizontal: align_fill)
{
dva_button(identifier: 'bChooseDatabaseFolder', label: '$$
$/AE/Dialogs/Preferences/MemoryCache/Database=Database:', name:
'$$$/AE/Dialogs/Preferences/MemoryCache/ChooseFolder=Choose Folder...');
dva_static_text(identifier: 'stDatabasePath', label: ' ',
name: '$$$/AE/Dialogs/Preferences/MemoryCache/DatabasePath= ', minWidth: 320,
horizontal: align_fill);
}
column(spacing: 0, horizontal: align_fill)
{
dva_button(identifier: 'bChooseMediaCacheFolder', label: '$
$$/AE/Dialogs/Preferences/MemoryCache/Cache=Cache:', name:
'$$$/AE/Dialogs/Preferences/MemoryCache/ChooseFolder=Choose Folder...');
dva_static_text(identifier: 'stMediaCachePath', label: ' ',
name: '$$$/AE/Dialogs/Preferences/MemoryCache/MediaCachePath= ', minWidth: 320,
horizontal: align_fill);
}
dva_button(identifier: 'bCleanDatabaseCache', label: ' ', name:
'$$$/AE/Dialogs/Preferences/MemoryCache/Clean=Clean Database & Cache');
}
dva_groupbox(name: '$$$/AE/Dialogs/Preferences/MemoryCache/XMPPrefs=XMP
Metadata', horizontal: align_fill)
{
column(spacing: 5, horizontal: align_fill)
{
dva_checkbox(identifier: 'cbAddDocIDOnimport', name:
'$$$/AE/Dialogs/Preferences/Memory/Cache/AddDocIDOnImport=Write XMP IDs to Files on
Import');
row(indent: 20, horizontal: align_fill, child_horizontal:
align_fill, spacing: 0)
{
dva_static_text(identifier: 'stAddDocIDTooltip',
name: '$$$/AE/Dialogs/Preferences/Memory/Cache/AddDocIDTooltip=Writes an XMP ID to
imported files. This shared setting affects Premiere Pro, After Effects, Encore,
Audition, Adobe Media Encoder and Premiere Elements. XMP IDs improve sharing of
media cache files and previews.', multiLine: 'true', maxWidth: 420, fontSize: 11);
}
}
dva_checkbox(identifier: 'cbCreateMarkersFromXMP', name:
'$$$/Dialogs/Preferences/Memory/Cache/LayerMarkersFromXmp=Create Layer Markers from
Footage XMP Metadata');
}
}
}
END

DVAEVE TransmitPreviewPref
layout TransmitPreview
{
view dva_panel_view(name:
"$$$/AE/Dialogs/Preferences/VideoPreview/GroupBox=Video Preview", identifier:
"prefsVideoPreview", guide_mask: [ @guide_label, @guide_baseline ], horizontal:
align_fill)
{
dva_subview(identifier: 'svPlaceholderTransmitSubview', minWidth: 300,
minHeight: 300, wantsFocus: "true");
dva_checkbox(name:
'$$$/AE/Dialogs/Preferences/VideoPreview/PreviewDuringRender=Video preview during
render queue output', identifier: 'cbVideoPreviewDuringRender');
row(horizontal: align_fill, child_horizontal: align_fill, spacing: 0)
{
dva_static_text(name:
"$$$/AE/Dialogs/Preferences/VideoPreview/TogleNote=Forward slash '/' on numeric
keypad toggles Mercury Transmit.", multiLine: "true", maxWidth: 440, fontSize:
11);
}
}
}
END

DVAEVE UIColorsPref
layout UIColors
{
view dva_panel_view(name:
'$$$/AE/Dialogs/Preferences/UIColors/GroupBox=Appearance', identifier:
'prefsUIColors', guide_mask: [ @guide_label, @guide_baseline ], horizontal:
align_fill)
{
dva_checkbox(name:
'$$$/AE/Dialogs/Preferences/UIColors/UseLabelColor=Use Label Color for Layer
Handles and Paths', identifier: 'cbUseLabelColor');
dva_checkbox(name:
'$$$/AE/Dialogs/Preferences/UIColors/UseLabelColorTabs=Use Label Color for Related
Tabs', identifier: 'cbUseLabelColorTabs');
dva_checkbox(name:
'$$$/AE/Dialogs/Preferences/UIColors/CycleMaskColors=Cycle Mask Colors (uses label
colors)', identifier: 'cbCycleMaskColors');
dva_checkbox(name:
'$$$/AE/Dialogs/Preferences/UIColors/AvoidHardToSeeMaskColors=Use Contrasting Color
for Mask Path', identifier: 'cbUseContrastingColorForMaskPath', indent: 20);
dva_checkbox(name:
'$$$/AE/Dialogs/Preferences/UIColors/UseGradients=Use Gradients', identifier:
'cbUseGradients');

dva_groupbox(name:
'$$$/AE/Dialogs/Preferences/UIColors/UIBrightness=Brightness', horizontal:
align_fill)
{
dva_slider(identifier: 'slBrightness', direction: 'horizontal',
value: 0.0, minLength: 300, value: 0.0, minValue: 0.0, maxValue: 0.5, horizontal:
align_fill);
row (horizontal: align_fill) {
dva_static_text(fontSize: 11, name:
'$$$/AE/Dialogs/Preferences/Appearance/Darker=Darker', horizontal: align_left);
dva_button(identifier: 'btDefBrightness', minWidth: 100,
name: '$$$/AE/Dialogs/Preferences/UIColors/Default=Default', horizontal:
align_center);
dva_static_text(fontSize: 11, name:
'$$$/AE/Dialogs/Preferences/Appearance/Lighter=Lighter', horizontal: align_right);
}

dva_checkbox(name:
'$$$/AE/Dialogs/Preferences/UIColors/AffectsLabelColors=Affects Label Colors',
identifier: 'cbAffectsLabelColors');
}

dva_subview(identifier: 'appearancePanel', minWidth: 414, minHeight:


60, horizontal: align_fill);
}
}
END

DVAEVE NewProjectPref
layout NewProject
{
view dva_panel_view(name: "$$$/AE/Dialogs/Preferences/NewProject/GroupBox=New
Project", identifier: "prefsNewProject", guide_mask: [ @guide_label,
@guide_baseline ], horizontal: align_fill)
{
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/NewProject/EnableTemplateLocation=New Project loads
template", identifier: 'cbEnableTemplateLocation');
dva_button(identifier: 'bBrowseTemplate', name:
'$$$/AE/Dialogs/Preferences/NewProject/NewProjectTemplate/ChooseProjectTemplate=Cho
ose Project Template...');
dva_static_text(identifier: 'stTemplateLocation', name:
'$$$/private/AE/Dialogs/Preferences/NewProject/NewProjectTemplate/TemplateLocation=
', minWidth: 320, horizontal: align_fill);
dva_divider(direction: 'horizontal', horizontal: align_fill,
minThickness: 2);
dva_text_edit(label:
"$$$/AE/Dialogs/Preferences/NewProject/SolidFolderName=New Project Solids Folder",
identifier: 'teSolidsFolder', horizontal: align_fill);
row(vertical: align_fill, child_vertical: align_fill, horizontal:
align_fill, child_horizontal: align_fill, spacing: 0)
{
dva_static_text(identifier: 'stSolidsFolderNote', name:
"$$$/AE/Dialogs/Preferences/NewProject/SolidFolderName/Note=Note: the current
project Solids folder is #{ldquo}@0#{rdquo}. Change it by renaming the folder in
the project panel.", multiLine: "true", maxWidth: 440, fontSize: 11);
}

}
}
END

DVAEVE AutoSavePref
layout AutoSave
{
view dva_panel_view(name: '$$$/AE/Dialogs/Preferences/AutoSave/GroupBox=Auto-
Save', identifier: 'prefsAutoSave', guide_mask: [ @guide_label, @guide_baseline ],
horizontal: align_left)
{
row()
{
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/AutoSave/AutoSaveProjects=Save every:", identifier:
'cbAutoSave');
dva_hot_text_number(identifier: 'htSaveEveryNMins', postLabel: '$
$$/AE/Dialogs/Preferences/AutoSave/Minutes=minutes', minValue: 1, maxValue: 1440,
decimalPlaces: 0, cmdIncrement: 1);
}
row()
{
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/AutoSave/AutoSaveProjectsRQ=Save when starting render
queue", identifier: 'cbAutoSaveRQ');
}
dva_hot_text_number(identifier: 'htMaxProjVers', label:
'$$$/AE/Dialogs/Preferences/AutoSave/MaxProjVers=Maximum Project Versions:',
minValue: 1, maxValue: 999, decimalPlaces: 0, cmdIncrement: 1, horizontal:
align_left);
dva_groupbox(name:
'$$$/AE/Dialogs/Preferences/AutoSave/AutoSaveLocation=Auto-Save Location',
horizontal: align_fill)
{
dva_radio_button_group(identifier: 'rgAutoSaveLoc', placement:
place_column, showBorder: 'false')
{
dva_radio_button(name:
"$$$/AE/Dialogs/Preferences/AutoSave/rbNext2Project=Next to Project");
dva_radio_button(name:
"$$$/AE/Dialogs/Preferences/AutoSave/rbCustom=Custom Location");
}
column(indent: 20)
{
dva_button(identifier: 'bChooseAutoSaveFolder', name: '$$
$/AE/Dialogs/Preferences/AutoSave/ChooseFolder=Choose Folder...');
dva_static_text(identifier: 'stAutoSaveFolderPath', name:
'$$$/AE/Dialogs/Preferences/AutoSave/AutoSaveFolderPath= ', minWidth: 320,
horizontal: align_fill);
}
}
}
}
END

DVAEVE CloudSyncPref
layout CloudSync
{
view dva_panel_view(name: '$$$/AE/MenuID/5011/UserProfile_10305=Sync
Settings', identifier: 'prefsCloudSync', guide_mask: [ @guide_label,
@guide_baseline ], horizontal: align_fill)
{
dva_groupbox(identifier: 'gbPanel', name:
'$$$/AE/Dialogs/Preferences/CloudSync/Title=Sync Settings', horizontal: align_fill)
{
dva_static_text(identifier: 'stCredentialsUser', name:
'$$$/AE/Dialogs/Preferences/CloudSync/CredentialsUser=Current:', fontSize: 11,
minWidth: 420);
dva_static_text(identifier: 'stCredentialsDate', name:
'$$$/AE/Dialogs/Preferences/CloudSync/CredentialsDate=Last Sync:', fontSize: 11,
minWidth: 420);
dva_checkbox(identifier: 'cbSyncAutoClear', name:
'$$$/Dialogs/Preferences/CloudSync/SyncAutoClear=Automatically clear user profile
on application quit');

dva_divider(identifier: 'spacer_divider', direction:


'horizontal', horizontal: align_fill, minThickness: 2);

dva_checkbox(identifier: 'cbSyncSettings', name:


'$$$/Dialogs/Preferences/CloudSync/SyncSettings=Synchronizable Preferences');
dva_checkbox(identifier: 'cbSyncShortcuts', name:
'$$$/Dialogs/Preferences/CloudSync/SyncShortcuts=Keyboard Shortcuts');
dva_checkbox(identifier: 'cbSyncComposition', name:
'$$$/Dialogs/Preferences/CloudSync/SyncRender=Composition Settings Presets');
dva_checkbox(identifier: 'cbSyncInterpRules', name:
'$$$/Dialogs/Preferences/CloudSync/SyncInterpRules=Interpretation Rules');
//dva_checkbox(identifier: 'cbSyncWorkspaces', name:
'$$$/Dialogs/Preferences/CloudSync/SyncWorkspaces=Workspaces');
dva_checkbox(identifier: 'cbSyncRender', name:
'$$$/AE/Dialogs/Template/RenderSettings=Render Settings Templates');
dva_checkbox(identifier: 'cbSyncOutput', name:
'$$$/Dialogs/Preferences/CloudSync/SyncOutput=Output Module Settings Templates');

dva_popup(identifier: 'puSyncConflictsOccur', label:


'$$$/Dialogs/Preferences/CloudSync/SyncWhenSyncing=When syncing:')
{
dva_popup_item(name:
'$$$/Dialogs/Preferences/CloudSync/SyncWhenConflictsOccur/Ask=Ask my preference');
dva_popup_item(name:
'$$$/Dialogs/Preferences/CloudSync/SyncWhenConflictsOccur/AlwaysUploadSettings=Alwa
ys Upload Settings');
dva_popup_item(name:
'$$$/Dialogs/Preferences/CloudSync/SyncWhenConflictsOccur/AlwaysDownloadSettings=Al
ways Download Settings');
}

row (child_vertical: align_center) {


dva_static_text(identifier: 'stDetails', name:
'$$$/AE/Dialogs/Preferences/CloudSync/Details=For details see', fontSize: 11);
dva_hot_text_button(identifier: 'htDetails', name:
'$$$/AE/Dialogs/Preferences/CloudSync/GoURL=http://www.adobe.com/go/
ae_sync_settings', fontSize: 11);
}
}
}
}
END

DVAEVE MemoryMultiprocessingPref
layout MemoryMultiprocessing
{
view dva_panel_view(name:
"$$$/AE/Dialogs/Preferences/Multiprocessing/GroupBox=Memory", identifier:
"prefsMultiprocessing", guide_mask: [ @guide_label, @guide_baseline ], horizontal:
align_fill)
{
dva_subview(identifier: 'sharedPref', minWidth: 500, minHeight: 115,
wantsFocus: "true");
dva_checkbox(identifier: 'cbPayAttentionToLowMemory', name:
'$$$/AE/Dialogs/Preferences/Multiprocessing/PayAttentionToLowMemory=Reduce cache
size when system is low on memory (this will shorten cached preview)');
dva_button(identifier: 'details', name:
'$$$/AE/Dialogs/Preferences/Multiprocessing/Details=Details...');
}
}
END

DVAEVE AudioHardwarePref
layout AudioHardware
{
view dva_panel_view(name:
'$$$/AE/Dialogs/Preferences/AudioHardware/GroupBox=Audio Hardware', identifier:
'prefsAudioHardware', guide_mask: [ @guide_label, @guide_baseline ], horizontal:
align_fill)
{
dva_subview(identifier: 'sharedAudioDevice', minWidth: 550, minHeight:
500, wantsFocus: "true");
}
}
END

DVAEVE AudioOutputMappingPref
layout AudioOutputMapping
{
view dva_panel_view(name:
'$$$/AE/Dialogs/Preferences/AudioOutputMapping/GroupBox=Audio Output Mapping',
identifier: 'prefsAudioOutputMapping', guide_mask: [ @guide_label,
@guide_baseline ], horizontal: align_fill)
{
dva_popup(identifier: 'pDevice', label:
'$$$/AE/Dialogs/Preferences/AudioOutputMapping/MapOutputFor=Map Output For:',
minWidth: 260);
dva_popup(identifier: 'pLeft', label:
'$$$/AE/Dialogs/Preferences/AudioOutputMapping/Left=Left:', minWidth: 260);
dva_popup(identifier: 'pRight', label:
'$$$/AE/Dialogs/Preferences/AudioOutputMapping/Right=Right:', minWidth: 260);
}
}
END

DVAEVE TypePref
layout Type
{
view dva_panel_view(name: "$$$/AE/Dialogs/Preferences/Type/GroupBox=Type",
identifier: "prefsType", guide_mask: [ @guide_label, @guide_baseline ], horizontal:
align_fill)
{
dva_groupbox(name: '$$$/AE/Dialogs/Preferences/Type/TextEngine=Text
Engine', horizontal: align_fill)
{
dva_radio_button_group(identifier: 'rbTextEngineTypes',
placement: place_column, showBorder: 'false')
{
dva_radio_button(name:
"$$$/AE/Dialogs/Preferences/Type/rbEuroEAsian=Latin");
dva_radio_button(name:
"$$$/AE/Dialogs/Preferences/Type/rbSAsianMEastern=South Asian and Middle Eastern");
}
}

dva_groupbox(identifier: "fontPanel", name:


'$$$/AE/Dialogs/Preferences/Type/FontMenu=Font Menu', horizontal: align_fill)
{

dva_popup(label:'$$$/AE/Dialogs/Preferences/Type/PreviewSize=Preview Size',
identifier:'pPreviewSize')
{
dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/PreviewSize/Small=Small');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/PreviewSize/Medium=Medium');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/PreviewSize/Large=Large');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/PreviewSize/ExtraLarge=Extra
Large');
}

dva_popup(label:'$$$/AE/Dialogs/Preferences/Type/NumRecentFonts=Number of
Recent Fonts to Display', identifier:'pMRUSize')
{

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/0=0');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/1=1');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/2=2');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/3=3');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/4=4');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/5=5');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/6=6');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/7=7');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/8=8');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/9=9');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/10=10');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/11=11');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/12=12');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/13=13');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/14=14');

dva_popup_item(name:'$$$/AE/Dialogs/Preferences/Type/MRUSize/15=15');
}
}

dva_groupbox(name:
'$$$/AE/Dialogs/Preferences/Type/MissingFontDialog=Resolve Fonts Dialog',
horizontal: align_fill)
{
dva_checkbox(identifier: "cbHideMissingFontDialog", name:
"$$$/AE/Dialogs/Preferences/Type/HideMissingFontDialog=Do not warn me about missing
fonts when opening projects.");
}
}
}
END

DVAEVE ExpressionScriptsPref
layout ExpressionScripts
{
view dva_panel_view(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/GroupBox=Scripting & Expressions",
identifier: "prefsExpressionScripts", guide_mask: [ @guide_label,
@guide_baseline ], horizontal: align_fill)
{
dva_groupbox(name:
'$$$/AE/Dialogs/Preferences/ExpressionScripts/ApplicationScripting=Application
Scripting', horizontal: align_fill)
{
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/AllowScriptsToWrite=Allow Scripts to
Write Files and Access Network", identifier: 'cbScriptsNetworkSecurity');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/EnableJavaScriptDebugger=Enable
JavaScript Debugger", identifier: 'cbJSDebugger');
}
dva_groupbox(name:
'$$$/AE/Dialogs/Preferences/ExpressionScripts/Expressions=Expressions', horizontal:
align_fill)
{
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/ExpressionPickWhip=Expression Pick
Whip Writes Compact English", identifier: 'cbCompactExpr');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/ShowExpressionErrorWarningBanner=Show
Warning Banner When Project Contains Expression Errors", identifier:
'cbShowExpressionErrorWarningBanner');
}
dva_groupbox(identifier: 'gbExpressionEditor', name:
'$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor=Expression Editor',
horizontal: align_fill, spacing: 15 )
{
column(horizontal: align_fill, vertical: align_fill) {
row(horizontal: align_fill)
{
column()
{
dva_hot_text_number(identifier: 'htFontSize',
minValue: 4, maxValue: 24,
label:"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/FontSize=Font Size:",
minWidth: 40, decimalPlaces: 0, increment: 1);
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/SyntaxHighlighting=Syntax
Highlighting", identifier: 'cbSyntaxHighlighting');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/LineNumbers=Show Line
Numbers", identifier: 'cbLineNum');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/ShowIndentat=Show Indent
Guides", identifier: 'cbShowIndentationGuides');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Bracing/Matching=Highlight
Matching Braces", identifier: 'cbBraceMatching');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Bracing/Insert=Auto Insert
Braces", identifier: 'cbBraceInsert');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Bracing/AutoIndent=Auto Indent
Braces", identifier: 'cbAutoIndent');
}
column()
{
dva_popup(horizontal: align_fill, label:
'$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Folding=Folding:', identifier:
'puFoldingOption')
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Folding/Off=Off");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Folding/Arrow=Arrow");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Folding/PlusMinus=Plus &
Minus");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Folding/CircleTree=Circle
Tree");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Folding/SquareTree=Square
Tree");
}
column()
{
dva_popup(horizontal: align_fill, label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/WordWrap=Word Wrap:",
identifier: 'puWordWrap')
{
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/WordWrap/None=None");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/WordWrap/Word=Word");
dva_popup_item(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/WordWrap/Character=Character")
;
}

}
column(spacing: 0 )
{
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Tabs=Use Tabs", identifier:
'cbUseTabs');
row(indent: 20, child_horizontal:
align_left, spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Width=Width:");
dva_hot_text_number(identifier:
'htTabWidth', minValue: 0, maxValue: 99999, minWidth: 40, decimalPlaces: 0,
increment: 1);
}
}
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/BackspaceUnindents=Backspace
Unindents", identifier: 'cbBackspaceUnindents');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/InlineErrors=Inline Errors",
identifier: 'cbInlineErrors');
dva_checkbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/AutoComplete=Auto Complete",
identifier: 'cbAutoComplete');
}
column(horizontal: align_fill, vertical: align_fill)
{

dva_subview(identifier: 'svPreviewEditor',
horizontal: align_fill, vertical: align_fill, minWidth: 150);

}
}
}
dva_groupbox(name:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/ThemePreset=Theme:",
identifier: 'gbTheme', headerType: 'static_text', placement: place_row, topFrame:
10, horizontal: align_fill)
{
column()
{
row(spacing: 0) {
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/Default=Default:",
identifier: 'ColorPickerStaticTextNotAligned1');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 1);
}
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/Background=Background:",
identifier: 'ColorPickerStaticTextNotAligned2');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 2);
}
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/Keywords=Keywords:",
identifier: 'ColorPickerStaticTextNotAligned3');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 3);
}
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/Identifiers=Identifiers:
", identifier: 'ColorPickerStaticTextNotAligned4');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 4);
}

}
column()
{
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/Comments=Comments:",
identifier: 'ColorPickerStaticTextNotAligned5');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 5);
}
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/Numbers=Numbers:",
identifier: 'ColorPickerStaticTextNotAligned6');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 6);
}
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/Strings=Strings:",
identifier: 'ColorPickerStaticTextNotAligned7');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 7);
}
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/Operators=Operators:",
identifier: 'ColorPickerStaticTextNotAligned8');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 8);
}
row(spacing: 0)
{
dva_hot_text_number(identifier:
'htSelectionAlpha', minValue: 0.1, maxValue: 0.8, maxWidth: 60,
label:"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/SelectionAlpha=Selection
Alpha:", decimalPlaces: 2, increment: 0.01);
}
}
column()
{
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/LineNumbers=Line
Numbers:", identifier: 'ColorPickerStaticTextNotAligned9');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 9);
}
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/IndentGuides=Indent
Guides:", identifier: 'ColorPickerStaticTextNotAligned10');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 10);
}
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/GoodBrace=Good Brace:",
identifier: 'ColorPickerStaticTextNotAligned11');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 11);
}
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/BadBrace=Bad Brace:",
identifier: 'ColorPickerStaticTextNotAligned12');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 12);
}
row(spacing: 0)
{
dva_static_text(label:
"$$$/AE/Dialogs/Preferences/ExpressionScripts/Editor/Color/Selection=Selection:",
identifier: 'ColorPickerStaticTextNotAligned13');
dva_layout_script(identifier:
'ColorPickerControlNotAligned', layoutId: 13);
}
}
}
}
}
}
END

DVAEVE SchecretPref
layout Schecret
{
view dva_panel_view(name:
"$$$/AE/Dialogs/Preferences/Schecret/GroupBox=Secret", identifier: "prefsSchecret",
guide_mask: [ @guide_label, @guide_baseline ], horizontal: align_fill)
{
dva_checkbox(identifier: "cbDisableLayerCache", name:
"$$$/AE/Dialogs/Preferences/Schecret/DisableLayerCache=Disable Layer Cache");
row(indent: 15)
{
dva_hot_text_number(identifier: "htPurgeNFrames", label:
"$$$/AE/Dialogs/Preferences/Schecret/Txt1=Purge Every", postLabel:
"$$$/AE/Dialogs/Preferences/Schecret/Txt2=Frames During Make Movie",
overwritePostLabel: 'true', minValue: 0, maxValue: 99999, minWidth: 40,
decimalPlaces: 0, increment: 1);
}
dva_checkbox(identifier: "cbBlastErrors", name:
"$$$/AE/Dialogs/Preferences/Schecret/IgnoreRenderingErrors=Ignore Sequence
Rendering Errors (Danger!)");
row(indent: 15)
{
dva_static_text(name:
"$$$/AE/Dialogs/Preferences/Schecret/Note=(log files will be generated for all
renders)");
}
}
}
END

DVAEVE 672
layout opengl_info_dialog
{
view dva_dialog(identifier: 'openGLInfoDialog', name:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/DialogTitle=GPU Information")
{
column(spacing: 10)
{
column(spacing: 5)
{
dva_static_text(identifier: 'stFastDraftSupported', label:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/FastDraft=Fast Draft:", name:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/NotAvailable=Not Available
(incompatible device or old graphics driver)");
column(spacing: 12)
{
column(spacing: 0)
{
row(spacing: 0)
{
dva_static_text(label: " ");
dva_hot_text_number(guide_mask:
[ @guide_label ], identifier: 'htTexMem', label:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/TextureMemoryTitle= Texture Memory:",
postLabel:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/TextureMegaBytesWithBlank=MB",
overwritePostLabel: 'true', decimalPlaces: 0);
}
row(spacing: 0)
{
dva_static_text(label: " ", name: " ");
dva_static_text(guide_mask:
[ @guide_baseline ], identifier: 'stFastDraftInfo', name:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/TextureMemoryInfo=This setting also
affects hardware-accelerated panels.", maxWidth: 250, multiLine: 'true');
}
}
column(spacing: 12)
{
dva_popup(identifier: 'rayTracingPopup', label:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/Raytracing=Ray-tracing:")
{
dva_popup_item(name:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/Raytracing/UnsupportedGPU=GPU
(unsupported)");
dva_popup_item(name:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/Raytracing/CPU=CPU");
}
column(spacing: 0)
{
dva_checkbox(identifier:
"cbEnableUnsupportedCards", label: " ", name:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/EnableUnsupportedCards=Enable
untested, unsupported GPU for CUDA acceleration of ray-traced 3D renderer");
dva_static_text(identifier: 'stGPUInfo',
label: " ", name: "$$$/AE/Edit/Preferences/Previews/OpenGLInfo/GPUNotAvailable=(GPU
not available - incompatible device or CUDA driver){{*MSWindows*}}(GPU not
available - incompatible device or display driver)");
}
}
}
}
dva_groupbox(identifier: 'gbOgl', name:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/OpenGL=OpenGL", horizontal:
align_fill)
{
column(spacing: 2)
{
dva_static_text(identifier: 'stVendor', label:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/VendorTitle=Vendor:", name:
"$$$/AE/dialogstxt/672/static_text/1=fill me in", minWidth: 250);
dva_static_text(identifier: 'stRenderer', label: "$$
$/AE/Edit/Preferences/Previews/OpenGLInfo/RendererTitle=Device:", name:
"$$$/AE/dialogstxt/672/static_text/2=fill me in", minWidth: 250);
dva_static_text(identifier: 'stVersion', label: "$$
$/AE/Edit/Preferences/Previews/OpenGLInfo/VersionTitle=Version:", name:
"$$$/AE/dialogstxt/672/static_text/3=fill me in", minWidth: 250);
dva_static_text(identifier: 'stMemory', label:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/MemoryTitle=Total Memory:", name: "$$
$/AE/dialogstxt/672/static_text/3=fill me in", minWidth: 250);
dva_static_text(identifier: 'stShaderModel', label:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/ShaderModelTitle=Shader Model:", name:
"$$$/AE/dialogstxt/672/static_text/3=fill me in", minWidth: 250);
}
}
dva_groupbox(identifier: 'gbCuda', spacing: 5, name:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/CUDA=CUDA", horizontal: align_fill)
{
column(spacing: 2)
{

dva_static_text(identifier: 'stCudaVersion', label:


"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/CudaDriverVersionTitle=Driver
Version:", name: "$$$/AE/dialogstxt/672/static_text/4=fill me in", minWidth: 250);
dva_static_text(identifier: 'stCudaDevices', label:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/CudaDevices=Devices:", name:
"$$$/AE/dialogstxt/672/static_text/4=fill me in", minWidth: 250);
dva_static_text(identifier: 'stCudaMemory', label: "$
$$/AE/Edit/Preferences/Previews/OpenGLInfo/CudaAvailabeMemory=Current Usable
Memory:", name: "$$$/AE/dialogstxt/672/static_text/4=fill me in", minWidth: 250);
dva_static_text(identifier: 'stCudaMaxMemory', label:
"$$$/AE/Edit/Preferences/Previews/OpenGLInfo/CudaaMaximumMemory=Maximum Usable
Memory:", name: "$$$/AE/dialogstxt/672/static_text/4=fill me in", minWidth: 250);
}
}
}
row(horizontal: align_fill)
{
dva_button(horizontal: align_left, name:
"$$$/AE/Dialog/Prefs/Multiprocessing/Copy=Copy", identifier: 'copy');
dva_ok_cancel_row(horizontal: align_right);
}
}
}
END

DVAEVE 803
layout UnsupportedGPUWarningDialog
{
view dva_dialog(name: "$$$/AE/Dialogs/803/DialogName=Unsupported GPU
Warning", identifier: 'UnsupportedGPUWarningDialog', placement: place_column,
child_horizontal: align_fill, allowCancel: 'false')
{
column(child_horizontal: align_fill)
{
dva_static_text(identifier: 'stUnsupportedGPUMessage', name: "$$
$/AE/Dialogs/803/UnsupportedGPUMessage=If you use an untested, unsupported GPU for
the acceleration of the ray-traced 3D renderer, you may encounter problems with
rendered output, instability, and errors. You will not be able to use Adobe
Technical Support to troubleshoot such issues. If you want Adobe to test and
support a GPU, please submit a feature request at http://www.adobe.com/go/wish",
multiLine: 'true', maxWidth: 600, minHeight: 40);
dva_ok_row(horizontal: align_right);
}
}
}
END

DVAEVE 620
layout WatchFolder
{
view dva_dialog(identifier: 'WatchFolder', name:
"$$$/AE/dialogstxt/620/dialog=Watch Folder", placement: place_column)
{
dva_groupbox(placement: place_column, horizontal: align_fill,
child_horizontal: align_center)
{
dva_picture_button(identifier: 'aeTVPic', minWidth: 120,
minHeight: 160, showBorder: 'false');
dva_static_text(identifier: 'watchingFolderMessage', name:
"$$$/AE/dialogstxt/620/StaticText/4=Waiting for renderables...", horizontal:
align_fill, multiLine: 'true', minHeight: 44);
dva_button(identifier: 'browseProgressButton', focus: "true",
name: "$$$/AE/dialogstxt/620/Button/4=Browse Progress...");
}
dva_static_text(identifier: 'searchStatusMessage', horizontal:
align_fill);
row()
{
dva_checkbox(identifier: 'pauseCheckbox', name:
"$$$/AE/dialogstxt/620/Checkbox/7=Pause Search On All Machines", horizontal:
align_left);
dva_cancel_row();
}
}
}
END

DVAEVE LayoutUnitsListPIM
layout UnitsList
{
view dva_popup(identifier: 'unitsList', label:
"$$$/AE/Dialogs/units/units=Units:")
{
dva_popup_item(name: "$$$/AE/Dialogs/units/pixels=pixels");
dva_popup_item(name: "$$$/AE/Dialogs/units/inches=inches");
dva_popup_item(name: "$$$/AE/Dialogs/units/millimeters=millimeters");

}
}
END

DVAEVE LayoutUnitsListCenterPIMS
layout UnitsList
{
view dva_popup(identifier: 'unitsList', label:
"$$$/AE/Dialogs/units/units=Units:", horizontal: align_center)
{
dva_popup_item(name: "$$$/AE/Dialogs/units/pixels=pixels");
dva_popup_item(name: "$$$/AE/Dialogs/units/inches=inches");
dva_popup_item(name: "$$$/AE/Dialogs/units/millimeters=millimeters");
dva_popup_item(name: "$$$/AE/Dialogs/units/percentofsource=% of
source");
}
}
END

DVAEVE LayoutUnitsListPIMS
layout UnitsList
{
view dva_popup(identifier: 'unitsList', label:
"$$$/AE/Dialogs/units/units=Units:")
{
dva_popup_item(name: "$$$/AE/Dialogs/units/pixels=pixels");
dva_popup_item(name: "$$$/AE/Dialogs/units/inches=inches");
dva_popup_item(name: "$$$/AE/Dialogs/units/millimeters=millimeters");
dva_popup_item(name: "$$$/AE/Dialogs/units/percentofsource=% of
source");
}
}
END

DVAEVE LayoutUnitsListPIMC
layout UnitsList
{
view dva_popup(identifier: 'unitsList', label:
"$$$/AE/Dialogs/units/units=Units:" )
{
dva_popup_item(name: "$$$/AE/Dialogs/units/pixels=pixels");
dva_popup_item(name: "$$$/AE/Dialogs/units/inches=inches");
dva_popup_item(name: "$$$/AE/Dialogs/units/millimeters=millimeters");
dva_popup_item(name: "$$$/AE/Dialogs/units/percentofcomp=% of
composition");
}
}
END

DVAEVE LayoutUnitsListPIMSC
layout UnitsList
{
view dva_popup(identifier: 'unitsList', label:
"$$$/AE/Dialogs/units/units=Units:" )
{
dva_popup_item(name: "$$$/AE/Dialogs/units/pixels=pixels");
dva_popup_item(name: "$$$/AE/Dialogs/units/inches=inches");
dva_popup_item(name: "$$$/AE/Dialogs/units/millimeters=millimeters");
dva_popup_item(name: "$$$/AE/Dialogs/units/percentofsource=% of
source");
dva_popup_item(name: "$$$/AE/Dialogs/units/percentofcomp=% of
composition");
}
}
END

DVAEVE LayoutPixelAspectRatio
layout PixelAspectOptions
{
view dva_popup(identifier: 'pixelAspect', label:
"$$$/AE/Dialogs/PixelAspect=Pixel Aspect Ratio:" )
{
dva_popup_item(name: "$$$/AE/Dialogs/aspect/square=Square Pixels@1/1");
dva_popup_item();
dva_popup_item(name: "$$$/AE/Dialogs/aspect/ntsc=D1/DV NTSC@648/720");
dva_popup_item(name: "$$$/AE/Dialogs/aspect/ntscWide=D1/DV NTSC
Widescreen@6/5");
dva_popup_item(name: "$$$/AE/Dialogs/aspect/pal=D1/DV PAL@768/720");
dva_popup_item(name: "$$$/AE/Dialogs/aspect/palWide=D1/DV PAL
Widescreen@64/45");
dva_popup_item(name: "$$$/AE/Dialogs/aspect/hdv=HDV 1080/DVCPRO HD 720@
4/3");
dva_popup_item(name: "$$$/AE/Dialogs/aspect/dvcpro=DVCPRO HD
1080@3/2");
dva_popup_item(name: "$$$/AE/Dialogs/aspect/anamorphic=Anamorphic
2:1@2/1");
}
}
END

DVAEVE LayoutPreserveXY
layout Preserve
{
view dva_popup(identifier: 'preserveList', label:
"$$$/AE/Dialogs/preserve/preserve=Preserve:" )
{
dva_popup_item(name: "$$$/AE/Dialogs/Scale/preserve/none=None");
dva_popup_item(name: "$$$/AE/Dialogs/Scale/preserve/xy=Current Aspect
Ratio (xy)");
}
}
END

DVAEVE LayoutPreserveXYZ
layout Preserve
{
view dva_popup(identifier: 'preserveList', label:
"$$$/AE/Dialogs/preserve/preserve=Preserve:" )
{
dva_popup_item(name: "$$$/AE/Dialogs/Scale/preserve/none=None");
dva_popup_item(name: "$$$/AE/Dialogs/Scale/preserve/xy=Current Aspect
Ratio (xy)");
dva_popup_item(name: "$$$/AE/Dialogs/Scale/preserve/xyz=Current Aspect
Ratio (xyz)");
}
}
END

DVAEVE LayoutXYAxis
layout XYAxis
{
view column()
{
dva_hot_text_number(label: "$$$/AE/Dialogs/Position/X=X:", identifier:
'xAxis', minWidth: 120, minValue: -32000, maxValue: 32000, decimalPlaces: 4);
dva_hot_text_number(label: "$$$/AE/Dialogs/Position/Y=Y:", identifier:
'yAxis', minWidth: 120, minValue: -32000, maxValue: 32000, decimalPlaces: 4);
}
}
END

DVAEVE LayoutTemplatesSettingsSaveLoad
layout TemplatesSettingsSaveLoad
{
view row(horizontal: align_left)
{
dva_button(identifier: 'saveAll', name:
"$$$/AE/Dialogs/Template/Shared/SaveAll=Save All...");
dva_button(identifier: 'load', name:
"$$$/AE/Dialogs/Template/Shared/Load=Load...");
}
}
END

DVAEVE LayoutTemplatesSettingsPresets
layout TemplatesSettingsPresets
{
view row(spacing: 0, horizontal: align_center)
{
column(identifier: 'nameColumn', spacing: 0, child_horizontal:
align_center)
{
column()
{
column(child_horizontal: align_center)
{
dva_popup(identifier: 'settingsName', label:
"$$$/AE/Dialogs/Template/SettingsName=Settings Name:", minWidth: 250)
{
dva_popup_item(name:
"$$$/AE/Dialogs/Template/Shared/LongestString=Multi-Machine Settings"); /*
note shared across two dialogs */
}
}

row(child_horizontal: align_center)
{
dva_button(identifier: 'newBtn', name:
"$$$/AE/Dialogs/Template/Shared/New=New...");
dva_button(identifier: 'editBtn', name:
"$$$/AE/Dialogs/Template/Shared/Edit=Edit...");
dva_button(identifier: 'duplicateBtn', name:
"$$$/AE/Dialogs/Template/Shared/Duplicate=Duplicate");
dva_button(identifier: 'deleteBtn', name:
"$$$/AE/Dialogs/Template/Shared/Delete=Delete");
}
}
}
}

}
END

DVAEVE LayoutXYZAxis
layout XYZAxis
{
view column()
{
dva_layout_script(identifier: "LayoutXYAxis");
dva_hot_text_number(label: "$$$/AE/Dialogs/Position/Z=Z:", minWidth:
120, identifier: 'zAxis',minValue: -32000, maxValue: 32000, decimalPlaces: 4);

}
}
END

DVAEVE LayoutSolidBase
layout SolidSettings
{
view column(spacing: 7, child_horizontal: align_fill)
{
dva_text_edit(identifier: 'name', label:
"$$$/AE/Dialog/Solid/name=Name:", horizontal: align_center, minWidth: 250);
dva_groupbox(name: "$$$/AE/Dialog/Solid/size=Size", headerType:
'static_text')
{
column(horizontal: align_center)
{
row()
{
column()
{
dva_hot_text_number(identifier: 'width',
label: "$$$/AE/Dialogs/Solid/Width=Width:", minWidth: 90, minValue: 0, maxValue:
30000, decimalPlaces: 2);
dva_hot_text_number(identifier: 'height',
label: "$$$/AE/Dialogs/Solid/Height=Height:", minWidth: 90, minValue: 0, maxValue:
30000, decimalPlaces: 2);
}
row(spacing: 0, vertical: align_center)
{
dva_checkbox(identifier:
'aspectConstrain', name: "$$$/AE/Dialogs/Solid/LockAspectToSpacer=Lock Aspect Ratio
to 30000:30000 (1.85)", fontSize: 11);
}
}
dva_layout_script(identifier: 'LayoutUnitsListPIMC');
dva_layout_script(identifier:
'LayoutPixelAspectRatio');
column(spacing: -5, horizontal: align_fill,
child_horizontal: align_fill)
{
row(spacing: 0, child_horizontal: align_fill)
{
dva_static_text(identifier: 'xPercent',
label: "$$$/AE/Dialogs/Solid/Label/Width=Width:", name: "30000___ % of comp",
fontSize: 11);
}
row(spacing: 0, child_horizontal: align_fill)
{
dva_static_text(identifier: 'yPercent',
label: "$$$/AE/Dialogs/Solid/Label/Height=Height:", name: "30000___ % of comp" ,
fontSize: 11);

}
row(spacing: 0, child_horizontal: align_fill)
{
dva_static_text(identifier:
'frameAspect', label: "$$$/AE/Dialogs/Solid/frameAspectRatio/=Frame Aspect Ratio:",
name: "30000:30000 (1.85)", fontSize: 11);
}
}
dva_button(identifier: 'makeCompSize', name:
"$$$/AE/Dialogs/Solid/MakeCompSize=Make Comp Size", horizontal: align_center);

}
}
dva_groupbox(name: "$$$/AE/Dialog/Solid/color=Color", headerType:
'static_text', child_horizontal: align_center)
{
dva_layout_script(identifier: 'ColorPickerControl');
}
}
}
END

DVAEVE ColorPickerControl
layout ColorPicker
{
view row()
{
dva_subview(identifier: 'colorBox', label: " ", minWidth: 40,
minHeight: 22, wantsFocus: "true");
dva_picture_button(identifier: 'colorButton', minWidth: 22,
minHeight: 22, showBorder: "true", focus: "false", wantsFocus: "false");

}
}
END

DVAEVE ColorPickerControlNotAligned
layout ColorPicker
{
view row()
{
dva_subview(identifier: 'colorBox', minWidth: 40, minHeight: 22,
wantsFocus: "true");
dva_picture_button(identifier: 'colorButton', minWidth: 22,
minHeight: 22, showBorder: "true", focus: "false", wantsFocus: "false");

}
}
END

DVAEVE CPControlWithLabel
layout ColorPicker
{
view row()
{
dva_subview(identifier: 'colorBox', label:
"$$$/AE/Dialogs/CPControlWithLabel/Color=Color:", minWidth: 40, minHeight: 22,
wantsFocus: "true");
dva_picture_button(identifier: 'colorButton', minWidth: 22,
minHeight: 22, showBorder: "true", focus: "false", wantsFocus: "false");

}
}
END

DVAEVE LabelColorPicker
layout LabelColorPicker
{
view row()
{
dva_text_edit(identifier: "teLabelColors", minWidth: 100);
dva_layout_script(identifier: 'ColorPickerControl');
}
}
END

DVAEVE 6790
layout DebugReserveUnaccountedMemory
{
view dva_dialog(name: "$$$/AE/Dialogs/6790/Name=Debug Reserve Unaccounted
Memory", identifier: 'DebugReserveUnaccountedMemoryDialog', placement:
place_column, child_horizontal: align_fill)
{
row(horizontal: align_center)
{
dva_hot_text_number(identifier: 'htAmount', label: "Amount of
Memory:", postLabel: "MB", overwritePostLabel: 'false', minValue: 0, decimalPlaces:
3, minWidth: 60);
}
dva_ok_cancel_row();
}
}
END

DVAEVE 6791
layout DialogClearDiskCache
{
view dva_dialog(name: "$$$/AE/Dialogs/DialogClearDiskCache/Name=Clear Disk
Cache", identifier: 'DialogClearDiskCache', placement: place_column,
child_horizontal: align_fill)
{
dva_static_text(identifier: 'stAmountCurrent', name:
"$$$/AE/Dialogs/DialogClearDiskCache/WarningEmptyDiskCacheDummy=Are you sure you
want to delete all files (00000000) from your disk cache?");
dva_checkbox(identifier: "cbEnableAllVersions", label:" ", name:
"$$$/AE/Dialogs/DialogClearDiskCache/VersionSelection=Clear disk cache for all
versions.");
dva_ok_cancel_row();
}
}
END

DVAEVE 717
layout Warning
{
view dva_dialog(name: "$$$/AE/Dialogs/7017/Name=Alert", identifier:
'WarningDialog', placement: place_column, child_horizontal: align_fill,
allowCancel: 'false')
{
column(horizontal: align_center)
{
dva_static_text(identifier: 'stMsg', name: "", multiLine: 'true',
minWidth: 600, minHeight: 280);
row(horizontal: align_fill, child_vertical: align_bottom,
spacing: 20)
{
row(spacing: 0, horizontal: align_left)
{
dva_static_text(label:
"$$$/AE/Dialogs/Warning/ShowWarning=Show Warning:", vertical: align_center);
dva_radio_button_group(identifier: 'warning',
showBorder: 'false')
{
dva_radio_button(name:
"$$$/AE/Dialogs/Warning/OncePerSession=Once Per Session");
dva_radio_button(name:
"$$$/AE/Dialogs/Warning/NeverAgain=Never Again");
}
}
dva_ok_row(horizontal: align_right);
}
}
}
}
END

DVAEVE 706
layout Warning
{
view dva_dialog(name: "$$$/AE/Dialogs/706/Name=Warning", identifier:
'WarningDialog', placement: place_column, child_horizontal: align_fill,
allowCancel: 'false')
{
column(horizontal: align_center)
{
dva_static_text(identifier: 'stMsg', name: "", multiLine: 'true',
minWidth: 400, minHeight: 130);
row(horizontal: align_fill, child_vertical: align_bottom,
spacing: 20)
{
row(spacing: 0, horizontal: align_left)
{
dva_static_text(label:
"$$$/AE/Dialogs/Warning/ShowWarning=Show Warning:", vertical: align_center);
dva_radio_button_group(identifier: 'warning',
showBorder: 'false')
{
dva_radio_button(name:
"$$$/AE/Dialogs/Warning/OncePerSession=Once Per Session");
dva_radio_button(name:
"$$$/AE/Dialogs/Warning/NeverAgain=Never Again");
}
}
dva_ok_row(horizontal: align_right);
}
}
}
}
END

DVAEVE 707
layout WarningCancel
{
view dva_dialog(name: "$$$/AE/dialogs/706/Name=Warning", identifier:
'WarningDialog', placement: place_column, child_horizontal: align_fill)
{
column(horizontal: align_center)
{
dva_static_text(identifier: 'stMsg', name: "", multiLine: 'true',
maxWidth: 400, minHeight: 110);
row(horizontal: align_fill, child_vertical: align_bottom,
spacing: 20)
{
row(spacing: 0, horizontal: align_left)
{
dva_static_text(label:
"$$$/AE/Dialogs/Warning/ShowWarning=Show Warning:", vertical: align_center);
dva_radio_button_group(identifier: 'warning',
showBorder: 'false')
{
dva_radio_button(name:
"$$$/AE/Dialogs/Warning/OncePerSession=Once Per Session");
dva_radio_button(name:
"$$$/AE/Dialogs/Warning/NeverAgain=Never Again");
}
}
dva_ok_cancel_row(horizontal: align_right);
}
}
}
}
END
DVAEVE 673
layout dvaeve_dialog
{
view dva_dialog(identifier: 'EncoreButton', name:
"$$$/AE/dialogstxt/673/dialog=Create Adobe Encore Button", placement: place_column,
child_vertical: align_fill)
{
column(horizontal: align_right)
{
dva_text_edit(label: "$$$/AE/dialogstxt/673/EditText/4=Button
name:", identifier: 'ButtonNameTextEdit', minWidth: 145);
dva_popup(label: "$$$/AE/dialogstxt/673/Popup/6=Subpicture 1:",
identifier: 'PopupSubpicture1', minWidth: 145);
dva_popup(label: "$$$/AE/dialogstxt/673/Popup/8=Subpicture 2:",
identifier: 'PopupSubpicture2', minWidth: 145);
dva_popup(label: "$$$/AE/dialogstxt/673/Popup/10=Subpicture 3:",
identifier: 'PopupSubpicture3', minWidth: 145);
dva_popup(label: "$$$/AE/dialogstxt/673/Popup/12=Video
Thumbnail:", identifier: 'PopupThumbnail', minWidth: 145);
}
dva_ok_cancel_row();
}
}
END

DVAEVE 715
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/MTApplyDialog/DialogName=Motion Tracker
Apply Options", identifier: 'MTApplyDialog', placement: place_column, horizontal:
align_fill)
{
row()
{
dva_popup(identifier: 'MTApplyDimensions', label:
"$$$/AE/Dialogs/MTApplyDialog/MTApplyDimensions=Apply Dimensions:", minWidth: 140)
{
dva_popup_item(name: "$$$/AE/Dialogs/MTApplyDialog/XandY=X
and Y");
dva_popup_item(name: "$$$/AE/Dialogs/MTApplyDialog/XOnly=X
only");
dva_popup_item(name: "$$$/AE/Dialogs/MTApplyDialog/YOnly=Y
only");
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 621
layout dvaeve_dialog
{
view dva_dialog(identifier:'WatchFolderStopRenderOptions', name:
"$$$/AE/Dialogs/WatchFolderStopRenderOptions/dialog=Stop Render Options",
placement: place_column)
{
dva_popup(identifier: 'options', label:
"$$$/AE/Dialogs/WatchFolderStopRenderOptions/StopProjectOn=Stop project on:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/WatchFolderStopRenderOptions/ThisMachine=this machine");
dva_popup_item(name:
"$$$/AE/Dialogs/WatchFolderStopRenderOptions/AllMachines=all machines");
}
dva_ok_cancel_row();
}
}
END

DVAEVE SequenceLayerView
layout SequenceLayerView
{
view row()
{
dva_groupbox(identifier: 'gbOverlap', horizontal: align_fill)
{
dva_subview(label: "$$$/AE/dialogs/213/ae_time/18=Duration:",
identifier: 'seqDurationTextEdit', minHeight: 20, minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthDuration=is -
0:00:00:0000 Base 30non-drop drop",
unitsFontSize: 11);
dva_popup(label: "$$$/AE/dialogs/213/popup/20=Transition:",
identifier: 'popupTransition')
{
dva_popup_item(name:
"$$$/AE/Dialogs/213/Transition/Off=Off");
dva_popup_item(name:
"$$$/AE/Dialogs/213/Transition/DissolveFrontLayer=Dissolve Front Layer");
dva_popup_item(name:
"$$$/AE/Dialogs/213/Transition/CrossDissolve=Cross Dissolve Front and Back
Layers");
}
}
}
}
END

DVAEVE 213
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/dialogs/213/dialog=New Composition from
Selection", identifier: 'newCompFromSelection', placement: place_column)
{
dva_groupbox(name: "$$$/AE/dialogs/213/group/4=Create", identifier:
'gbCreate', headerType: 'static_text', placement: place_column, horizontal:
align_fill)
{
dva_radio_button_group(identifier: 'rgCreate', placement:
place_column, showBorder: 'false')
{
dva_radio_button(name:
"$$$/AE/dialogs/213/radio_button/6=Single Composition", identifier: 'rbSingle');
dva_radio_button(name:
"$$$/AE/dialogs/213/radio_button/7=Multiple Compositions", identifier:
'rbMultiple');
}
}
dva_groupbox(name: "$$$/AE/dialogs/213/group/9=Options", identifier:
'gbOptions', headerType: 'static_text', horizontal: align_fill)
{
dva_popup(label: "$$$/AE/dialogs/213/popup/10=Use Dimensions
From:", identifier: 'popupDimensions')
{
dva_popup_item(name:
"$$$/AE/Dialogs/213/Transition/CrossDissolve=Cross Dissolve Front and Back
Layers");
}
dva_subview(label: "$$$/AE/dialogs/213/ae_time/12=Still
Duration:", identifier: 'durationTextEdit', minHeight: 20, minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthDuration=is -
0:00:00:0000 Base 30non-drop drop",
unitsFontSize: 11);
dva_checkbox(name: "$$$/AE/dialogs/213/checkbox/14=Add to Render
Queue", identifier: 'cbRQ');
}
dva_groupbox(identifier: 'gbSequence', horizontal: align_fill)
{
dva_layout_script(identifier: "SequenceLayerView");
}
dva_ok_cancel_row();
}
}
END

DVAEVE SequenceAlignToLayerMarkersView
layout SequenceAlignToLayerMarkersView
{
view row()
{
dva_groupbox(identifier: 'gbAlign', horizontal: align_fill)
{

dva_popup(label:"$$$/AE/dialogs/SequenceLayers/AlignToLayerMarkers/
GuideLayer=Marker Source Layer:", identifier: 'alignMarkerLayer', horizontal:
align_fill, minWidth: 200);
dva_text_edit(label:
"$$$/AE/dialogs/SequenceLayers/AlignToLayerMarkers/SkipMarker=Marker Align:",
horizontal: align_fill, identifier: 'markerAlignPattern');
}
}
}
END

DVAEVE 214
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/dialogs/214/dialog=Sequence Layers",
identifier: 'sequenceLayers', placement: place_column)
{
dva_layout_script(identifier: "SequenceLayerView");
//dva_layout_script(identifier: "SequenceAlignToLayerMarkersView");
dva_ok_cancel_row();
}
}
END

DVAEVE 713
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/MTTargetDialog=Motion Target",
identifier: 'MTTargetDialog', placement: place_column, horizontal: align_fill)
{
dva_groupbox(name: "$$$/AE/File/MTTargetDialog/ApplyMotion=Apply Motion
To:", identifier: 'MTTargetGBApplyMotion', headerType: 'static_text', placement:
place_column, topFrame: 7, horizontal: align_fill)
{
dva_radio_button_group(identifier: 'MTTargetRGApplyMotion',
spacing: 7, placement: place_column, showBorder: 'false')
{
row(spacing: 0, horizontal: align_fill)
{
dva_radio_button(name:
"$$$/AE/MTTargetDialog/ApplyToLayer=Layer:", identifier: 'MTTargetRBApplyToLayer');
dva_popup(label:" ", identifier: 'MTTargetPmLayer',
horizontal: align_fill, minWidth: 200);
}
row(spacing: 0, horizontal: align_fill)
{
dva_radio_button(name:
"$$$/AE/MTTargetDialog/ApplyToEPC=Effect point control:", identifier:
'MTTargetRBApplyToEPC');
dva_popup(label:" ", identifier: 'MTTargetPmEPC',
horizontal: align_fill, minWidth: 200);
}
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 140
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/dialogs/140/dialog=New Placeholder",
identifier: 'newPlaceholder', placement: place_column)
{
dva_text_edit(label: "$$$/AE/dialogs/140/edit_text/5=Name:",
horizontal: align_fill, identifier: 'tePlaceholderName');
dva_groupbox(name: "$$$/AE/dialogs/140/group/7=Size", identifier:
'gbSize', headerType: 'static_text', horizontal: align_fill)
{
dva_hot_text_number(label:
"$$$/AE/dialogs/140/edit_number/9=Width:", identifier: 'enWidth', minValue: 4,
maxValue: 30000, increment:1, postLabel: "$$$/AE/Dialogs/CompSettings/px=px");
dva_hot_text_number(label:
"$$$/AE/dialogs/140/edit_number/11=Height:", identifier: 'enHeight', minValue: 4,
maxValue: 30000, increment:1, postLabel: "$$$/AE/Dialogs/CompSettings/px=px");
}
dva_groupbox(name: "$$$/AE/dialogs/140/group/13=Time", identifier:
'gbTime', horizontal: align_fill)
{
dva_hot_text_number(label:
"$$$/AE/dialogs/140/edit_number/15=Frame Rate:", identifier: 'enFPS', minValue: 1,
maxValue: 999, minWidth: 60, decimalPlaces: 3);
row () {
dva_subview(label: "$$$/AE/dialogs/140/Duration=Duration:",
identifier: 'durationTC',
minWidth: 80,
units:
"$$$/AE/dvaeve/AETimeCodeControl/units/placeholderForMaxWidthDuration=is -
0:00:00:0000 Base 30non-drop drop",
unitsFontSize: 11);
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 716
layout dvaeve_dialog
{
view dva_dialog(identifier:'fileNameTemplates', name:
"$$$/AE/Dialogs/FileNameTemplates=File Name and Location Template", placement:
place_column)
{
row ()
{
dva_popup(identifier: 'popupPreset', label:
"$$$/AE/Dialogs/FileNameTemplates/Preset=Preset:")
{
dva_popup_item(name:
"$$$/AE/Dialogs/FileNameTemplates/Custom=Custom");
dva_popup_item(name:
"$$$/AE/Dialogs/FileNameTemplates/DummyText=Comp and Output Module Name");
}
row (spacing: 0)
{
dva_picture_button(identifier: 'savePict', tooltip:
"$$$/AE/Dialogs/CompSettings/toolTip/save=Save custom preset", minWidth: 22,
minHeight: 22, showBorder: 'true');
dva_picture_button(identifier: 'deletePict', tooltip: "$$
$/AE/Dialogs/CompSettings/toolTip/delete=Delete custom preset", minWidth: 22,
minHeight: 22, showBorder: 'true');
}
dva_checkbox(identifier: 'cbDefault', name:
"$$$/AE/Dialogs/FileNameTemplates/Default=Default", indent:20);
}
dva_subview(label:
"$$$/AE/Dialogs/FileNameTemplates/Template=Template:", identifier:
'templateSubview', horizontal: align_fill, minHeight: 80);
dva_popup(label: ":", identifier: 'popupProperty')
{
dva_popup_item(name:
"$$$/AE/Dialogs/FileNameTemplates/AddProperty=Add Property...");
}
dva_ok_cancel_row();
}
}
END

DVAEVE 711
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/MTSourceLayerDialog=Motion Source",
identifier: 'MTSourceLayerDialog', placement: place_column, child_horizontal:
align_fill)
{
row()
{
dva_popup(label:
"$$$/AE/Dialogs/MTSourceLayerDialog/SourceLayerPopup=Motion Source Layer:",
identifier: 'MTSourceLayerPopup', horizontal: align_fill, minWidth: 200);
}
dva_ok_cancel_row();
}
}
END

DVAEVE 712
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/MTPluginOptionsDialog=Tracker Plug-in
Options", identifier: 'MTPluginOptionsDialog', placement: place_column,
child_horizontal: align_fill)
{
row(child_vertical: align_fill)
{
dva_groupbox(name:
"$$$/AE/Dialogs/MTPluginOptionsDialog/ChannelGroup=Channel ", identifier:
'gbMTPluginOptionsGroup1', placement: place_row, horizontal: align_fill,
headerType: 'static_text', topFrame: 7)
{
dva_radio_button_group(identifier:
'rgMTPluginOptionsChannel', spacing: 7, placement: place_column, showBorder:
'false', horizontal: align_fill)
{
dva_radio_button(name:
"$$$/AE/Dialogs/MTPluginOptionsDialog/ChannelRGB=RGB", identifier:
'rbMTPluginOptionsChannelRGB');
dva_radio_button(name:
"$$$/AE/Dialogs/MTPluginOptionsDialog/ChannelLuminance=Luminance", identifier:
'rbMTPluginOptionsChannelLuminance');
dva_radio_button(name:
"$$$/AE/Dialogs/MTPluginOptionsDialog/ChannelSaturation=Saturation", identifier:
'rbMTPluginOptionsChannelSaturation');
}
}
dva_groupbox(identifier: 'gbMTPluginOptionsProcess', placement:
place_row, horizontal: align_fill, showBroder: 'false', topFrame: 7)
{
dva_radio_button_group(identifier:
'rgMTPluginOptionsProcess', placement: place_column, showBorder: 'false',
horizontal: align_fill)
{
row(spacing: 7)
{
dva_radio_button(name:
"$$$/AE/Dialogs/MTPluginOptionsDialog/RB_Blur=Blur", identifier:
'rbMTPluginOptionsBlur');
dva_hot_text_number(identifier:
'htnMTPluginOptionsPixels', minValue: 0, maxValue: 99, increment:1, postLabel: "$$
$/AE/Dialogs/MTPluginOptionsDialog/px=px", decimalPlaces: 0);
}
row()
{
dva_radio_button(name:
"$$$/AE/Dialogs/MTPluginOptionsDialog/RB_Enhance=Enhance", identifier:
'rbMTPluginOptionsEnhance');
}
}
}
}
column(spacing: 5)
{
row()
{
dva_checkbox(name:
"$$$/AE/Dialogs/MTPluginOptionsDialog/SubpixelPos=Subpixel Positioning",
identifier: 'cbMTPluginOptionsSubpixPosition');
}
row(spacing: 10, guide_mask: [@guide_label])
{
row()
{
dva_popup(identifier: 'pmMTPluginOptionsSubpixel',
indent: 5)
{
dva_popup_item(name:
"$$$/AE/Dialogs/MTPluginOptionsDialog/SubpixelPopup/Continue=Continue Tracking");
dva_popup_item(name:
"$$$/AE/Dialogs/MTPluginOptionsDialog/SubpixelPopup/Stop=Stop Tracking");
dva_popup_item(name:
"$$$/AE/Dialogs/MTPluginOptionsDialog/SubpixelPopup/Extrapolate=Extrapolate
Motion");
dva_popup_item(name:
"$$$/AE/Dialogs/MTPluginOptionsDialog/SubpixelPopup/Adapt=Adapt Feature");
}
dva_hot_text_number(label:
"$$$/AE/Dialogs/MTPluginOptionsDialog/Confidence=If Confidence is Below",
identifier: 'htnMTPluginOptionsPercent', minValue: 1, maxValue: 100, increment:1,
postLabel: "$$$/AE/Dialogs/MTPPluginOptionsDialog/Percent=%");
}
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 710
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/MTOptionsDialog=Motion Tracker
Options", identifier: 'MTOptionsDialog', placement: place_column, child_horizontal:
align_fill)
{
column(child_horizontal: align_fill)
{
dva_text_edit(label:
"$$$/AE/Dialogs/MTOptionsDialog/TrackName=Track Name:", identifier:
'teMTOptionsTrackName', minWidth: 70);
row()
{
dva_popup(label:
"$$$/AE/Dialogs/MTOptionsDialog/TrackerPlugin=Tracker Plug-in:", identifier:
'pmMTOptionsTrackerPlugin', minWidth: 120);
dva_button(name:
"$$$/AE/Dialogs/MTOptionsDialog/PluginOptions=Options...", identifier:
'bMTPluginOptions');
}
}
row(child_vertical: align_fill)
{
dva_groupbox(name:
"$$$/AE/Dialogs/MTOptionsDialog/ChannelGroup=Channel ", identifier:
'gbMTOptionsGroupChannel', placement: place_row, horizontal: align_fill,
headerType: 'static_text', topFrame: 7)
{
dva_radio_button_group(identifier: 'rgMTOptionsChannel',
spacing: 7, placement: place_column, showBorder: 'false', horizontal: align_fill)
{
dva_radio_button(name:
"$$$/AE/Dialogs/MTOptionsDialog/ChannelRGB=RGB", identifier:
'rbMTOptionsChannelRGB');
dva_radio_button(name:
"$$$/AE/Dialogs/MTOptionsDialog/ChannelLuminance=Luminance", identifier:
'rbMTOptionsChannelLuminance');
dva_radio_button(name:
"$$$/AE/Dialogs/MTOptionsDialog/ChannelSaturation=Saturation", identifier:
'rbMTOptionsChannelSaturation');
}
}
}
column(spacing: 5)
{
column()
{
dva_checkbox(name:
"$$$/AE/Dialogs/MTOptionsDialog/EnhanceBeforeMatch=Enhance Before Match",
identifier: 'cbMTOptionsEnhance');
dva_checkbox(name:
"$$$/AE/Dialogs/MTOptionsDialog/TrackFields=Track Fields", identifier:
'cbMTOptionsTrackFields');
dva_checkbox(name:
"$$$/AE/Dialogs/MTOptionsDialog/SubpixelPos=Subpixel Positioning", identifier:
'cbMTOptionsSubpixPosition');
dva_checkbox(name:
"$$$/AE/Dialogs/MTOptionsDialog/AdaptEveryFrame=Adapt Feature On Every Frame",
identifier: 'cbMTOptionsAdaptEveryFrame');
}
row(spacing: 10, guide_mask: [@guide_label])
{
row()
{
dva_popup(identifier: 'pmMTOptionsSubpixel', indent:
5)
{
dva_popup_item(name:
"$$$/AE/Dialogs/MTOptionsDialog/SubpixelPopup/Continue=Continue Tracking");
dva_popup_item(name:
"$$$/AE/Dialogs/MTOptionsDialog/SubpixelPopup/Stop=Stop Tracking");
dva_popup_item(name:
"$$$/AE/Dialogs/MTOptionsDialog/SubpixelPopup/Extrapolate=Extrapolate Motion");
dva_popup_item(name:
"$$$/AE/Dialogs/MTOptionsDialog/SubpixelPopup/Adapt=Adapt Feature");
}
dva_hot_text_number(label:
"$$$/AE/Dialogs/MTOptionsDialog/Confidence=If Confidence is Below", identifier:
'htnMTOptionsPercent', minValue: 1, maxValue: 100, increment:1, decimalPlaces: 0,
postLabel: "$$$/AE/Dialogs/MTPOptionsDialog/Percent=%");
}
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 175
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialog/ChooseLayer/dialog=Choose Layer",
identifier: 'ChooseLayer', placement: place_column)
{
column(child_horizontal: align_center)
{
row(horizontal: align_fill)
{
dva_popup(label:
"$$$/AE/Dialogs/ChooseLayer/ImportKind=Import Kind:", minWidth: 200, identifier:
'importKind')
{
dva_popup_item(name:
"$$$/AE/Dialogs/ChooseLayer/ImportKind/Footage=Footage");
dva_popup_item(name:
"$$$/AE/Dialogs/ChooseLayer/ImportKind/Composition=Composition");
}
}
dva_groupbox(name: "$$$/AE/Dialogs/ChooseLayer/LayerOptions=Layer
Options", horizontal: align_fill, identifier: 'layerOptionsGrp')
{
row(horizontal: align_fill)
{
dva_radio_button_group(spacing: 0, horizontal:
align_fill, placement: place_column, showBorder: 'false', identifier:
'mergedOrChooseLayers')
{
dva_radio_button(name:
"$$$/AE/Dialogs/ChooseLayer/MergedLayers=Merged Layers");
dva_radio_button(name:
"$$$/AE/Dialogs/ChooseLayer/ChooseLayer=Choose Layer:");
}
column(guide_mask:[], spacing: 0)
{
dva_static_text();
dva_popup(minWidth: 200, label: " ",
identifier: 'chooseLayer');
}
}
}
row(horizontal: align_fill)
{
dva_popup(label:
"$$$/AE/Dialogs/ChooseLayer/FootageDimensions=Footage Dimensions:", minWidth: 200,
identifier: 'footageDimensions')
{
dva_popup_item(name:
"$$$/AE/Dialogs/ChooseLayer/FootageDimensions/LayerSize=Layer Size");
dva_popup_item(name:
"$$$/AE/Dialogs/ChooseLayer/FootageDimensions/DocumentSize=Document Size");
}
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE 176
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialog/ChooseLayerAdvanced/dialog=Choose Layer
Advanced", identifier: 'ChooseLayerAdv')
{
row()
{
dva_popup( label: "$$$/AE/Dialogs/ChooseLayer/ImportKind=Import
Kind:", minWidth: 200, identifier: 'importKind')
{
dva_popup_item(name:
"$$$/AE/Dialogs/ChooseLayer/ImportKind/Footage=Footage");
dva_popup_item(name:
"$$$/AE/Dialogs/ChooseLayer/ImportKind/Composition=Composition");
dva_popup_item(name:
"$$$/AE/Dialogs/ChooseLayer/ImportKind/CompositionRetainLayerSizes=Composition -
Retain Layer Sizes");
}
}

column(horizontal: align_fill, vertical: align_fill, child_horizontal:


align_fill, child_vertical: align_fill, placement: place_overlay)
{
dva_subview(identifier: 'composition', vertical: align_fill,
horizontal: align_fill, child_horizontal: align_fill, child_vertical: align_fill)
{
dva_layout_script(identifier: "CompositionImportKind");

}
dva_subview(identifier: 'footage', vertical: align_fill,
horizontal: align_fill, child_horizontal: align_fill, child_vertical: align_fill)
{
dva_layout_script(identifier: "FootageImportKind");
}
}
dva_ok_cancel_row();
}
}
END

DVAEVE FootageImportKind
layout ImportOptions
{
view column(child_horizontal: align_fill, child_vertical: align_fill,
vertical: align_fill)
{
dva_groupbox(name: "$$$/AE/Dialogs/ChooseLayer/LayerOptions=Layer
Options", horizontal: align_fill, vertical: align_fill, identifier:
'layerOptionsGrp')
{
row(horizontal: align_fill)
{
dva_radio_button_group(spacing: 0, horizontal: align_fill,
placement: place_column, showBorder: 'false', identifier: 'mergedOrChooseLayers')
{
dva_radio_button(name:
"$$$/AE/Dialogs/ChooseLayer/MergedLayers=Merged Layers");
dva_radio_button(name:
"$$$/AE/Dialogs/ChooseLayer/ChooseLayer=Choose Layer:");
}
column(guide_mask:[], spacing: 0)
{
dva_static_text();
dva_popup(minWidth: 200, label: " ", identifier:
'chooseLayer');
row(spacing: 0)
{
dva_static_text(label: " ");
dva_radio_button_group(showBorder:
'false',guide_mask:[], identifier: 'layerStyles')
{
dva_radio_button(name:
"$$$/AE/Dialogs/ChooseLayer/MergeLayerStyles=Merge Layer Styles into Footage" );
dva_radio_button(name:
"$$$/AE/Dialogs/ChooseLayer/IgnoreLayerStyles=Ignore Layer Styles");

}
}
}
}
dva_popup(label:
"$$$/AE/Dialogs/ChooseLayer/FootageDimensions=Footage Dimensions:", minWidth: 200,
identifier: 'footageDimensions')
{
dva_popup_item(name:
"$$$/AE/Dialogs/ChooseLayer/FootageDimensions/LayerSize=Layer Size");
dva_popup_item(name:
"$$$/AE/Dialogs/ChooseLayer/FootageDimensions/DocumentSize=Document Size");
}

}
}
}
END

DVAEVE CompositionImportKind
layout ImportOptions
{
view column(vertical: align_fill, horizontal: align_fill, child_horizontal:
align_fill, child_vertical: align_fill)
{
dva_groupbox(name: "$$$/AE/Dialogs/ChooseLayer/LayerOptions=Layer
Options", horizontal: align_fill, child_horizontal: align_fill)
{
dva_radio_button_group( horizontal: align_fill, showBorder:
'false', identifier: 'editableOrMergedLayerSyles')
{
column(spacing: 14)
{
column(spacing: 3)
{
dva_radio_button(name:
"$$$/AE/Dialogs/ChooseLayer/EditableLayerStyles=Editable Layer Styles");
dva_radio_button(name:
"$$$/AE/Dialogs/ChooseLayer/MergeLayerStyles=Merge Layer Styles into Footage");
}
}
}
}
dva_groupbox(name:
"$$$/AE/Dialogs/ChooseLayer/Description=Description", horizontal: align_fill,
child_horizontal: align_fill)
{
column(placement: place_overlay, child_horizontal: align_fill)
{
dva_static_text(identifier: 'editableLayerStylesTxt',
multiLine: 'true', maxWidth: 300, name:
"$$$/AE/Dialogs/ChooseLayer/EditableDescription=Editable Layer Styles matches the
Photoshop appearance. Supported style properties will be fully editable. Note that
a layer with a layer style cannot intersect a 3D layer.");
dva_static_text(identifier: 'mergeLayerStylesTxt',
multiLine: 'true', maxWidth: 300, name:
"$$$/AE/Dialogs/ChooseLayer/MergeDescription=Merge Layer Styles into Footage
renders faster and allows for 3D intersections. It may not match Photoshop
exactly.");
}
}
}
}
END

DVAEVE 714
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/EGG/RenderQue/nrqui/dlg_AdobeID/SignIn=Sign in
with Adobe ID", identifier: "Sign_In", placement: place_column)
{
row(horizontal: align_fill, child_horizontal: align_fill)
{
dva_static_text(identifier: 'status_static', name:
"$$$/AE/EGG/RenderQue/nrqui/dlg_AdobeID/status=Status:");
dva_static_image(identifier: 'status_lights');
dva_static_text(identifier: 'status_text');
}

dva_subview(identifier: "enter_creds_panel")
{
column(horizontal: align_fill, child_horizontal: align_fill)
{
dva_static_text(name:
"$$$/AE/EGG/RenderQue/nrqui/dlg_AdobeID/email=Adobe ID (Usually your email
address):");
dva_text_edit(
identifier: 'email_addr',
setAsFocused: 'true');

dva_static_text(name:
"$$$/AE/EGG/RenderQue/nrqui/dlg_AdobeID/passwd=Password:");
dva_text_edit(
identifier: 'email_pw',
password: 'true');

row()
{
dva_checkbox(identifier: 'remember_me', name:
"$$$/AE/EGG/RenderQue/nrqui/dlg_AdobeID/remember_me=Remember Me");
dva_divider(direction: 'vertical', vertical:
align_fill, minThickness: 2);
dva_hot_text_button(identifier: 'forgot_pw', name: "$
$$/AE/EGG/RenderQue/nrqui/dlg_AdobeID/forget_pw=Forgot Password");
}

dva_button(
identifier: 'sign_in',
horizontal: align_center,
name:
"$$$/AE/EGG/RenderQue/nrqui/dlg_AdobeID/sign_in=Sign In");

dva_divider(identifier: 'spacer_divider1', direction:


'horizontal', horizontal: align_fill, minThickness: 2);

row() {
dva_static_text(name:
"$$$/AE/EGG/RenderQue/nrqui/dlg_AdobeID/missing_id=Don't have an Adobe ID?");
dva_hot_text_button(identifier: 'create_acct', name:
"$$$/AE/EGG/RenderQue/nrqui/dlg_AdobeID/create_acct=Create Account");
}
}
}

dva_subview(identifier: "sign_out_panel", horizontal: align_fill,


child_horizontal: align_fill)
{
column(horizontal: align_fill, child_horizontal: align_fill)
{
dva_hot_text_button(identifier: 'sign_out', name:
"$$$/AE/EGG/RenderQue/nrqui/dlg_AdobeID/dlg_AdobeID/sign_out=Sign Out");

dva_button(
identifier: 'set_prefs',
horizontal: align_center,
name:
"$$$/AE/EGG/RenderQue/nrqui/dlg_AdobeID/set_prefs=Set Notification Preferences");

dva_divider(identifier: 'spacer_divider2', direction:


'horizontal', horizontal: align_fill, minThickness: 2);
dva_static_text(identifier: 'prefs_blurb1', name: "*");
}
}

dva_ok_row();
}
}
END

DVAEVE 718
layout dvaeve_dialog
{
view dva_dialog(name: "$$$/AE/Dialogs/BindPropertyToBeats=Bind Property to
Audio Beats", identifier: 'bindPropertyToAudioBeatsDialog', placement:
place_column, child_horizontal: align_fill)
{
dva_popup(label: "$$$/AE/Dialogs/BindPropertyToBeats/Layer=Select Audio
Layer:", minWidth: 200, identifier: 'audioLayerPopup')
{
}
dva_ok_cancel_row();
}
}
END

You might also like