Hello
From the Kit-App-Template on Github, I’ve created a USD Composer from the template on Ubuntu 22.04
I’ve run the USD Composer using the following command for having access to the Extension menu: ./repo.sh launch --dev-bundle
before creating the USD Composer template, I run the following command: sudo apt install libnvtoolsext1
My issue is that in the extension menu both modulus_ext.core
and hpcvis.vtkm_bridge.core
are not listed.
Could you please tell me how to add and enable both extension?
Also in the documentation (Modulus Extension — Omniverse Extensions) it says to run the command ~/.local/share/ov/pkg/create-2022.2.0/omni.create.sh --enable modulus_ext.core
but I cannot use --enable modulus_ext.core
parameter when running the USD Composer from Kit App template. Is there another way to run/enable modulus_ext.core?
I’ve tried to download manually both extensions and add them manually using Extension/Import Extension but nothing happened. In the console tab, nothing change so I don’t know why Extension are not added.
The link I used:
http://kit-103-0-public-extensions.s3.amazonaws.com/public/3/archives/modulus_ext.core-22.7.0%2Blx64.r.cp37.zip
http://kit-103-0-public-extensions.s3.amazonaws.com/public/3/archives/hpcvis.vtkm_bridge.core-1.0.1-alpha-7%2Blx64.r.cp37.zip
Above link are for Kit 103 but Kit Template version is 106.5 so that may explain why they cannot be added but I didn’t find the AWS bucket name for Kit 106.5.
I really thank you in advance for your help.
Best regards