Carlos Oliveira

cadudatoro

About Me

EXPERTISE
Generalist
INDUSTRY
Advertising / Motion Graphics

Connect

LOCATION
Bulach, Switzerland

Houdini Skills

INTERMEDIATE
Motion Editing  | Animation
BEGINNER
Procedural Modeling  | Environments  | Digital Assets  | Karma  | Lighting

Availability

I am available for Freelance Work

Recent Forum Posts

Trying to map multiple images on Attribute from Map April 4, 2025, 9:56 a.m.

Final update , I added a attribute wrangler with slides and finally got groups by RGB values with adjustments.

Works!

Thx a lot!

Cadu

Trying to map multiple images on Attribute from Map April 4, 2025, 8:49 a.m.

Konstantin Magnus
Hi Cadu,
Image Not Found

point wrangle after a copy node with copynum activated:

string path = chs('path');
string name = chs('name');
string end = chs('ending');

int number = prim(0, 'copynum', i@primnum);
string n = sprintf('%04d', number);

string file = path + name + n + end;
vector uvw = vertex(0, 'uv', i@vtxnum);
vector clr = colormap(file, uvw);

v@Cd = clr;


Example parameters:

Path: https://www.aircraftinternational.com/gallery/marek_szufa/extra2/images/
Name: img_
Ending: .jpg



Beautiful...works like a charm!!!


Now i just need to convert the bitmap image on UV to attribute point!

Thank you Kostantin , it's look even more elegant than my messy code

All the best,

Trying to map multiple images on Attribute from Map April 4, 2025, 8:10 a.m.

ooo , I think i got it! (sorry I forced to use GPT ... sorry guys) . I got a way to do use the python node ... looks amazing! Now I just need to link each one to the attribute...

I will work on code and add the updated version asap and share here

thx for the idea of the path!

All the best