Autodesk / sitoa

Arnold plugin for Softimage
Apache License 2.0
33 stars 16 forks source link

Patch AdLM with abuild #79

Closed JenusL closed 4 years ago

JenusL commented 4 years ago

Since I've never got an answer if #74 is ever going to be fixed I made a patch for it with abuild. It renames adlmint.dll to adlmin2.dll and patches AdClmHub_1.dll to point to the renamed file. Run the command below to apply the patch. Only tested on Windows for now and I actually don't know if it's even needed on Linux.

abuild patch
JenusL commented 4 years ago

I feel happy with this now but it would be great if anyone could test on Linux and see if the patch is even necessary there.

JenusL commented 4 years ago

PATCH_ADLM is enabled by default in custom.py on Windows. It's untested on Linux so I let it be there. This can be merged now.