Jump to content

Blender 2.80+ - Jedi Academy Plugin Suite 20190822

   (6 reviews)

About This File

This is a Blender 2.80+ update to my 2.79 port: https://jkhub.org/files/file/3521-blender-279-jedi-academy-plugin-suite/

 

NOTE: Blender 2.80 significantly changed the plugin API and at the moment only GLM import and export is confirmed to be working. If anyone out there uses any other features (ASE, ROFF, et.) in this plugin suite, feel free to contact me on discord (Cagelight#6790) and I'll look into porting it but no guarantees, you are also free to port it yourself and create a pull request on the github.

 

This project is on github here.

THIS FILE IS NOT MADE, DISTRIBUTED, OR SUPPORTED BY ACTIVISION PUBLISHING, INC., RAVEN SOFTWARE, OR LUCASARTS ENTERTAINMENT COMPANY, LLC. ELEMENTS™ & © LUCASFILM LTD.™ & DISNEY, INC.™ AND/OR ITS LICENSORS. STAR WARS®, JEDI®, & JEDI KNIGHT® ARE REGISTERED TRADEMARKS OF LUCASFILM LTD™ AND WALT DISNEY, INC.™ STAR WARS®, JEDI®, & JEDI KNIGHT® ARE REGISTERED TRADEMARKS OF LUCASFILM LTD™ & DISNEY, INC.™


What's New in Version 20190822

Released

  • 20190804: fix missing G2 panel, and 2.80 annotation warnings
  • 20190822: GLM import materials fix
DarthValeria likes this

User Feedback

Recommended Comments

There seem to be a problem at .gla override

 

Because it's char is limited

 

This seems to have always been the case, and it also seems to correspond to a hard 64-byte limited field in the GLM header, I don't think it's a good idea to remove that limit.

DarthValeria likes this
Link to comment

This seems to have always been the case, and it also seems to correspond to a hard 64-byte limited field in the GLM header, I don't think it's a good idea to remove that limit.

I would like to take my chances , how can i remove that limit pls? ^_^

Link to comment

JAG2Operators.py, line 49, remove the "maxlen=64"

It worked, thank you so much ^_^

 

But now it doesnt see where my gla files are

I putted all skeletons and models into desktop , so their location is known and i put directory of their folders into exporting and importing settings

But it still says that no .gla found that it shouldnt have :(

krkarr likes this
Link to comment

JAG2Operators.py, line 49, remove the "maxlen=64"

Never mind that problem , i managed to fix it but since blender 2.80 is so different

I cant see ghoul settings for naming it

Where can i find it? ^_^

Link to comment

Can someone explain me how to install the plugin? I go to user preferences, add-ons and install the zip file but the glm import/export is not showing up in the list so I can enable it.

 

FIX : I fixed it with help from Cagelight, make sure you only put the 'jedi academy' folder in %appdata%/roaming/Blender Foundation/Blender/2.80/scripts/addons/

Xabre and farbus like this
Link to comment

2.83 - try export animation

Traceback (most recent call last):
  File "C:\Users\Лайсум\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\jediacademy\JAG2Operators.py", line 221, in execute
    success, message = scene.loadSkeletonFromBlender(glapath, self.glareference)
  File "C:\Users\Лайсум\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\jediacademy\JAG2Scene.py", line 99, in loadSkeletonFromBlender
    success, message = self.gla.loadFromBlender(gla_filepath_rel, gla_reference_abs)
  File "C:\Users\Лайсум\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\jediacademy\JAG2GLA.py", line 538, in loadFromBlender
    self.skeleton_object.select = True
AttributeError: 'Object' object has no attribute 'select'

location: <unknown location>:-1

@Cagelight pls help

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...