ports/graphics/blender/files/patch-source_blender_collada_DocumentImporter.h
Kurt Jaeger 58e68eee97 graphics/blender: Changes to adapt to updated dependencies
- Changes needed for blender to work with OSL 1.10.x
- Switch to using llvm60 and patch included osl scripts.
- Also includes support for opencollada >= 1.6.65

PR:		225942
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz>
2018-12-08 18:27:51 +00:00

11 lines
382 B
C

--- source/blender/collada/DocumentImporter.h.orig 2018-12-03 07:38:12 UTC
+++ source/blender/collada/DocumentImporter.h
@@ -107,6 +107,8 @@ public:
bool writeAnimation(const COLLADAFW::Animation*);
bool writeAnimationList(const COLLADAFW::AnimationList*);
+
+ bool writeAnimationClip( const COLLADAFW::AnimationClip* );
bool writeGeometry(const COLLADAFW::Geometry*);