base classes — bpy_struct, Modifier
Simulate an ocean surface
How much foam accumulates over time (baked ocean only)
| Type: | float in [0, inf], default 0.0 |
|---|
Choppiness of the wave’s crest (adds some horizontal component to the displacement)
| Type: | float in [0, inf], default 0.0 |
|---|
Damp reflected waves going in opposite direction to the wind
| Type: | float in [0, 1], default 0.0 |
|---|
Depth of the solid ground below the water surface
| Type: | float in [-inf, inf], default 0.0 |
|---|
Path to a folder to store external baked images
| Type: | string, default “”, (never None) |
|---|
Amount of generated foam
| Type: | float in [-inf, inf], default 0.0 |
|---|
Name of the vertex color layer used for foam
| Type: | string, default “”, (never None) |
|---|
End frame of the ocean baking
| Type: | int in [0, inf], default 0 |
|---|
Start frame of the ocean baking
| Type: | int in [0, inf], default 0 |
|---|
Method of modifying geometry
| Type: | enum in [‘GENERATE’, ‘DISPLACE’], default ‘GENERATE’ |
|---|
Whether the ocean is using cached data or simulating
| Type: | boolean, default False, (readonly) |
|---|
Seed of the random generator
| Type: | int in [0, inf], default 0 |
|---|
Repetitions of the generated surface in X
| Type: | int in [1, 1024], default 0 |
|---|
Repetitions of the generated surface in Y
| Type: | int in [1, 1024], default 0 |
|---|
Resolution of the generated surface
| Type: | int in [1, 1024], default 0 |
|---|
Surface scale factor (does not affect the height of the waves)
| Type: | float in [0, inf], default 0.0 |
|---|
Size of the simulation domain (in meters), and of the generated geometry (in BU)
| Type: | int in [-inf, inf], default 0 |
|---|
Current time of the simulation
| Type: | float in [0, inf], default 0.0 |
|---|
Generate foam mask as a vertex color channel
| Type: | boolean, default False |
|---|
Output normals for bump mapping - disabling can speed up performance if its not needed
| Type: | boolean, default False |
|---|
How much the waves are aligned to each other
| Type: | float in [0, 10], default 0.0 |
|---|
Main direction of the waves when they are (partially) aligned
| Type: | float in [-inf, inf], default 0.0 |
|---|
Scale of the displacement effect
| Type: | float in [0, inf], default 0.0 |
|---|
Shortest allowed wavelength
| Type: | float in [0, inf], default 0.0 |
|---|
Wind speed
| Type: | float in [-inf, inf], default 0.0 |
|---|
Inherited Properties
Inherited Functions