tngreene
tngreene
We'll need a unit test for this behavior, but this also affects #443 for what we should be testing for. Therefore I'm giving it the 249 bug label and also...
The SIZE replacement was changed anyway by now. So, the only concrete problem is Specular Value
1st, love the open source `PZL-M-18`!! I've wanted to have more fully airplane examples for so long, how have I not heard about the project?! 2nd.... you've stumbled into either...
We now have very very fast de-duplication code, but it isn't on by default and I believe exhibits this behavior.
Firstly, hi, thank you for writing this. # Co-ordinate Systems of the OBJ Actually, the OBJ content is in X-Plane co-ordinates. From xplane_mesh.py ``` vertex = xplane_helpers.vec_b_to_x(mesh.vertices[index].co) normal = xplane_helpers.vec_b_to_x(tmp_face.split_normals[i]...
How are you making .agp files? The old 2.49 scripts?
Yes, the exporter always uses local co-ordinates. Its not strange when you think about the OBJ file spec, it's geometry is not aware of the world - WED is going...
I'm forgetting if linking is supported yet, but if it was maybe you could make OBJs in one .blend file all at the origin point, then in another .blend file...
This may be easier than before's solution of making a temporary real version and deleting it later: https://docs.blender.org/api/current/bpy.types.Depsgraph.html#dependency-graph-iterate-over-all-object-instances
so, bad news, this feature is super buggy with Blender it self. In addition, when working well as it did in 2.79, making instances (or dupli groups as it was...