Blender
V3.3
|
Public Attributes | |
struct Object * | owner |
short * | stop |
short * | do_update |
float * | progress |
Scene * | scene |
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 |
Definition at line 652 of file object_remesh.cc.
short * QuadriFlowJob::do_update |
Definition at line 655 of file object_remesh.cc.
Referenced by quadriflow_start_job(), and quadriflow_update_job().
bool QuadriFlowJob::is_nonblocking_job |
Definition at line 672 of file object_remesh.cc.
Referenced by quadriflow_end_job(), quadriflow_remesh_exec(), and quadriflow_start_job().
struct Object* QuadriFlowJob::owner |
Definition at line 654 of file object_remesh.cc.
Referenced by quadriflow_end_job(), quadriflow_remesh_exec(), and quadriflow_start_job().
bool QuadriFlowJob::preserve_paint_mask |
Definition at line 668 of file object_remesh.cc.
Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().
float* QuadriFlowJob::progress |
Definition at line 656 of file object_remesh.cc.
Referenced by quadriflow_start_job(), and quadriflow_update_job().
Scene* QuadriFlowJob::scene |
Definition at line 658 of file object_remesh.cc.
Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().
int QuadriFlowJob::seed |
Definition at line 660 of file object_remesh.cc.
Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().
bool QuadriFlowJob::smooth_normals |
Definition at line 669 of file object_remesh.cc.
Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().
short* QuadriFlowJob::stop |
Definition at line 655 of file object_remesh.cc.
Referenced by quadriflow_start_job().
int QuadriFlowJob::success |
Definition at line 671 of file object_remesh.cc.
Referenced by quadriflow_break_job(), quadriflow_end_job(), and quadriflow_start_job().
eSymmetryAxes QuadriFlowJob::symmetry_axes |
Definition at line 662 of file object_remesh.cc.
Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().
int QuadriFlowJob::target_faces |
Definition at line 659 of file object_remesh.cc.
Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().
bool QuadriFlowJob::use_mesh_curvature |
Definition at line 666 of file object_remesh.cc.
Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().
bool QuadriFlowJob::use_mesh_symmetry |
Definition at line 661 of file object_remesh.cc.
Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().
bool QuadriFlowJob::use_preserve_boundary |
Definition at line 665 of file object_remesh.cc.
Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().
bool QuadriFlowJob::use_preserve_sharp |
Definition at line 664 of file object_remesh.cc.
Referenced by quadriflow_remesh_exec(), and quadriflow_start_job().