Jump to content

[1.8.9+] What is the current best tool for modeling?


Khranos

Recommended Posts

I have been creating models for a particular mod for a couple years now, and have been using Techne for all of them. Here recently, I've heard the 1.8+ updates just make it more and more difficult to use what Techne exports.

 

I'm aware of mrcrayfish's modeler (which is apparently a much better exporter), but from what I've heard it only supports static models and not bipeds (which is what I do most of). If I could get clarification on that I'd greatly appreciate it.

 

Are there any other new tools that are more up-to-date than techne, while also supporting animated models?

Link to comment
Share on other sites

You can try Tabula, which is meant to be a replacement for Techne. Apparently is has animation support, but code export is not yet possible (any may never be, since development seems to have stopped).

 

You could also use a mainstream 3D modelling program and export the model in OBJ or B3D format to be loaded as a baked model and animated with Forge's model animation system.

 

Unfortunately there's not a lot of documentation on the system, but there is the following:

  • The commit that added the system briefly explains the purpose of each class.
  • The animation test mod (assets) has an example of a block and item with an animated model.
  • The syntax of the Animation State Machine files is documented here.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

There's also MrCrayfish's Model Creator. No animation support, but it is a solid program and conforms to the specifications required by the JSON model system (that is: you can't do anything in the modeler that Minecraft won't support with the JSON system).

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

@Choonster

 

I greatly appreciate the thorough reply!

 

It's too bad about Tabula, it looks like it could have been a great tool. Here's hoping it'll be finished one day. I'll bring up the baked model system with the mod team, it might not hurt to make the switch before Techne becomes deprecated completely.

 

@Draco18s

 

I appreciate the clarification that it only supports static models. It's too bad, too -- based on choonster's reply, it's the most up-to-date modeling program with a working exporter.

Link to comment
Share on other sites

@Choonster

 

I greatly appreciate the thorough reply!

 

It's too bad about Tabula, it looks like it could have been a great tool. Here's hoping it'll be finished one day. I'll bring up the baked model system with the mod team, it might not hurt to make the switch before Techne becomes deprecated completely.

 

@Draco18s

 

I appreciate the clarification that it only supports static models. It's too bad, too -- based on choonster's reply, it's the most up-to-date modeling program with a working exporter.

 

I think Tabula can export models to code, just not animations.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.