Giter Club home page Giter Club logo

fossil's People

Contributors

patcorwin 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

Watchers

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

fossil's Issues

Ability to customize how left and right are named

It would nice to have the ability to customize how left and right are named.

some options would be:

  • what the text sensitive case is (eg. leg_l, or leg_left, leg_L, leg_Left)
  • whether it's at the beginning or end of the name (eg. R_Leg , Leg_R)

.. and to have ctrls named to match (eg. R_Leg_ctrl , Leg_right_ctrl)

No module named Qt

Hey Pat! I am trying to install Fossil but I get this error:

Error: ImportError: file C:/Users/Alessandra/Documents/maya/scripts\pdil\core\ui.py line 16: No module named Qt

Not sure what to do... ๐Ÿ˜

Hip Card has errors when building Dogleg module

/
| Hip_card |
| Traceback (most recent call last): |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\cardRigging.py", line 816, in buildRig |
| registeredControls[ card.rigData.get('rigCmd') ].build(card) |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\cardRigging.py", line 598, in build |
| ctrls = cls.buildSide(card, card.start().real, card.end().real, False, side, buildFk=buildFk) |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\cardRigging.py", line 537, in buildSide |
| name, ikCtrl, ikConstraints = cls.buildIk(card, start, end, side, sideAlteration, isMirroredSide) |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\cardRigging.py", line 567, in buildIk |
| ikCtrl, ikConstraints = cls.ik( start, end, groupName=ikGroupName, **kwargs ) |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\rigging_util.py", line 118, in newFunc |
| res = func(*args, **kwargs) |
| File "C:/Users/ben.freedman/Documents/maya/2019/scripts\pdil\tool\fossil\rigging\dogHindLeg.py", line 213, in buildDogleg |
| util.makeStretchyNonSpline(footCtrl, mainIk) |
| AttributeError: 'module' object has no attribute 'makeStretchyNonSpline' |
_
________________________________________________________________________________________________________________________/


/
| The following cards had errors: |
| Hip_card |

-It's worth noting that this happens even when I don't modify anything in the dogleg template build.
-This happened in 2019

Unable to use custom curve on SplineTwist

I'm trying to adjust settings under the SplineTwist card. There's a drop down to change CV Count to Custom Curve. when setting these value, something errors out and doesn't stick.

Screenshot 2024-06-11 at 4 12 43โ€ฏPM

ui corruption

after i use the Start Tab and create a new set of cards, The start tab becomes empty. And also the color swatches are gone from "Controller Edit" tab.

Error when trying to access the dag menu

I get this error when trying to access the dag menu in maya 2019. I'm pretty sure I followed the directions correctly

Error: WindowsError: file C:/Users/Archanex/Documents/maya/scripts\pdil\melOverrides\dagMenuProc.py line 63: 3

IK / FK Switch Orientation Shifts

Reproducible when creating IK controls on the arms in True Zero Mode, the IK and FK rest positions are not 1:1. Switching cause the IK FK position to shift ever so slightly.

Running RigTool in 2016 gave me an error

import pdil.tool.fossil.main
pdil.tool.fossil.main.RigTool()

Traceback (most recent call last):

File "C:/MAYA_APP_DIR/2016/scripts\pdil\tool\fossil\main.py", line 296, in closeEvent

self.shapeEditor.curveColorLayout.setObjectName( 'delete_me3' )

AttributeError: 'RigTool' object has no attribute 'shapeEditor'

Error: AttributeError: file C:/MAYA_APP_DIR/2016/scripts\pdil\tool\fossil\cardlister.py line 279: 'PySide.QtGui.QHeaderView' object has no attribute 'setSectionResizeMode'

Storing modified default spaces is not restoring as expected

Certain components build default spaces (splineTwist will create local,main, parent)

If we end up deleting these, or renaming them. They restore back to default. The default spaces that were deleted are recreated on restore. and the ones that we're renamed restore with the original name.

This happens on the SplineTwist, SplineNeck, IK, dogIK

it would be great if restoring the mods restored the spaces exactly as they we're stored

Motiga Module

Hey I threw the scripts in the maya 2018 scripts folder in My Documents, this is the error i get run i try to initialize the following command:

import pdil.tool.fossil.main
pdil.tool.fossil.main.RigTool()

Error: ImportError: file C:/Users/alanz/Documents/maya/2018/scripts\pdil\tool\fossil\ui\rigToolUI.py line 362: No module named motiga.tool.fossil.cardlister

Im not sure what to do and I really want to play with this tool set! Thanks!

rigTools doesn't exit

was trying to execute this:

import pdil.tool.rigTools
pdil.core.alt.call('Quick Hide Controls')()

No module named PySide2

Heheh, sorry Pat, now I got this error:

C:/Users/Alessandra/Documents/maya/scripts\pdil\tool\fossil\ui\rigToolUI.py line 10: No module named PySide2

Support For Old Rigs?

Hey Pat! I was just thinking of tinkering around with an old Gigantic rig. I opened in up in Maya 2019 and found that the cards were being recognized in the Fossil UI list. Also I don't see the spaces or FK/IK in the DAG right-click menu. When I create a new rig, neither of these issues occur.

Is this expected at this point? If so, I'm wondering if there's a smart way I could bring the old rigs up to date with the tools.

unable to build Spline Neck module

Fossil keeps giving me errors when I try to build the spline neck module. It does build something, but I'm not sure if it's working as designed or not
/
| card_card |
| Traceback (most recent call last): |
| File "C:/Users/Archanex/Documents/maya/scripts\pdil\tool\fossil\cardRigging.py", line 816, in buildRig |
| registeredControls[ card.rigData.get('rigCmd') ].build(card) |
| File "C:/Users/Archanex/Documents/maya/scripts\pdil\tool\fossil\cardRigging.py", line 589, in build |
| ctrls = cls._buildSide(card, card.start().real, card.end().real, False, buildFk=buildFk) |
| File "C:/Users/Archanex/Documents/maya/scripts\pdil\tool\fossil\cardRigging.py", line 537, in _buildSide |
| name, ikCtrl, ikConstraints = cls._buildIk(card, start, end, side, sideAlteration, isMirroredSide) |
| File "C:/Users/Archanex/Documents/maya/scripts\pdil\tool\fossil\cardRigging.py", line 567, in _buildIk |
| ikCtrl, ikConstraints = cls.ik( start, end, groupName=ikGroupName, **kwargs ) |
| File "C:/Users/Archanex/Documents/maya/scripts\pdil\tool\fossil\rigging_util.py", line 118, in newFunc |
| res = func(*args, **kwargs) |
| File "C:/Users/Archanex/Documents/maya/scripts\pdil\tool\fossil\rigging\splineNeck.py", line 208, in buildSplineNeck |
| util.driveConstraints( constraints, endConstraints ) |
| AttributeError: 'module' object has no attribute 'driveConstraints' |
________________________________________________________________________________________________________________________/


/
| The following cards had errors: |
| card_card |
_________________________________/

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.