#MetaAI #python #blenderpython

In this episode, we will take a look at another example use case of using Blender and AI to accomplish a simple task:
1. Provide random list values of text strings
2. Replace selected text object body with random value strings that we provided

You can accomplish this using SV nodes in the past, and of course Blender Python is also possible.

In near future, the idea is to have Blender understand your prompts via AI.

A few Blender users already tested this in the past with OpenAI ChatGPT, this could be better and more streamlined I think if we could also train the AI with Geometry Nodes and Geometry Script or other visual nodes like SV.

Something to try:
– Find 3D text with specific value
– Replace text with real 3D mesh of the contents

Enjoy!