blender-egg-importer icon indicating copy to clipboard operation
blender-egg-importer copied to clipboard

Add-on for Blender to import Panda3D .egg models.

Results 7 blender-egg-importer issues
Sort by recently updated
recently updated
newest added

This is the error i get when trying to load the file in blender: Python: Traceback (most recent call last): File "C:\Users\aidan\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\blender-egg-importer-master\__init__.py", line 57, in execute for file in...

Blender 2.93 broke property registering. [It now requires that properties be registered with use of annotations](https://developer.blender.org/rB37e6a1995ac7eeabd5b6a56621ad5a850dae4149). As a result this plugin does not work on 2.93+. - To preserve backwards...

Anytime I try importing an animation, it doesn't work and gives me errors instead. I'm using Blender v2.80.75. ![image](https://user-images.githubusercontent.com/66088611/121404376-e6ebfe80-c929-11eb-8eab-ea5fbe3f5617.png)

I've just tried installing it with Blender 2.93.4 which resulted in an error popping up: ``` Modules Installed (blender-egg-importer-1.8) from '/home/riot/Downloads/blender-egg-importer-1.8.zip' into '/home/riot/.config/blender/2.93/scripts/addons' Traceback (most recent call last): File "/usr/share/blender/scripts/modules/addon_utils.py",...

Simply put, if I tried to import an .egg model with animations it just doesn't import correctly, I'm not sure if it's an .egg issue or an importer issue. Here's...

Hi, I previously submitted a PR here with a lot of modifications, looking back on that a lot of them were tailored specifically to my use-cases. Since then, I've deviated...

Hi, would this add-on be able to import the Ralph model and animation in the samples? The rigged model (ralph.egg.pz) seems to be imported by parts and not sure how...