Davide WLaVidaLoca Mella

wlvl

About Me

EXPERTISE
VFX Artist

Connect

LOCATION
Italy
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Add Attrib select channel on OTL Nov. 25, 2022, 2:05 p.m.

names = set()
for input in hou.pwd().inputs():
    geo = input.geometry()
    for attribs in geo.pointAttribs(), geo.vertexAttribs():
        names.update([a.name() for a in attribs if a.dataType() == hou.attribData.Float])
return [x for pair in [(n, n) for n in sorted(names)] for x in pair]




For future reference

RBD WORKFLOW H18 Oct. 6, 2022, 5:14 a.m.

Hello!

This issue has been addressed in Houdini 19.5
Most of the nodes do not fully load when opening the scene, but only when cooking/unlocking them.
This is a huge performance boost for heavy scene containing large HDA (like the RBD Material Fracture).

Thanks SideFX!! You are the best!

MapBox imagery resolution? Oct. 4, 2021, 12:31 p.m.

I am testing Mapbox on Steroids in H17.5
I am trying to extract a piece of terrain at the maximum resolution possible (16k).

The color map is fine. The height map seems compressed.(blocky)
Is anyone experiencing the same issue?
and if so any workaround?


From Mapbox documentation:
"0.1 meter height increments. Data is mapped to 0.1 meter height increments, which gives it the vertical precision necessary for cartographic and 3D applications."

https://docs.mapbox.com/help/troubleshooting/access-elevation-data/ [docs.mapbox.com]




Coords
29.7247, 35.4348, 14