Adverti horiz upsell

Filmback Matcher 0.3.2 for Maya (maya script)

Creates cameras that matches actual live action camera. Uses vfxcamdb.com to stay up to date.

License
Button download
1,318 Downloads

Compatibility

  • 2019, 2018, 2017

Operating Systems

  • Linux
  • Windows

History

Created:12/21/2018
Last Modified:03/27/2020
File Size: 13.7 KB

Bugs

2019 Attribute Error

Statuspending
Priorityhigh
Date01/06/2021
Submitted byDansolo1 Dansolo1
All I get when trying to run in Maya 2019 is this
# Error: AttributeError: file <maya console> line 2: 'module' object has no attribute 'initialize' # 

Comments on this bug:

  • skiena

    skiena said almost 4 years ago:

    I don't know why this would happen.  Try starting up the script in three lines instead of one:
     
    import camFXDB
    reload(camFXDB)
    camFXDB.initialize()

Post a comment: