This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:knowledge:software:houdini_knowledge [2025/02/04 18:17] – [COPs] florian | start:knowledge:software:houdini_knowledge [2025/05/23 00:35] (current) – [Table] florian | ||
---|---|---|---|
Line 130: | Line 130: | ||
===== Add-on' | ===== Add-on' | ||
- | ^ Name ^ Description | + | ^ Name ^ Description |
- | | [[https:// | + | | [[https:// |
- | | [[https:// | + | | [[https:// |
- | | [[https:// | + | | [[https:// |
+ | | [[https:// | ||
+ | | [[https:// | ||
===== HDAs/OTLs ===== | ===== HDAs/OTLs ===== | ||
Line 167: | Line 169: | ||
Remove Points by ID | Remove Points by ID | ||
- | | + | <code c++> |
- | { | + | if (rand(@id*ch(' |
- | removepoint(0, | + | { |
- | } | + | removepoint(0, |
- | + | } | |
+ | </ | ||
+ | |||
Create vector based on relative location from point 2nd input | Create vector based on relative location from point 2nd input | ||
- | < | + | |
+ | < | ||
vector a = point(0, " | vector a = point(0, " | ||
vector b = point(1, " | vector b = point(1, " | ||
Line 181: | Line 186: | ||
| | ||
Point normals outward | Point normals outward | ||
- | < | + | |
+ | < | ||
vector a = set(0,0,0); | vector a = set(0,0,0); | ||
@N = normalize(a + @P); | @N = normalize(a + @P); | ||
Line 189: | Line 195: | ||
In Primitive, select "All Geometry Primitives" | In Primitive, select "All Geometry Primitives" | ||
Also tick on "Run on Elements of Array Attributes" | Also tick on "Run on Elements of Array Attributes" | ||
- | < | + | |
+ | < | ||
@widths = ch(" | @widths = ch(" | ||
</ | </ | ||
Line 249: | Line 256: | ||
==== Programming ==== | ==== Programming ==== | ||
[[https:// | [[https:// | ||
+ | [[https:// | ||
==== DemoScenes/ | ==== DemoScenes/ | ||
[[https:// | [[https:// | ||
Line 280: | Line 288: | ||
Files in the packages folder\\ | Files in the packages folder\\ | ||
==== Preferences ==== | ==== Preferences ==== | ||
+ | |||
<code java> | <code java> | ||
{ | { | ||
Line 299: | Line 308: | ||
First, download [[https:// | First, download [[https:// | ||
In C: | In C: | ||
+ | |||
<code java> | <code java> | ||
{ | { |