YABEE icon indicating copy to clipboard operation
YABEE copied to clipboard

Export models from the Blender to Panda3D game engine

Results 11 YABEE issues
Sort by recently updated
recently updated
newest added

[Custom properties](https://docs.blender.org/manual/en/latest/data_system/custom_properties.html) are another way (in addition to game properties) to add arbitrary information to objects. With the game engine being removed in 2.80, custom properties will become the only...

I know that this plugin is written for Blender 2.5-2.7, but it may be worthwhile preparing for the forthcoming Blender 2.8. Guidelines on things to be changed: https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Addons I attempted...

I suggest moving the current documentation format (_YABEE_HowTo.odt_ and _YABEE_HowTo.pdf_) to markdown for convenience reasons.

https://github.com/09th/YABEE/blob/5a9a99bcb9f4375f67e32fe7f679eea6645d80b4/yabee_libs/egg_writer.py#L642 this line should be: `attributes.append(' { %f %f %f %f }' % col[:])` or it returns an error

(As far as I see, GitHub doesn't seem to allow pull requests for specific commits. So I hope that it's okay that I'm simply creating issues for my commits, and...

(As far as I see, GitHub doesn't seem to allow pull requests for specific commits. So I hope that it's okay that I'm simply creating issues for my commits, and...

(As far as I see, GitHub doesn't seem to allow pull requests for specific commits. So I hope that it's okay that I'm simply creating issues for my commits, and...

May I know how is there references on how to export shape key animation and how to use it in Panda3d? Thanks a lot

Now, you might not understand what I mean, but what I'm trying to request is that it would probably be helpful for users like me to export a model that...

I try to export a 3D model with YABEE and I select "Bake" for the texture processing, the export breaks and the following is outputted in the console ``` Read...