diego1996 / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

Blender Addon for Version 2.56 and up to latest revisions #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There were several changes in the API, that makes the GK addon for newer 
blender revisions not working. 

There I've made two patches. First one (game_gamekit.patch) works for my 
Desktop system with blender 2.56, some revision numbers before upgrade to 
python 3.2 was made.

Main change was the __init__.py script, also adding the world and mist panel 
from blender render engine back.

After updating to latest revision it was broken again. Made another patch that 
should work now for latest blender revisions: game_gamekit_r35583.patch

I've not tested if this works for earlier 2.56 versions of blender. And only 
testet on ubuntu linux 10.10

hope this would be helpful.
greetings, moerdn

Original issue reported on code.google.com by necromoe...@googlemail.com on 17 Mar 2011 at 1:46

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for your patch.
Patch is applied to r864.
but 'bl_addon_info' is remained, because offical Blender2.56a is working with 
it.

Original comment by harkon...@gmail.com on 18 Mar 2011 at 12:48

GoogleCodeExporter commented 9 years ago
Patch is applied to trunk.

Original comment by harkon...@gmail.com on 21 May 2011 at 4:48