Re: [Maya-Python] Desperately trying to run matplotlib

2021-05-23 Thread Alok Gandhi
I think the only this would work is to compile it against the maya version you are using, unless there is some existing pre-built binaries that I am not aware of. Another approach, though very convoluted, would be to first create a system level command (one that you can run outside maya from any t

[Maya-Python] Desperately trying to run matplotlib

2021-05-23 Thread justin hidair
Hello here fellas, sorry for the form I'm on mobile I've been trying everything to run matplotlib from maya (2020 win x64) that include installing it from mayapy.exe -m pip , downloading third-party packages and other older versions ;I even tried to compile it although failing countless times at

Re: [Maya-Python] maya API ?? reading an external json file

2021-05-23 Thread Todd Widup
Thanks marcus, will give that a try On Sun, May 23, 2021 at 2:11 AM Marcus Ottosson wrote: > It would only be computed outputMatrix is pulled, so a first step is > testing that. > > cmds.setAttr(yourNode + ".PoseFile", "changed.txt", type="string")# Compute > not called yet.. > cmds.getAttr(you

Re: [Maya-Python] maya API ?? reading an external json file

2021-05-23 Thread Marcus Ottosson
It would only be computed outputMatrix is pulled, so a first step is testing that. cmds.setAttr(yourNode + ".PoseFile", "changed.txt", type="string")# Compute not called yet.. cmds.getAttr(yourNode + ".outputMatrix")# Compute called If that doesn’t happen, it’s possible strings aren’t part of nor