Blender  V3.3
Public Attributes | List of all members
QuadriFlowJob Struct Reference

Public Attributes

struct Objectowner
 
short * stop
 
short * do_update
 
floatprogress
 
Scenescene
 
int target_faces
 
int seed
 
bool use_mesh_symmetry
 
eSymmetryAxes symmetry_axes
 
bool use_preserve_sharp
 
bool use_preserve_boundary
 
bool use_mesh_curvature
 
bool preserve_paint_mask
 
bool smooth_normals
 
int success
 
bool is_nonblocking_job
 

Detailed Description

Definition at line 652 of file object_remesh.cc.

Member Data Documentation

◆ do_update

short * QuadriFlowJob::do_update

Definition at line 655 of file object_remesh.cc.

Referenced by quadriflow_start_job(), and quadriflow_update_job().

◆ is_nonblocking_job

bool QuadriFlowJob::is_nonblocking_job

◆ owner

struct Object* QuadriFlowJob::owner

◆ preserve_paint_mask

bool QuadriFlowJob::preserve_paint_mask

Definition at line 668 of file object_remesh.cc.

Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().

◆ progress

float* QuadriFlowJob::progress

Definition at line 656 of file object_remesh.cc.

Referenced by quadriflow_start_job(), and quadriflow_update_job().

◆ scene

Scene* QuadriFlowJob::scene

Definition at line 658 of file object_remesh.cc.

Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().

◆ seed

int QuadriFlowJob::seed

Definition at line 660 of file object_remesh.cc.

Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().

◆ smooth_normals

bool QuadriFlowJob::smooth_normals

Definition at line 669 of file object_remesh.cc.

Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().

◆ stop

short* QuadriFlowJob::stop

Definition at line 655 of file object_remesh.cc.

Referenced by quadriflow_start_job().

◆ success

int QuadriFlowJob::success

◆ symmetry_axes

eSymmetryAxes QuadriFlowJob::symmetry_axes

Definition at line 662 of file object_remesh.cc.

Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().

◆ target_faces

int QuadriFlowJob::target_faces

Definition at line 659 of file object_remesh.cc.

Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().

◆ use_mesh_curvature

bool QuadriFlowJob::use_mesh_curvature

Definition at line 666 of file object_remesh.cc.

Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().

◆ use_mesh_symmetry

bool QuadriFlowJob::use_mesh_symmetry

Definition at line 661 of file object_remesh.cc.

Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().

◆ use_preserve_boundary

bool QuadriFlowJob::use_preserve_boundary

Definition at line 665 of file object_remesh.cc.

Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().

◆ use_preserve_sharp

bool QuadriFlowJob::use_preserve_sharp

Definition at line 664 of file object_remesh.cc.

Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().


The documentation for this struct was generated from the following file: