Giter Club home page Giter Club logo

skinwrangler's People

Contributors

chrisevans3d avatar glm-nchaverou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

skinwrangler's Issues

Store node references as MObjs

Store node references as MObjs to break from reliance on string names and Maya paths. Perhaps store an MObj pointer in the UserData of the widget.

Issue with Maya 2017 osx

Hi Chris,
I am really fascinated by the tool you wrote for Maya and I have seen videos about it and I really like to test it out but unfortunately the tool seems not working with Maya 2017 because of the latest update Autodesk did on Maya 2017.

The error I get all the time is this:

Error: line 1: ImportError: file /Users/haidarhakim/Library/Preferences/Autodesk/maya/2017/scripts/skinWrangler/skinWrangler.py line 18: No module named shiboken

And I read about how to fix this issue and ended up with these two pages:

http://cryptidfx.com/news/2016/7/28/vetala-in-maya-2017
And:
https://fredrikaverpil.github.io/2016/07/25/dealing-with-maya-2017-and-pyside2/

And I tried to modify the script and I have replaced these lines:

import shiboken
from PySide import QtGui, QtCore

With:
import shiboken2
from PySide2.QtGui import *
from PySide2.QtCore import *

But the tool still giving me this error:

Error: line 1: ImportError: file line 10: dlopen(/Library/Python/2.7/site-packages/PySide/QtCore.so, 2): Library not loaded: libpyside-python2.7.1.2.dylib

Referenced from: /Library/Python/2.7/site-packages/PySide/QtCore.so
Reason: image not found #

Can you please help with this... Any help appreciated

Maya 2024.1 macOSVentura

I don't seem to be able to find the installation guide and as a result, I'm not sure if I'm doing it right.

  • I try to put the skinWrangler-master folder here
    /Users/.../Library/Preferences/Autodesk/maya/modules
    or here
    /Users/.../Library/Preferences/Autodesk/maya/2024/scripts
    and run as Python
from skinWrangler import skinWrangler as sw
skinWranglerWindow = sw.show()
  • also tried dropping skinWrangler.py into the viewport

ERROR

import maya.app.general.executeDroppedPythonFile as myTempEDPF
myTempEDPF.executeDroppedPythonFile("/Volumes/PLUGINS/Maya/skinWrangler/skinWrangler-master/skinWrangler.py", "")
del myTempEDPF
# Error: SyntaxError: file <frozen importlib._bootstrap> line 241: Missing parentheses in call to 'exec'. Did you mean exec(...)?

The plugin fails to open giving me an Error in Maya 2024.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.