tngreene
tngreene
So, in debugging the meshes_split_materials_copied test I would try and understand this again. Here is the reduced output, with portions summarized by `> Bunch of stuff here` ``` BEGIN TESTRUNNER...
``` WARNING: NEXT-STEPS: Check the Export Type of 249_ROOT_07 RESULT: After 7 tests got 6 errors, 0 failures, and 0 skipped Read blend: C:\Users\Ted\XPlane2Blender\./tests\converter\materials\global_attributes_applied.test.blend 2.66 versioning fix: replacing black sky...
Adding `sys.stdout = os.fdopen(sys.stdout.fileno(), 'w')` helped this, I think. I thought it was something more interesting than a buffering issue due to the complex set up we've got here. Closed...
Reverted and re-opened. Turns out it doesn't like it when sys.stdout is repeatedly reassigned. I also tried setting PYTHONUNBUFFERED to "x" in a variety of ways (In cmd, in test...
` --python-use-system-env ` may be relevant now. See https://blender.stackexchange.com/questions/172421/pythonpath-ignored for this person's experience with other environment variables
Right now, static translation is very well working and has a nice test case for it, but it uses a mix of matrix and vector math so we're stuck with...
Yes this is a bug! Since these are using different datarefs they have to be evaluated and considered in order. So, to re-order what the user put in the UI...
Technically, and this is use at your own risk, I've made it so that a single parent bone will collect. This is technically covered by case 3 and 4 of...
I believe there is also going to be a bug for re-using multiple bones. l__bl_obj_name_to_bone does not get the XPlaneBone for bones added to it, in addition the def is...
Found another in yusuke's example. ``` File "C:\Users\Ted\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_xplane2blender\xplane_249_converter\xplane_249_manip_decoder.py", line 356, in _getmanipulator manipulator_dict[manipulator_type][real_ondrej_attr_key] = prop.value UnicodeDecodeError: 'utf-8' codec can't decode byte 0x81 in position 7: invalid start byte ~...