Is there a way to quickly select objects in a scene that have materials that are missing .tx maps? I found a thread on the Max forum that pointed out the Bitmap/Photometric Path Editor in Utilities, but that doesn't seem to list .tx files from the VRay library, which is apparently what I'm missing. Thanks.
Announcement
Collapse
No announcement yet.
Find objects with missing maps
Collapse
X
-
Tried project manager? It has a free trial at least.
https://3d-kstudio.com/product/project-manager/
- Likes 1
-
Originally posted by YoyoBoy View PostIs there a way to quickly select objects in a scene that have materials that are missing .tx maps? I found a thread on the Max forum that pointed out the Bitmap/Photometric Path Editor in Utilities, but that doesn't seem to list .tx files from the VRay library, which is apparently what I'm missing. Thanks.
If that's the case, this snippet should help:
Code:( clearSelection() for m in getclassinstances vraybitmap do ( if not doesfileexist (mapPaths.getFullFilePath m.hdrimapname) do selectmore (refs.dependentnodes m) ) )
Last edited by ^Lele^; 06-12-2022, 05:14 AM.Lele
Trouble Stirrer in RnD @ Chaos
----------------------
emanuele.lecchi@chaos.com
Disclaimer:
The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.
Comment
-
Also with relink bitmaps script (https://colinsenner.com/relink-bitmaps/) if you double click a map that is missing it will select the objects that have this map missing.
Comment
-
Soon enough, we won't be needed at all anymore.
The attached script works for the OP's original request.Attached FilesLele
Trouble Stirrer in RnD @ Chaos
----------------------
emanuele.lecchi@chaos.com
Disclaimer:
The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.
Comment
-
Originally posted by ^Lele^ View PostSoon enough, we won't be needed at all anymore.
The attached script works for the OP's original request.
Comment
-
It is, yes.
Indeed, for now it's much harder (as in amount of verbiage), and quite "dirty" (as in, i can't let it infer, i need to quote him EDIT: it* directly methods and commands.) to have it achieve anything.
Notice my naive solution above takes maybe two minutes to write, including fetching stuff from the docs.
Alas, it's done stuff that's positively nuts, and that i surely couldn't tell from a human.
For example, our colleague Oleksiy mentioned this bit of trivia:
Alan Turing paper on Computing and Artificial Intelligence in which he proposes a possible test of a computer's intelligence by posing questions which the computer answers.
He proposes the following question and answer as an example:
Q: Please write me a sonnet on the subject of the Forth Bridge.
A: Count me out on this one. I never could write poetry.
I was blown away, it has done an AABB instead, but nigh perfect and with some meaning.
But then came the real surprise.
Lele
Trouble Stirrer in RnD @ Chaos
----------------------
emanuele.lecchi@chaos.com
Disclaimer:
The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.
Comment
-
This is....absolutely fantastic...and also terrifying at the same time. I'm fiddling with MidJourney once in a while and I can't just get over the fact that these AIs spit out inspiring images, that are seemingly correct in a lot ways. But coding or writing poems as well...Mind blowing.
Is this a paying version of openAI or just the beta of ChatGPT.
I think AI is advancing much faster than anticipated. I wonder where our jobs will be in 5-10 years time.
Comment
-
Originally posted by Vizioen View PostIs this a paying version of openAI or just the beta of ChatGPT.
https://chat.openai.com/chat
Lele
Trouble Stirrer in RnD @ Chaos
----------------------
emanuele.lecchi@chaos.com
Disclaimer:
The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.
Comment
-
Originally posted by Vizioen View PostI think AI is advancing much faster than anticipated. I wonder where our jobs will be in 5-10 years time.Last edited by ^Lele^; 06-12-2022, 11:49 AM.Lele
Trouble Stirrer in RnD @ Chaos
----------------------
emanuele.lecchi@chaos.com
Disclaimer:
The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.
- Likes 1
Comment
Comment