Jeff Terrace
Jeff Terrace
Yeah, I never added support for linestrips. They seemed to be extremely rare in collada files, so I never had much sample data to test against. I don't think it'd...
Can you clarify what you mean? These are per vertex normals.
I believe the library currently doesn't parse name at all.
Actually, it should be pretty easy to add support for it. You can see we set the name=id when saving the node here: https://github.com/pycollada/pycollada/blob/master/collada/scene.py#L389 The load function should pull out...
Yeah this is an oversight from the start, it doesn't deal at all with external references. We already have mechanism in the main Collada object that remembers whether the file...
Not sure I follow - what object would have the instance_url property?
Ah, I see. This is a tough problem. If you just want external references to be loaded, I think this is doable with some effort of work. If you want...
Can you submit a pull request with an example file that has an external reference in the `collada/tests/data` directory? This would be really helpful to work off, since I don't...
Actually, pushing to your master branch just automatically updated the other pull request :) In general, it's best to work on features for pull requests in a separate branch for...
What happens right now if there's no id? I thought I recall we generate one if it's not present?