simplified collada integration in Blender. made functions mostly similar with blender2.8

This commit is contained in:
2018-02-26 16:49:06 +01:00
parent a024da55af
commit 7dd0e36dc4
5 changed files with 14 additions and 6 deletions

View File

@@ -181,7 +181,7 @@ static COLLADABU::NativeString make_temp_filepath(const char *name, const char *
// COLLADA allows this through multiple <channel>s in <animation>.
// For this to work, we need to know objects that use a certain action.
int DocumentExporter::exportCurrentScene(Scene *sce)
int DocumentExporter::exportCurrentScene(EvaluationContext *eval_ctx, Scene *sce)
{
PointerRNA sceneptr, unit_settings;
PropertyRNA *system; /* unused , *scale; */