Skip to content

Releases: PostScriptReal/PS-SMD-Tools

1.1.0-quake

26 Dec 07:55

Choose a tag to compare

Changelog for this release:

  • Overhauled the smd path system so you no longer need to tell the program the specific location of your SMD, instead you now have to give the program the path of your model's .qc file. The program will use the data in the QC to find models and animations.
  • Updated the Material fix function to check for lines starting with the finder value and for lines that match the finder value.
  • Updated Bone duping and material fixing functions to use replace instead of rstrip which could have caused names of smd backups to have other letters removed.
  • Fixed error with Batch Duping where it would fail to a 'IsADirectoryError' due to using shutil.copy() instead of shutil.copytree()
  • Updated 5_digit_Fingers script to do tasks for both the left and right hand, the script previously only did the left hand.

Known Issues with this release:

  • Bone duping currently has issues with bones that aren't finger and hand bones, the function may need a complete rewrite as it is complete spaghetti and I can't figure out what's causing the issue.

This release contains Windows and Linux binaries, if you are a Mac or ARM user, download the source code as outlined by the Readme.

Additionally, for Windows users, some Antiviruses may flag SMD Tools as being a virus, this is a false positive that is caused by the way pyinstaller packages its binaries. If the program is being flagged by your Antivirus, include it in your Antivirus's exclusions.

THIS PROGRAM DOES NOT SUPPORT THE WAYLAND PROTOCOL, IF YOU ARE A WAYLAND USER, USE XWAYLAND

1.0.2-hotfix

18 Dec 11:23
182489e

Choose a tag to compare

Changelog for this release:

  • Made slight tweaks to the GUI
  • Fixed issue where Bone duping would fail due to the same error as the Material Fix issue

This release contains Windows and Linux binaries, if you are a Mac or ARM user, download the source code as outlined by the Readme.

Additionally, for Windows users, some Antiviruses may flag SMD Tools as being a virus, this is a false positive that is caused by the way pyinstaller packages its binaries. If the program is being flagged by your Antivirus, include it in your Antivirus's exclusions.

THIS PROGRAM DOES NOT SUPPORT THE WAYLAND PROTOCOL, IF YOU ARE A WAYLAND USER, USE XWAYLAND

1.0.1-hotfix

16 Dec 02:57

Choose a tag to compare

1.0.1-hotfix Pre-release
Pre-release

Changelog for this release:

  • Fixed an issue with Material Fix where it would fail due to it parsing the options incorrectly

This release contains Windows and Linux binaries, if you are a Mac or ARM user, download the source code as outlined by the Readme.

Additionally, for Windows users, some Antiviruses may flag SMD Tools as being a virus, this is a false positive that is caused by the way pyinstaller packages its binaries. If the program is being flagged by your Antivirus, include it in your Antivirus's exclusions.

1.0.0-initial

17 Nov 07:43
21fd3fe

Choose a tag to compare

1.0.0-initial Pre-release
Pre-release

This is the initial release of 1.0.0, what does that mean? I don't know, I felt like maybe needing to say that in case I need to change a few things before officially declaring it the full release.

This release contains Windows and Linux binaries, if you are a Mac or ARM user, download the source code as outlined by the Readme.

Additionally, for Windows users, some Antiviruses may flag SMD Tools as being a virus, this is a false positive that is caused by the way pyinstaller packages its binaries. If the program is being flagged by your Antivirus, include it in your Antivirus's exclusions.

If you are worried that it is a virus, please be aware that this is FOSS software, you can look at the Python code yourself and determine how safe it is or not provided you can read Python. Generally, this program can be considered safe if you download it from official sources which includes this GitHub Repository (and a possible release to GameBanana in the future).