mgear-dev / mgear_dist

mGear v.3.x.x distribution repository
http://www.mgear-framework.com/
MIT License
184 stars 53 forks source link

animbits cache manager #38

Closed liudger closed 5 years ago

liudger commented 5 years ago

When having isRig attribute on a non mgear rig present it still can't find the rig. It is only looking for this attribute right?

error in scripteditor: Selection_099

liudger commented 5 years ago

is_rig is the attribute that needed to be there. So issue solved!

liudger commented 5 years ago

import os os.environ["MGEAR_CACHE_MANAGER_RIG_ATTRIBUTE"] = ""

it doesn't seem to want other than is_rig attribute

miquelcampos commented 5 years ago

thanks @liudger for closing this. I did forget :)