Merhaba;
blender game engine çalışırken bge ve bpy modüllerini kullanır. Ben bpy’yi içe aktarabiliyorum ama bge modülünü içe aktaramıyorum. İzlediğim yol:
BGE’yi açtım
game engine moduna getirdim.
üst taraftaki window menüsünden toggle system console seçeneğini aktif hale getirdim.
text editor açtım
içine şunları girdim:
import bge
print("başarılı!")
run script’e bastım
konsola baktım ve ImportError hatasını gördüm.
Yardımlarınız için şimdiden teşekkürler. NOT: Modülün pip ile kurulumu denenmiştir.
Windows users must have Visual Studio 2013 or later and C++ build tools installed to build from sources
Windows users must have an SVN provider to build from sources (see )
All users must py -m pip install cmake in their python environment to build from sources (currently adding it as a setup_requires does not install it properly); after build it may be uninstalled with py -m pip uninstall cmake
Users of Python versions below 3.6 must have future-fstrings installed pip install -U future-fstrings
Users of Python versions 3.4 and below will probably need to update setuptoolspip install -U setuptools
Up-to-date wheel
sanırım burayı uygularsan olucak gibi visual studio 2013 yada daha sonrası lazım mış ve c++ build tools kurulu olmalıymış
Ben bge modülünü text editordeki run script butonu ile çalıştırmıştım ancak bge modülü sadece oyun modunda çalışıyormuş. Yani bir sensör tarafından tetiklenen python controller’inde çalışırsa sorun olmuyor. İlgilenen herkese teşekkür ederim.