AutodeskRoboticsLab / Mimic

An open-source Maya plugin for controlling Industrial Robots. Written in Python 3.
https://www.mimicformaya.com/
172 stars 39 forks source link

Relative paths in mimic.mod file could be more flexible #25

Open danbradham opened 3 years ago

danbradham commented 3 years ago

Hello,

Consider this a low priority feature request!

I noticed that the mimic.mod file uses the relative path ../modules/mimic. This means that the module will only work when it resides in a folder called modules. In order to make it more flexible, I think just using ./mimic would make more send. That would make it work regardless of which folder it resides in.

In my specific use case our studio tools are setup to load modules from platform specific modules folders like:

modules/win64
modules/mac
moduels/linux