Skip to main content

Questions tagged [scripting]

Questions concerning scripting in Blender using the Python programming language. Also use this tag for questions about scripting in OSL (Open Shading Language).

1 vote
1 answer
31 views

How do I get the output of the Join Strings node in python?

I'm trying to get the output from as join strings node with the following code but it's printing out nothing? My Nodes Code ...
The Batman's user avatar
1 vote
0 answers
15 views

How to get warning details when importing FBX with a script?

I'm trying to get the warnings details of an import FBX (like missing textures...) I'm using this method : bpy.ops.import_scene.fbx(filepath=input_fbx_path) I can ...
Flapie's user avatar
  • 11
0 votes
0 answers
60 views

Cannot apply Geometry Nodes modifier [closed]

I'm using this script to bring point at specific coordinates to Blender. Then I would like to replace the vertices with objects via Geometry Nodes (Instance on Points node), but in the end I cannot ...
CP Hooligan's user avatar
3 votes
1 answer
71 views

Script to rearrange vertices evenly

I want to be able to run a function like Space in Loop Tools from the script editor. Only extracted functions related to ...
InamuraJIN's user avatar

15 30 50 per page
1 2
3