iChun / Tabula

A mod made for modders to make Minecraft Models to be added to their mods. This is the model format that Hats will be using in 1.8 for their Hats.
http://ichun.us/mods/tabula-minecraft-modeler/
GNU Lesser General Public License v3.0
51 stars 28 forks source link

[Request] Parents and Children #55

Closed TheTemportalist closed 9 years ago

TheTemportalist commented 9 years ago

When parenting boxes in the Tabula hierarchy, the exported model does not actually parent the boxes to one another. My request is when your export the java class, the boxes who are children of other boxes be set as so in the code. Ex: parentModelRenderer.addChild(childModelRenderer)

TheTemportalist commented 9 years ago

Im an idiot. Ignore me. I was looking at groups...