unreal.OptimusGroomExecDomain¶
- class unreal.OptimusGroomExecDomain¶
Bases:
EnumBaseEOptimus Groom Exec Domain
C++ Source:
Plugin: HairStrands
Module: HairStrandsDeformer
File: DeformerGroomDomainsExec.h
- CONTROL_POINT: OptimusGroomExecDomain = Ellipsis¶
Run kernel with one thread per strands points.
- Type:
1
- CURVE: OptimusGroomExecDomain = Ellipsis¶
Run kernel with one thread per strands curves.
- Type:
2
- GUIDES_CURVES: OptimusGroomExecDomain = Ellipsis¶
Run kernel with one thread per guides curves.
- Type:
6
- GUIDES_EDGES: OptimusGroomExecDomain = Ellipsis¶
Run kernel with one thread per guides edges.
- Type:
7
- GUIDES_OBJECTS: OptimusGroomExecDomain = Ellipsis¶
Run kernel with one thread per guides objects.
- Type:
8
- GUIDES_POINTS: OptimusGroomExecDomain = Ellipsis¶
Run kernel with one thread per guides points.
- Type:
5
- STRANDS_EDGES: OptimusGroomExecDomain = Ellipsis¶
Run kernel with one thread per strands edges.
- Type:
3
- STRANDS_OBJECTS: OptimusGroomExecDomain = Ellipsis¶
Run kernel with one thread per strands objects.
- Type:
4