Skip to content

Conversation

@semagnum
Copy link
Contributor

A utility script for installing the optional packages.

As part of ASWF Dev Days, resolves DigitalProductionExampleLibrary/Assets #2.

# install all packages in current directory (will take a while)
python install_optional_packages.py --all
# you can provide a .zip filepath for each package if already downloaded, otherwise the script will download each for you
python install_optional_packages.py --techvar --baked_procedurals --texture_pack texture_pack_download.zip --cameras --output ./repos/ALab/
  • Has the option to download them for you, or use an existing .zip file if you've already downloaded them
  • An --all flag to download all, or you separate flags for just specific packages
  • also updated the documentation to mention said script

Signed-off-by: Spencer Magnusson <spencer.magnusson@dreamworks.com>
Copy link
Contributor

@matthewlow-dwa matthewlow-dwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @semagnum ! This looks good to me.

Copy link
Contributor

@chrizzFTD chrizzFTD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @semagnum! Great contribution.

@matthewlow-dwa matthewlow-dwa merged commit 3662478 into DigitalProductionExampleLibrary:main Sep 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ALab: Provide "Download, Unpack, Assemble" Script

3 participants