Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ OBJ importer #382

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    2e30ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d2e5e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d1451c View commit details
    Browse the repository at this point in the history
  4. Added the ability to "import" MTL files

    When MCprep opens the file picker, both OBJs and MTLs can be selected,
    which was annoying when accidently selecting the MTL file of the OBJ.
    
    This adds a quality of life improvement by replacing .mtl with .obj if
    the user accidently clicks the MTL file
    StandingPadAnimations committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9f4ad3b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Fixed the use of an incorrect operator

    A mistake was made that made MCprep use the C++ OBJ importer in 3.4 and
    below, which is incorrect behavior.
    StandingPadAnimations committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    22f798d View commit details
    Browse the repository at this point in the history