Ross Diankov

Results 73 comments of Ross Diankov
trafficstars

both 1.4 and 1.5 have structure for the extra tag. http://www.khronos.org/files/collada_spec_1_4.pdf http://www.khronos.org/files/collada_spec_1_5.pdf

is it possible to re-open the issue?

just added extra.py and technique.py in the following branch, will be connecting them as Jeff suggested tomorrow https://github.com/rdiankov/pycollada/tree/collada15spec

just added parsing of extra elements to all DaeObjects. Pleaes note that i couldn't do the DaeObject property get method since that would require importing "extra.py" from common.py. Since extra.py...

great~ i can accept this patch if you comment out the line and document that it is necessary for ipython

please don't have checkpreemptfn initialized in the parameter list like this, it looks weird and bad..

@undisputed-seraphim This way might be slower now since dlopen has to process more symbols in the SO. Please do some perf experiments with starting the plugin database and getting all...

@cv3d in terms of API consistency, perhaps it is better to create a new function in the ViewerBase rather than overload `GetCameraImage`

@snozawa can you explain when you would use `CO_ForceCheckCollision`?