Home
last modified time | relevance | path

Searched refs:collada_import (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/io/collada/
H A Dcollada.h41 int collada_import(struct bContext *C, ImportSettings *import_settings);
H A Dcollada.cpp61 int collada_import(bContext *C, ImportSettings *import_settings) in collada_import() function
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/builder/
H A Dbpymorse.py40 collada_import = empty_method variable
74 collada_import = bpy.ops.wm.collada_import variable
H A Dabstractcomponent.py758 bpymorse.collada_import(filepath=filepath)
/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A DMakefile36 collada_import \
H A Dwpc_collada.erl69 wpa:import(Props, fun collada_import:import/1, St);
H A Dcollada_import.erl13 -module(collada_import). module
/dports/graphics/blender/blender-2.91.0/source/blender/editors/io/
H A Dio_collada.c766 if (collada_import(C, &import_settings)) { in wm_collada_import_exec()