Coder Social home page Coder Social logo

gltools's People

Contributors

bungnoid 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  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  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

gltools's Issues

import error

Hi.

  1. when i run face_tools.py

Error: line 1: ImportError: file line 1: No module named meshIntersectArray

2)when running autoModuleBuild.py

Error: line 1: ImportError: file line 1: No module named nrig.module.fkChain

Error: line 1: ImportError: file line 1: No module named nrig.module.ikChain

Issues running with Maya 2023 (is Python 3x supported?)

I just updated to Maya 2023 from Maya 2020.
glTools worked fine in Maya 2020
When I try to run my script in Maya 2023, I get the following error:

Error: ModuleNotFoundError: file C:\Program Files\Autodesk\Maya2023\Python\lib\site-packages\glTools\utils_init_.py line 1: No module named 'component'

component.py is present in location C:\Program Files\Autodesk\Maya2023\Python\Lib\site-packages\glTools\utils

AFAIK, Maya 2020 uses Python 2 and Maya 2023 uses Python 3. Is Python 3 supported?

attachToCurve() got an unexpected keyword argument 'worldUpObject'

Hi,
Great set of tools you've shared here. Thank you!

I'm currently getting this error when I run Attach to Curve from the Rig Tools menu.

# TypeError: attachToCurve() got an unexpected keyword argument 'worldUpObject' //

I think this line:

glTools.utils.attach.attachToCurve(curve=curve,transform=transform,uValue=param,useClosestPoint=closestPoint,orient=orient,upVector=upVec,worldUpObject=upVecObj,uAttr=paramAttr,prefix=prefix)

should be:

glTools.utils.attach.attachToCurve(curve=curve,transform=transform,uValue=param,useClosestPoint=closestPoint,orient=orient,upVector=upVec,upObject=upVecObj,uAttr=paramAttr,prefix=prefix)

As the attach.attachToCurve() parameter is called 'upObject'

upObject='',

glTools.common.namingConvention error

Seems a module named "common" is missing, I get this error when trying to import the whole glTools:

Error: ImportError: No module named common.namingConvention

those mel that I can't found in maya folder,and please give me a tick to get it, thank you.

mm.eval('source "'+MAYA_LOCATION+'/scripts/others/hikGlobalUtils.mel"')
mm.eval('source "'+MAYA_LOCATION+'/scripts/others/hikCharacterControlsUI.mel"')
mm.eval('source "'+MAYA_LOCATION+'/scripts/others/hikDefinitionOperations.mel"')
mm.eval('source "'+MAYA_LOCATION+'/scripts/others/CharacterPipeline.mel"')
mm.eval('source "'+MAYA_LOCATION+'/scripts/others/characterSelector.mel"')

those mel that I can't found in maya folder,and please give me a tick to get it, thank you.

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.