Skip to main content

Unanswered Questions

5,216 questions with no upvoted or accepted answers
-1 votes
1 answer
1k views

Python pivot point location

How to set pivot point location through python? for example: object[name].pivot_loc[0] = 0.1 object[name].pivot_loc[1] = 0.5 object[name].pivot_loc[2] = 1 I ...
-1 votes
1 answer
181 views

Access Variables in Other Scenes

I want to do an overlay scene with the player's score on it, but I have the variable inside an object in another scene. How can I access that variable?
-1 votes
1 answer
951 views

Is there a way to assign an object to coordinates on the local axis using Python?

The current task I'm working on is moving objects in 4 basic relative directions. By using the local axes this can be accomplished relatively easy through View3d port. However to script this ...
-2 votes
0 answers
35 views

Why won’t my object color

I’ve watched so many tutorials and have been trying to figure out how to color this square but I can’t. It’s in the proper settings but it won’t change at all??? I’m not sure what I’m doing wrong I ...
-2 votes
1 answer
40 views

What is the best (rather easiest) way to move newly imported objects to the location of the old ones?

So here is the code I'm using to import objects and then move them to the location of the objects that have the same name: ...
-2 votes
1 answer
417 views

How can I assign a value of a variable only with the start of the game

I need that certain value of a variable be available in other functions. Furthermore I want it initialised when loading the game, at which point the variables are set to their default value. Within ...
-3 votes
1 answer
126 views

How do you create an object after a certain time?

I'd like to create a cube 5 seconds after pressing the "Run Script" button. Please let me know how to program it.
-3 votes
1 answer
79 views

How to bake node without freezing blender UI?

I want to bake the node without freezing the UI similar to default blender bake. ...
-3 votes
2 answers
238 views

Edit object in BGE

Can I edit an object mesh in BGE using python? it seems its possible using GLSL shaders; but i've no idea about that. Please guide me or give me a example using GLSL. thanks. It seems, the ...
-4 votes
2 answers
152 views

Two similar codes: One's working, the other isn't

I have been messing around with the BGE and it's Python funcions. I modified two scripts in the same way, though one of them is not working somehow. In this first script, which is working; look at the ...
-5 votes
1 answer
528 views

Imitate 2000s era renders in 3.3+

Is there any way to recreate these kinds of renders? I have been able to only replicate the old Perlin noise with texture paint, sadly. Utilizing the layer weight node for some of the materials. The ...

15 30 50 per page
1
344 345 346 347
348