Skip to content

[BUG] Ghost Slider Function Erroring Out (Potentially PyMaya issue) #513

Open
@HaydenJSmith

Description

@HaydenJSmith

🐞 Bug Report

Description

When trying to build my facial rig in 5.0.6, the post script errors out when trying to create a ghost slider.
This is the script setup, based off of Miquel's data centric facial rigging tutorials.

Image

Steps to Reproduce

  1. Create a NURBs surface for sliding on
  2. Create ghost controls using the post script functionality
  3. Feed the sliding surface and ghost control into the ghostSlider script

Expected Behavior

Link ghost controls to sliding surface to move over the surface, and continue with future post steps

Actual Behavior

Errors out during post step and prevents rest of building

Maya Version

  • Maya Version: 2025
  • OS: Windows 10

mGear Version

  • mGear Version: 5.0.6 beta

Error Log Formatting

If an error message appears, please provide the complete log:
Uploading image rather than code to redact personal information

Image

Additional Context

The brow module is "chain_IK_spline_variable_FK_01"

Ran a quick code test in Maya, using PyMel and PyMaya to run both codes and these were the two results I got.

Image

PyMel
'''
#Surface Shape: sliding_surfaceShape
#Control: brow_L0_ik0_ctl_ghost
#Transform: [[0.9627142415699785, 0.2286781265445635, -0.14452544246051977, 0.0], [0.22614403397618624, -0.9735020875376017, -0.033949395530832656, 0.0], [-0.14845930410492275, 9.645062526431044e-15, -0.9889185178894577, 0.0], [1.4557712078094673, 161.00862121582023, 10.556897163391108, 1.0]]
#None
'''
PyMaya
'''
#Surface Shape: sliding_surfaceShape
#Control: brow_L0_ik0_ctl_ghost
#Transform: (((0.962714, 0.228678, -0.144525, 0), (0.226144, -0.973502, -0.0339494, 0), (-0.148459, 9.64506e-15, -0.988919, 0), (1.45577, 161.009, 10.5569, 1)))
#None
'''

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

WIP

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions