Skip to main content

All Questions

Tagged with
1 vote
1 answer
27 views

Auto updating blender python scripts working in UPBGE?

Changing variables or functions within the blender scripts should normally be auto updated. I wanted to select a face on the plane added to scene and extrude it for several units. At the beginning no ...
blendpro's user avatar
  • 111
0 votes
1 answer
48 views

Blender 4.0 geo nodes: Bezier curve with 5 vertices subdivide only top 2 and bottom 2

how can i make in blender geo nodes the bezier curve only subdivide inbetween the top 2 vertices and the bottom ones, while the one vertice in the middle is unsubdivided? Appreciate any reply
Murat G's user avatar
0 votes
1 answer
27 views

Using sensors, how can I control the movement of each bone individually?

I fixed the sensor on the human body, obtained the posture data of the human body, and uploaded it to Blender for display. The problem is, I found that when I move the sensor of the father bone, the ...
Handsome Fish's user avatar
0 votes
0 answers
52 views

UPBGE Actions Using Joystick Control

I am in the process of creating a playable character in UPBGE 0.36.1. I’m setting it up with a USB gamepad so that A) the character moves faster or slower according to how much the left analog stick ...
Caleb Holmberg's user avatar
0 votes
0 answers
26 views

Collision detection with sensor not working in specific case

Problem: I am encountering an issue with collision detection in Blender Game Engine while working with parented hitboxes. I am using the latest version of BGE on Windows 10. Details: Hitbox ...
Tylouw's user avatar
  • 1
0 votes
0 answers
71 views

UPBGE error. Why can't I run my script via Logic Node Editor?

Why does an error occur when running a script using a "Run Python Code" node? For some reason, in the error description my script is called a module
Давид Сировский's user avatar
0 votes
0 answers
43 views

How to make Game Menu buttons disable others?

I'm still very new to Blender and trying to make a game menu currently. Imagine 9 buttons in a 3 by 3 grid. I need it to where you can only choose one button per column and per row. For example: 1 2 3 ...
Ladwick's user avatar
  • 11
0 votes
1 answer
35 views

How can I update the animation line of bone's transformation in UPBGE with python code?

My concept is about extending the animation line dynamically by changing the bones' transformation in necessity in loop for one character that is rigged with bones for a whole game. That means, the ...
blendpro's user avatar
  • 111
0 votes
0 answers
57 views

Change collision bounds of an object with character physics based on its child mesh in UPBGE

I am using character physics on an invisible cube object to control the main character in a game I'm trying to create for my project, but I wanted the character physics objects collision bounds to ...
Samurai-X's user avatar
0 votes
0 answers
27 views

How Do I get objects near my object in BGE 2.78a using an oct tree?

My Attempt. How Do I get objects near my object in BGE 2.78a using an oct tree? I essentially want to get stuff in 3d space within so much distance of my own object without scanning the ENTIRE scene ...
Frederick's user avatar
  • 159
0 votes
0 answers
127 views

How to change diffuse color in UPBGE real time

I have two materials assigned to an object. I checked both materials in Material> Options> Object Color. I want to change one of the materials without affecting the other material in real time. ...
Dun's user avatar
  • 13
1 vote
1 answer
50 views

UPBGE how to replace emptys with list or dictionary

I'm trying to make an Openworld game. I have a script that turns all objects to emptys to but the ground,player and camera to save space,then use a pool to call objects to positions in the world where ...
Stawberrydshake's user avatar
1 vote
1 answer
58 views

How to eyedrop the exact color material of a plane(palette) with a mouse?

I'm trying to make a script that eyedrops on a plane(palette) with various materials assigned on each faces with a mouse cursor. Using some sort of eyedropping module would only get me different ...
Dun's user avatar
  • 13
0 votes
1 answer
52 views

How to invert game theme colour?

I wish to make a black/white UI theme in my current project , but setting object colour to all the UI lags the game a bit and takes forever for me to do it. To achieve this I had to connect every ...
semi-developer's user avatar
1 vote
2 answers
74 views

bge assigning a different material to a selection of text

Is there some equivalent of font.move_select() from bpy that can be used during game runtime? I'm building a karaoke GUI and I need a way to add a different color/...
Macumbaomuerte's user avatar

15 30 50 per page
1
2 3 4 5
45