Skip to content

Releases: JaimeFlorian27/reference-importer

1.2.0

21 Apr 06:45
d62d5d6
Compare
Choose a tag to compare

What's Changed

This new release adds support for the Linux and macOS platforms. a distribution per platform is now available for download.

Included FFmpeg static builds:

1.1.2

01 Apr 04:27
Compare
Choose a tag to compare

Changelog:

  • Dropped support for Python 2 (Maya<2022).
  • Added Qt.py as an abstraction for PySide2/6, towards Maya 2025 support.
  • Replaced QRegExp with Python's built-in re module.
  • Standalone mode.
  • Relative imports.
  • New entry point for the script:
import reference_importer
reference_importer.run()

1.1.1

18 Mar 10:40
Compare
Choose a tag to compare

Changelog v1.1.1:

  • Fixed low-quality compression with JPEG.
  • Fixed Window title in Python 3 version to display correct name.

use "ReferenceImporter_1.11.zip" if using Maya 2021 or under.

use "ReferenceImporter_Python3_1.11.zip" if using Maya 2022 or higher.

1.1

15 Mar 23:35
Compare
Choose a tag to compare
1.1

Changelog v1.1:

  • Removed QCoreApplication.translate text in Python 2.7 version, which was breaking the script in older versions

use "ReferenceImporter_1.1.zip" if using Maya 2021 or under.

use "ReferenceImporter_Python3_1.1.zip" if using Maya 2022 or higher.

1.0

14 Mar 19:22
Compare
Choose a tag to compare
1.0

First Release.

use "ReferenceImporter_1.0.zip" if using Maya 2021 or under.

use "ReferenceImporter_Python3_1.0.zip" if using Maya 2022 or higher.