When you install the Maya plugin, the plugin files for all the Maya versions are placed in $HFS, regardless of what Maya versions you have installed. So the plugin files for all the Maya versions are actually available in $HFS/engine/maya. If a certain Maya version is installed, the only additional step that happens is that the installer will copy the module file from: $HFS/engine/maya/maya<version>/houdiniEngine-maya<version> to $MAYA_LOCATION/modules/houdiniEngine-maya<version>
So if you have installed a new Maya version after installed the Maya plugin, you can simply copy the module file from $HFS to $MAYA_LOCATION. Then Maya would be able to find the Maya plugin.
Rather than copying the module file, it's also possible to insert the $HFS/engine/maya/maya<version> path into MAYA_MODULE_PATH. Then, Maya would also be able to find the Maya plugin.
Hello, I checked the folder C:\Program Files\Autodesk\Maya2020\modules ; there is a file called "houdiniEngine-maya2020"; hOWEVER, WHEN i GO TO MAYA > windows > settings preferences > plugin manager > I don't see any Sidefx plugin here... What should I do???
Grendizer Hello, I checked the folder C:\Program Files\Autodesk\Maya2020\modules ; there is a file called "houdiniEngine-maya2020"; hOWEVER, WHEN i GO TO MAYA > windows > settings preferences > plugin manager > I don't see any Sidefx plugin here... What should I do???
Thank you so much @grendizer - After a few hours of the same issue - it was the Houdini Launcher that was bugged. Installing from the standalone installer instead fixed the issue and the plugin is visible (I didnt do the silent install just ran it over a current one).
So is there a standalone installer for the Engine Maya plugin?
Cause I tried the command line install with these commands: houdini-18.0.xxx-win64.exe /HoudiniEngineOnly houdini-18.0.xxx-win64.exe /EngineMaya Both do not work, they install the full Houdini package.
What are you trying to achieve? You need Houdini to be installed to utilize the plugin. You must also be careful to make sure that the HAPI API version of the plugin is compatible with the version of Houdini that you are using. This is one of the reasons why we bundle them together.
There is no installer that just contains the plugin. If you are running into issues with the installer flag, please submit a ticket to support.
Well here is a scenario : Maya 2020 is installed. I install Houdini 18.5 with the Houdini Engine plugin for Maya. Now I want to install Maya 2022. After I install it, it doesn't have the Houdini Engine plugin. So the best thing would be to install ONLY the Houdini Engine plugin for Maya 2022. Why would I re-install all Houdini?
As Andrew said above, all versions are installed regardless of the version of Maya that you choose in the installer. Instead, what the installer does is add the module file for the selected version into the Maya module path. If you want it to show up in the new version, you must add the module to your module path. See Andrew's comment above for details.
HoudiniEngineOnly: Installs only the files needed to run a non-graphical instance of Houdini. It does not modify the registry in any way. This option cannot be selected at the same time as MainApp or LicenseServer.
Please try /EngineMaya=Yes. If that doesn't work, please message support as I do not take care of the installer.
Hi Johan, this seems to be caused by an issue in the Launcher. It should be fixed in tomorrow's launcher build. I'll update this thread once it's available.