Edit Zone Edius Project |work| File
// Check if the command is our custom "Edit Zone" button if (nCmdID == CMD_EDIT_ZONE)
// Set the In/Out points // This effectively sets the "Zone" for rendering/exporting pAttrs->SetInPoint(rtStart); pAttrs->SetOutPoint(rtEnd); edit zone edius project
Below is a generated feature guide for implementing and using an "Edit Zone" workflow in . Feature: The "Edit Zone" Smart Workspace // Check if the command is our custom