rdb
rdb
I have not tried to update this plug-in for Blender 3.0 yet.
Interesting, I guess Blender has a problem with directories with a period in the name, which GitHub automatically adds when downloading a release. I recommend downloading it straight from the...
If you use absolute paths, you should use UNIX-style paths (which is what Panda3D expects), in the form of `/c/Users/Administrator/...`
The error message is just telling you that the cache directory could not be created, try setting the full path of `model-cache-dir` to a desired writable directory in Config.prc. However,...
This may also be useful: https://github.com/rdb/blender-egg-importer/
Cub3D was discontinued some time ago and removed from the Play store.
Would/should the collisions still be exported, or not?
For the record, in Panda, a compound shape is made by simply attaching multiple CollisionSolid objects to the same CollisionNode, so it should be supportable.
I can still reproduce this crash. However, since I'm testing this on FreeBSD, it may exist only in my particular configuration. I'll make a mental note to try it with...
If I recall correctly, this is because the Blender glTF exporter converts to Y-up by simply adding a 90° rotation on the root joint rather than converting all the matrices...