Skip to content
Snippets Groups Projects
  • Damien Picard's avatar
    afb79c26
    After Effects export: refactor object types into classes · afb79c26
    Damien Picard authored
    Use classes for each object type, which include data and animation
    collection, and script generation, instead of long and similar
    functions for each of these steps.
    
    Also:
    - add option to export solids;
    - do not systematically prefix all AE object names with an underscore,
      as this is not so useful and can be frustrating in comps.
    afb79c26
    History
    After Effects export: refactor object types into classes
    Damien Picard authored
    Use classes for each object type, which include data and animation
    collection, and script generation, instead of long and similar
    functions for each of these steps.
    
    Also:
    - add option to export solids;
    - do not systematically prefix all AE object names with an underscore,
      as this is not so useful and can be frustrating in comps.
io_export_after_effects.py 31.24 KiB