Skip to main content

All Questions

Tagged with
4 votes
1 answer
1k views

Generate mesh at run time

Is it possible to generate mesh at runtime in blender game engine? That is, is it possible for blender to generate meshes using python code when the game runs? I really would like to know if this is ...
Gabriel's user avatar
  • 621
1 vote
1 answer
333 views

Scripting - Proportional edit mesh

I want to move a polygone using its 4 vertices. I get the MeshProxy of that vertex then I change its XYZ positions. The problem is that it separates the whole polygone from the object. I want to ...
yanisk's user avatar
  • 13