Tobias
Tobias
Correct me if I am wrong, but you can not set `env()` variables right now. Or am I misinformed on that? I.e. it would be great if we could just...
In the videos, there are some older versions of the pipeline, and there are also different settings. Besides of that, some features like the water and trees were just experiments...
Hm, I don't think this works since the module builder is also used for other modules besides of LUI, so that this would break them. I believe there should be...
Okay, so it seems this is android specifc? Or does this also affect windows / linux builds? Should the prefix appear on all platforms?
Wouldn't it be better to make the module builder automatically prefix "panda3d." when it detects that this is required? I'd prefer if this could happen automatically instead of having to...
Just to get it right, basically your PR adds support for building e.g. LUI against a Panda3D version which was locally built and not installed on your system?
I am a bit unhappy with this PR since it has so many changes which are unrelated (For example the logging). This makes it hard to track what it actually...
> Panda3D is installed only via wheel: the libraries will not be found. That is right, but wheel builds are not generally supported since they do not include the panda3d...
Right now the CMake script only adds the panda include directory to the include path, and the root directory of the source/ folder. One would have to modify `scripts/interrogate.py` to...
1. I want to support animations at some point, but its a big task since its much more than animations in the .egg format. 2. Thats not possible because the...