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/03 06:30] – [Table] florian | start:knowledge:software:houdini_knowledge [2025/05/23 00:35] (current) – [Table] florian | ||
---|---|---|---|
Line 96: | Line 96: | ||
| Place key | Alt click | | | Place key | Alt click | | ||
| Remove key | Ctrl click | | | Remove key | Ctrl click | | ||
- | | Open external VEX editor | + | | Open external |
| Split viewport | | Split viewport | ||
| Grow selection | | Grow selection | ||
| Shrink selection | | Shrink selection | ||
+ | | Make font bigger | ||
+ | | Make font smaller | ||
===== Different types of context ===== | ===== Different types of context ===== | ||
Line 128: | Line 130: | ||
===== Add-on' | ===== Add-on' | ||
- | ^ Name ^ Description | + | ^ Name ^ Description |
- | | [[https:// | + | | [[https:// |
- | | [[https:// | + | | [[https:// |
- | | [[https:// | + | | [[https:// |
+ | | [[https:// | ||
+ | | [[https:// | ||
===== HDAs/OTLs ===== | ===== HDAs/OTLs ===== | ||
Line 165: | 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 179: | 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 187: | 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 247: | Line 256: | ||
==== Programming ==== | ==== Programming ==== | ||
[[https:// | [[https:// | ||
+ | [[https:// | ||
==== DemoScenes/ | ==== DemoScenes/ | ||
[[https:// | [[https:// | ||
Line 262: | Line 272: | ||
[[https:// | [[https:// | ||
[[https:// | [[https:// | ||
- | [[https:// | + | [[https:// |
+ | [[https:// | ||
==== TOPs ==== | ==== TOPs ==== | ||
[[https:// | [[https:// | ||
Line 277: | Line 288: | ||
Files in the packages folder\\ | Files in the packages folder\\ | ||
==== Preferences ==== | ==== Preferences ==== | ||
+ | |||
<code java> | <code java> | ||
{ | { | ||
Line 296: | Line 308: | ||
First, download [[https:// | First, download [[https:// | ||
In C: | In C: | ||
+ | |||
<code java> | <code java> | ||
{ | { |