Document 26.5 SDK: Guide Suite, parametric mesh layers, StreamSuite7, and Premiere Beta effect metadata - #17
Merged
jthomascolombo merged 9 commits intoSep 11, 2026
Conversation
Need to update placeholder versions once we know the exact version of the SDK we are shipping that has these suites.
Adding missing v1 suite that was never documented.
Clarify that the macOS Build Location
Updates provided by Yao Zhang - Add AEGP_CreateParametricMeshLayerInComp (AEGP_CompSuite13) and its six mesh types (cube, sphere, plane, torus, cone, cylinder) - Add AEGP_ObjectType_VECTOR and AEGP_ObjectType_3D_PARAMETRIC_MESH to the AEGP_GetLayerObjectType object types - Retarget the remaining AEGP_CompSuite11 references to the current AEGP_CompSuite13 (comp/cheating/artisan pages) - Fold into the consolidated 26.5 SDK "What's New" section and Version History entry
Updates provided by Pankaj Kumar - Add AE_Effect_Search_Keywords and AE_Effect_Description PiPL properties plus a "Search Keywords And Description" section (locale-keyed JSON, PF_REGISTER_EFFECT_EXT3 alternative, macOS Rez line-length workaround) - Add the Effect Preview Media (Effects Panel) page and nav entry - Flag both features as Premiere Pro Beta only (from 27.0); not yet in After Effects - Fold both into the consolidated 26.5 SDK "What's New" section and Version History row
Contributor
Author
|
I don't have access to add reviewers and I think only @zlovatt can approve. Will follow up in a message as well to request. |
zlovatt
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the AE 26.5 SDK additions across the AEGP suites and effect resources.
What's added
AEGP suites
AEGP_GuideSuite(AEGP_GuideSuite1orientation + pixel position;AEGP_GuideSuite2adds percentage positioning, per-guide color, and edge pinning), with position clamping / non-finite handling notes.AEGP_ItemViewSuite2guide display getters/setters (visible, snap, locked).AEGP_CompSuitebumped to v13 withAEGP_CreateParametricMeshLayerInComp;AEGP_GetLayerObjectTypecan now returnAEGP_ObjectType_3D_PARAMETRIC_MESH.AEGP_StreamSuitebumped to v7, documenting independent get/set of the render stage of aPF_Param_LAYERstream (AEGP_LayerParamStage).Effect resources (Premiere Pro Beta 27.0 only)
AE_Effect_Search_KeywordsandAE_Effect_Description(and thePF_REGISTER_EFFECT_EXT3equivalent), plus a "Search Keywords And Description" section.Other
whats-new,history, andmkdocs.ymlnav accordingly.Verification
mkdocs serve.AEGP_LayerParamStageverified againstAE_GeneralPlug.hin the 26.5 SDK.