this post was submitted on 04 Aug 2023
4 points (100.0% liked)
Blender
2730 readers
5 users here now
A community for users of the awesome, open source, free, animation, modeling, procedural generating, sculpting, texturing, compositing, and rendering software; Blender.
Rules:
- Be nice
- Constructive Criticism only
- If a render is photo realistic, please provide a wireframe or clay render
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is a tough one but I think your answer would obviously be geometry nodes, I don't gave access to a computer but if I remeber well there's a text node and you can inpu a string if you manage to get an array(dictionary) out of your file with all the names you can then with the index of your scatter point get the corresponding entry of your array. This is the general idea of I'd do it but I may mix element from different software :x I don't know if you can for each on geometry nodes.
An other option would be to create a python script and chat gpt may help you with that.
Good luck !