mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 18:10:38 -04:00
- 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>
11 lines
382 B
C
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*);
|
|
|