16.06.2020, 23:21 fxtd

When loading an animated SOP Scalar Field in the dynamics, you need to switch Set Always for:

1. Use SOP Dimensions
2. SOP Path
3. Time


15.06.2020, 23:38 fxtd

Attributes must be of the same bit depth. If 16-bit float is used to save disk space, then you need to cast them back to 32-bit float after loading the caches. Otherwise, problems may arise. For example, object merge branches with 16- and 32-bit attributes in some cases can break all attributes on the geometry.


15.06.2020, 23:31 fxtd

The pcfilter function sometimes may not understand the point.distance argument. Perhaps this is due to cases where there are no primitives.
Use the filter by the position of the point cloud.


15.06.2020, 23:16 fxtd

The name and path attributes are not used by packeds. All necessary information is stored in intrinsic attributes.


15.06.2020, 11:40 fxtd

Channel ranges are specified in seconds by default in CHOP nodes. If we are used to working with frames, then we must not forget to change Units from Seconds to Frames in the Common tab.


15.06.2020, 11:25 fxtd

When using VEX Volume Procedural, you need to export all the necessary data for the render, including the velocity field.


14.06.2020, 23:23 fxtd

When writing a condition for disabling a parameter using the Ordered menu, only tokens work in comparison:

{ absorbType == gather }


14.06.2020, 23:10 fxtd

If the renderable parameter is disabled, then the node is still cooked. And object properties can be read from the VEX shader.


14.06.2020, 21:14 fxtd

Getting coordinates under the cursor in the network view:

pos = hou.ui.paneUnderCursor().currentTab().cursorPosition()

14.06.2020, 21:03 fxtd

The pintoanimation attribute only turns on the effect of target geometry on the object. The object must have the targetP attribute, otherwise it just takes P:

When 1, the point is hard constrained to the target animation (e.g., targetP). When zero, the point is unconstrained.
http://www.sidefx.com/docs/houdini/nodes/dop/finiteelementsolver.html#target-attributes