From 2bece8dcb5104bc95149b0c40723f1dc855d6b29 Mon Sep 17 00:00:00 2001 From: Benoit Bolsee Date: Wed, 18 Jun 2008 06:46:49 +0000 Subject: BGE Patch: Add Shape Action support and update MSCV_7 project file for glew. Shape Action are now supported in the BGE. A new type of actuator "Shape Action" is available on mesh objects. It can be combined with Action actuator on parent armature. Only relative keys are supported. All the usual action options are available: type, blending, priority, Python API. Only actions with shape channels should be specified of course, otherwise the actuator has no effect. Shape action will still work after a mesh replacement provided that the new mesh has compatible shape keys. --- extern/glew/make/msvc_7_0/glew_vc7.vcproj | 146 ++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 extern/glew/make/msvc_7_0/glew_vc7.vcproj (limited to 'extern/glew/make') diff --git a/extern/glew/make/msvc_7_0/glew_vc7.vcproj b/extern/glew/make/msvc_7_0/glew_vc7.vcproj new file mode 100644 index 00000000000..a8141587350 --- /dev/null +++ b/extern/glew/make/msvc_7_0/glew_vc7.vcproj @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From c27a8da6dd1e7dbd107a862793baea01fb25aeba Mon Sep 17 00:00:00 2001 From: Benoit Bolsee Date: Mon, 10 Nov 2008 16:09:25 +0000 Subject: Add MSVC90 project files - part 2. --- extern/glew/make/msvc_9_0/glew.vcproj | 195 ++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 extern/glew/make/msvc_9_0/glew.vcproj (limited to 'extern/glew/make') diff --git a/extern/glew/make/msvc_9_0/glew.vcproj b/extern/glew/make/msvc_9_0/glew.vcproj new file mode 100644 index 00000000000..1d2772d1fd1 --- /dev/null +++ b/extern/glew/make/msvc_9_0/glew.vcproj @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 61a83d2fbadbaff39f72743d4a0a3c037cfcce8f Mon Sep 17 00:00:00 2001 From: Benoit Bolsee Date: Mon, 10 Nov 2008 21:22:22 +0000 Subject: Add MSVC90 project files - part 3. Extern and Intern projects are merged in projectfiles_vc9\blender\blender.sln solution, you just need to open that solution to compile everything with VS2008. --- extern/glew/make/msvc_9_0/glew.vcproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extern/glew/make') diff --git a/extern/glew/make/msvc_9_0/glew.vcproj b/extern/glew/make/msvc_9_0/glew.vcproj index 1d2772d1fd1..f9d8df478ca 100644 --- a/extern/glew/make/msvc_9_0/glew.vcproj +++ b/extern/glew/make/msvc_9_0/glew.vcproj @@ -2,8 +2,9 @@ -- cgit v1.2.3