alicevision / MeshroomMaya

Photomodeling plugin for Maya
http://alicevision.org
Mozilla Public License 2.0
140 stars 36 forks source link

Fix scene scale #160

Closed eprana closed 8 years ago

eprana commented 8 years ago

Error on scale with mesh locked :

# Error: Freeze Transform was not applied because mvgMesh.translateX is locked.
# Traceback (most recent call last):
#   File "<maya console>", line 1, in <module>
#   File "/s/apps/packages/mikrosVfx/multiview/mayaMVG/0.4.1/platform-linux/maya-2015/scripts/mayaMVG/scale.py", line 56, in scaleScene
#     cmds.makeIdentity(mesh, a=True)
# RuntimeError: Freeze Transform was not applied because mvgMesh.translateX is locked. # 

Should be resolve with #155