tngreene
tngreene
We should warn people if they've used the BULK convert and there were no objects that start with "OBJ", meaning they'd get animations but no things like Materials, that they...
"Camera Collision" (aka ATTR_solid_camera) needs a validation against being allowed in Aircraft export types - [ ] Unit test - [ ] Code in xplane_material_utils.py, validateAircraft(...)
`TEXTURE what ever.png` is allowed to export. The converter will give a warning about this but the exporter does nothing.
Recently, XPlane2Blender has gotten a lot more involvement with the community - from #397's request for samples to discussions about 2.8's use of collections (#450) and more, and also private...
While coming up with a hack for #312, I instructed @airfighter to use an Object with the mesh deleted, then using an Object Property, fake LIGHT_SPILL_CUSTOM, which works, but I'd...
Because our unit test is complicated 1. Start test runner 2. Open Blender process with its own stdout and stderr 3. Blender process runs test script for us 4. unittest...
sim/multiplayer/* datarefs are bad bad bad. We shouldn't allow the 2.7x to add them to it's dataref lookup dictionary, and we should emit an error and tell the person to...
One of the most common problems people run into is "Why isn't my Obj loading?" or "Why is it grey?". The answer is of course "Are you checking that your...
I'm guessing someone looks at that when selected an addon, I do to try and seperate different versions in the same folder. It could be pretty useful. I'll put a...
We should mark XPLaneLights (VLIGHT) as deprecate for 3.5 in the UI. We should also make a deprecation warning.