simplified collada integration in Blender. made functions mostly similar with blender2.8
This commit is contained in:
@@ -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; */
|
||||
|
||||
Reference in New Issue
Block a user