unreal.GeometryScript_MeshDeformers¶
- class unreal.GeometryScript_MeshDeformers(outer=None, name='None')¶
Bases:
unreal.BlueprintFunctionLibraryGeometry Script Library Mesh Deform Functions
C++ Source:
Plugin: GeometryScripting
Module: GeometryScriptingCore
File: MeshDeformFunctions.h
- classmethod apply_bend_warp_to_mesh(target_mesh, options, bend_orientation, bend_angle=45.000000, bend_extent=50.000000, debug=None) DynamicMesh¶
Apply Bend Warp to Mesh
- Parameters
target_mesh (DynamicMesh) –
options (GeometryScriptBendWarpOptions) –
bend_orientation (Transform) –
bend_angle (float) –
bend_extent (float) –
debug (GeometryScriptDebug) –
- Return type
- classmethod apply_displace_from_texture_map(target_mesh, texture, options, uv_layer=0, debug=None) DynamicMesh¶
Apply Displace from Texture Map
- Parameters
target_mesh (DynamicMesh) –
texture (Texture2D) –
options (GeometryScriptDisplaceFromTextureOptions) –
uv_layer (int32) –
debug (GeometryScriptDebug) –
- Return type
- classmethod apply_flare_warp_to_mesh(target_mesh, options, flare_orientation, flare_percent_x=0.000000, flare_percent_y=0.000000, flare_extent=50.000000, debug=None) DynamicMesh¶
Apply Flare Warp to Mesh
- Parameters
target_mesh (DynamicMesh) –
options (GeometryScriptFlareWarpOptions) –
flare_orientation (Transform) –
flare_percent_x (float) –
flare_percent_y (float) –
flare_extent (float) –
debug (GeometryScriptDebug) –
- Return type
- classmethod apply_iterative_smoothing_to_mesh(target_mesh, options, debug=None) DynamicMesh¶
Apply Iterative Smoothing to Mesh
- Parameters
target_mesh (DynamicMesh) –
options (GeometryScriptIterativeMeshSmoothingOptions) –
debug (GeometryScriptDebug) –
- Return type
- classmethod apply_math_warp_to_mesh(target_mesh, warp_orientation, warp_type, options, debug=None) DynamicMesh¶
Apply Math Warp to Mesh
- Parameters
target_mesh (DynamicMesh) –
warp_orientation (Transform) –
warp_type (GeometryScriptMathWarpType) –
options (GeometryScriptMathWarpOptions) –
debug (GeometryScriptDebug) –
- Return type
- classmethod apply_perlin_noise_to_mesh(target_mesh, options, debug=None) DynamicMesh¶
Apply Perlin Noise to Mesh
- Parameters
target_mesh (DynamicMesh) –
options (GeometryScriptPerlinNoiseOptions) –
debug (GeometryScriptDebug) –
- Return type
- classmethod apply_twist_warp_to_mesh(target_mesh, options, twist_orientation, twist_angle=45.000000, twist_extent=50.000000, debug=None) DynamicMesh¶
Apply Twist Warp to Mesh
- Parameters
target_mesh (DynamicMesh) –
options (GeometryScriptTwistWarpOptions) –
twist_orientation (Transform) –
twist_angle (float) –
twist_extent (float) –
debug (GeometryScriptDebug) –
- Return type