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

Port to new versions? #24

Closed
BetaCarotina opened this issue Apr 3, 2020 · 4 comments
Closed

Port to new versions? #24

BetaCarotina opened this issue Apr 3, 2020 · 4 comments

Comments

@BetaCarotina
Copy link

This mod seems dead, but I really hope that someone will port it to 1.13/1.14/1.15

@unascribed
Copy link
Owner

I've stopped modding, but there appears to be a fork that has an incomplete port to 1.15 and 1.14: https://github.com/xbony2/BlockRenderer

@AterAnimAvis
Copy link

AterAnimAvis commented May 1, 2020

Here, have a port or two.

I decided to skip the 1.13 port, I may come back and do a port if there is interest.
Note that the rendering portion is mostly a straight port and will probably at some point be moved to the new Rendering System.

Unascribed, do I have your permission to put this up on CurseForge?


Versions:


Additional Features:

  • Render size is now no longer limited by the window size but by a fixed limit of 2048. (Using Brian Paul's TR Library)
  • Pressing the keybinding whilst holding an item in the main-hand will render it
  • Customize Render Size (Press [Alt] to configure single Item Renders)
  • Use Identifier for Filename (Press [Alt] to configure single Item Renders)
  • Add Render Size to Filename (Press [Alt] to configure single Item Renders)

Known Bugs / Issues:

  • Pressing the keybind whilst in a container can be iffy due to widgets grabbing focus and not passing on the event, I've fixed this by checking the raw keycode however for compatibility.
    • If you have a recipe book open the keybind is disabled.
    • If a textfield is focused the keybind is disabled.
  • The current OpenGl calls are pretty much a direct copy, this could probably be cleaned up due to changes in the rendering system.

@unascribed
Copy link
Owner

unascribed commented May 1, 2020 via email

@AterAnimAvis
Copy link

Pressing the Alt key whilst doing a single render opens a UI which is like the Bulk Render UI but without the Enter Mod Id (Renamed to Namespace to fit with newer versions).

The filename changes are optional for both Bulk/Single renders.
The changes are applied by checkboxes that default to false in each UI.

There was only one real change to filenames which was that the render size was added by default for single renders.
This is actually a remnant of testing so there's an update with this changed back.

Thanks for the information on alt keys on Unix systems.
My current work around is a button in the UI to set the render size based on the GUI Scale, with Shift now opening the UI instead.

I know the License is MIT but thought it be polite to ask seeing as I was posting the above message anyway.

A CurseForge Project has been made here (N.B. Not visible until moderation by Curse).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants