Alex Majewski

alexmajewski

About Me

専門知識
Developer
業界:
Advertising / Motion Graphics

Connect

LOCATION
Poznan, Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

Houdini on Wayland Linux 2025年11月20日6:15

@mzigaib omg I had the same thing! Node info with MMB would completely freeze just my screen (music kept playing). I was using Gnome. Now I switched to Hyprland and it works flawlessly. I used to be a fan of Gnome, but after switching I realized just how many of my overall issues were caused by it alone (not just in Houdini).

How to convert vector3 to vector2 in a way that scales? 2025年10月28日13:22

@vikus What do you mean it remains a vector3? It's vector2 in your hipfile as well as when trying your original VEX technique. And it can't not be vector2 since we create a new attribute.

One thing that I noticed about the new detail wrangle is that it produces different values than all previous methods (check geo spreadsheet). Not sure yet why. Btw if you set Attribute Swap method to "Move" the attribdelete2 node is no longer needed.

How to convert vector3 to vector2 in a way that scales? 2025年10月27日10:59

@vikus Ooh okay! vector2() is so much easier to type, how did I miss this one for so long

Your solution is very good. Thank you so much!

I was experimenting with different ideas in the meantime, so how about this for a bit more SOP-based solution: First Attribute Swap to add a _tmp suffix to my attribs, then use vector2() in a wrangle to re-create their names, then delete all attribs with *_tmp suffix.