Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to write a 3D importer with After Effects SDK

New Here ,
Sep 09, 2024 Sep 09, 2024

I'm trying to write a 3D importer that imports a custom 3D format, is it possible to make it so it behaves like the .obj importer? (Marked as 3D object, 3D transform, depth buffer, etc.)

TOPICS
SDK
133
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 11, 2024 Sep 11, 2024

no, as far as i know.

importer AEGPS known as IO and FBIO only parse a requested frame and pass it to AE as am image. as far as i know 3D behavior is handled by the artizan plugin which does full comp rendering. (you can try to write an artizan, but you'll have to handle all other rendering as well...)

Translate
Community Expert ,
Sep 11, 2024 Sep 11, 2024
LATEST

no, as far as i know.

importer AEGPS known as IO and FBIO only parse a requested frame and pass it to AE as am image. as far as i know 3D behavior is handled by the artizan plugin which does full comp rendering. (you can try to write an artizan, but you'll have to handle all other rendering as well...)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines