Changeset View
Changeset View
Standalone View
Standalone View
source/blender/collada/DocumentImporter.h
| Context not available. | |||||
| /** | /** | ||||
| * This method will be called if an error in the loading process occurred and the loader cannot | * This method will be called if an error in the loading process occurred and the loader cannot | ||||
| * continue to load. The writer should undo all operations that have been performed. | * continue to load. The writer should undo all operations that have been performed. | ||||
| * \param errorMessage A message containing informations about the error that occurred. | * \param errorMessage A message containing information about the error that occurred. | ||||
| */ | */ | ||||
| void cancel(const COLLADAFW::String& errorMessage); | void cancel(const COLLADAFW::String& errorMessage); | ||||
| Context not available. | |||||