Public paste
Undefined
By: Guest | Date: Apr 6 2023 15:25 | Format: None | Expires: never | Size: 8.46 KB | Hits: 136

  1. void GPENCIL_OT_annotate(struct wmOperatorType *ot);
  2. void GPENCIL_OT_draw(struct wmOperatorType *ot);
  3. void GPENCIL_OT_fill(struct wmOperatorType *ot);
  4. void GPENCIL_OT_vertex_paint(struct wmOperatorType *ot);
  5. void GPENCIL_OT_vertex_color_brightness_contrast(struct wmOperatorType *ot);
  6. void GPENCIL_OT_vertex_color_hsv(struct wmOperatorType *ot);
  7. void GPENCIL_OT_vertex_color_invert(struct wmOperatorType *ot);
  8. void GPENCIL_OT_vertex_color_levels(struct wmOperatorType *ot);
  9. void GPENCIL_OT_vertex_color_set(struct wmOperatorType *ot);
  10. void GPENCIL_OT_guide_rotate(struct wmOperatorType *ot);
  11. void GPENCIL_OT_editmode_toggle(struct wmOperatorType *ot);
  12. void GPENCIL_OT_selectmode_toggle(struct wmOperatorType *ot);
  13. void GPENCIL_OT_paintmode_toggle(struct wmOperatorType *ot);
  14. void GPENCIL_OT_sculptmode_toggle(struct wmOperatorType *ot);
  15. void GPENCIL_OT_weightmode_toggle(struct wmOperatorType *ot);
  16. void GPENCIL_OT_vertexmode_toggle(struct wmOperatorType *ot);
  17. void GPENCIL_OT_selection_opacity_toggle(struct wmOperatorType *ot);
  18. void GPENCIL_OT_select(struct wmOperatorType *ot);
  19. void GPENCIL_OT_select_all(struct wmOperatorType *ot);
  20. void GPENCIL_OT_select_circle(struct wmOperatorType *ot);
  21. void GPENCIL_OT_select_box(struct wmOperatorType *ot);
  22. void GPENCIL_OT_select_lasso(struct wmOperatorType *ot);
  23. void GPENCIL_OT_select_linked(struct wmOperatorType *ot);
  24. void GPENCIL_OT_select_grouped(struct wmOperatorType *ot);
  25. void GPENCIL_OT_select_more(struct wmOperatorType *ot);
  26. void GPENCIL_OT_select_less(struct wmOperatorType *ot);
  27. void GPENCIL_OT_select_first(struct wmOperatorType *ot);
  28. void GPENCIL_OT_select_last(struct wmOperatorType *ot);
  29. void GPENCIL_OT_select_alternate(struct wmOperatorType *ot);
  30. void GPENCIL_OT_select_random(struct wmOperatorType *ot);
  31. void GPENCIL_OT_select_vertex_color(struct wmOperatorType *ot);
  32. void GPENCIL_OT_duplicate(struct wmOperatorType *ot);
  33. void GPENCIL_OT_delete(struct wmOperatorType *ot);
  34. void GPENCIL_OT_dissolve(struct wmOperatorType *ot);
  35. void GPENCIL_OT_copy(struct wmOperatorType *ot);
  36. void GPENCIL_OT_paste(struct wmOperatorType *ot);
  37. void GPENCIL_OT_extrude(struct wmOperatorType *ot);
  38. void GPENCIL_OT_move_to_layer(struct wmOperatorType *ot);
  39. void GPENCIL_OT_layer_change(struct wmOperatorType *ot);
  40. void GPENCIL_OT_layer_active(struct wmOperatorType *ot);
  41. void GPENCIL_OT_snap_to_grid(struct wmOperatorType *ot);
  42. void GPENCIL_OT_snap_to_cursor(struct wmOperatorType *ot);
  43. void GPENCIL_OT_snap_cursor_to_selected(struct wmOperatorType *ot);
  44. void GPENCIL_OT_reproject(struct wmOperatorType *ot);
  45. void GPENCIL_OT_recalc_geometry(struct wmOperatorType *ot);
  46. void GPENCIL_OT_stroke_enter_editcurve_mode(struct wmOperatorType *ot);
  47. void GPENCIL_OT_stroke_editcurve_set_handle_type(struct wmOperatorType *ot);
  48. void GPENCIL_OT_sculpt_paint(struct wmOperatorType *ot);
  49. void GPENCIL_OT_weight_paint(struct wmOperatorType *ot);
  50. void GPENCIL_OT_annotation_add(struct wmOperatorType *ot);
  51. void GPENCIL_OT_data_unlink(struct wmOperatorType *ot);
  52. void GPENCIL_OT_layer_add(struct wmOperatorType *ot);
  53. void GPENCIL_OT_layer_remove(struct wmOperatorType *ot);
  54. void GPENCIL_OT_layer_move(struct wmOperatorType *ot);
  55. void GPENCIL_OT_layer_annotation_add(struct wmOperatorType *ot);
  56. void GPENCIL_OT_layer_annotation_remove(struct wmOperatorType *ot);
  57. void GPENCIL_OT_layer_annotation_move(struct wmOperatorType *ot);
  58. void GPENCIL_OT_layer_duplicate(struct wmOperatorType *ot);
  59. void GPENCIL_OT_layer_duplicate_object(struct wmOperatorType *ot);
  60. void GPENCIL_OT_layer_mask_add(struct wmOperatorType *ot);
  61. void GPENCIL_OT_layer_mask_remove(struct wmOperatorType *ot);
  62. void GPENCIL_OT_layer_mask_move(struct wmOperatorType *ot);
  63. void GPENCIL_OT_hide(struct wmOperatorType *ot);
  64. void GPENCIL_OT_reveal(struct wmOperatorType *ot);
  65. void GPENCIL_OT_lock_all(struct wmOperatorType *ot);
  66. void GPENCIL_OT_unlock_all(struct wmOperatorType *ot);
  67. void GPENCIL_OT_layer_isolate(struct wmOperatorType *ot);
  68. void GPENCIL_OT_layer_merge(struct wmOperatorType *ot);
  69. void GPENCIL_OT_blank_frame_add(struct wmOperatorType *ot);
  70. void GPENCIL_OT_active_frame_delete(struct wmOperatorType *ot);
  71. void GPENCIL_OT_annotation_active_frame_delete(struct wmOperatorType *ot);
  72. void GPENCIL_OT_active_frames_delete_all(struct wmOperatorType *ot);
  73. void GPENCIL_OT_frame_duplicate(struct wmOperatorType *ot);
  74. void GPENCIL_OT_frame_clean_fill(struct wmOperatorType *ot);
  75. void GPENCIL_OT_frame_clean_loose(struct wmOperatorType *ot);
  76. void GPENCIL_OT_frame_clean_duplicate(struct wmOperatorType *ot);
  77. void GPENCIL_OT_convert(struct wmOperatorType *ot);
  78. void GPENCIL_OT_bake_mesh_animation(struct wmOperatorType *ot);
  79. void GPENCIL_OT_bake_grease_pencil_animation(struct wmOperatorType *ot);
  80. void GPENCIL_OT_image_to_grease_pencil(struct wmOperatorType *ot);
  81. void GPENCIL_OT_trace_image(struct wmOperatorType *ot);
  82. void GPENCIL_OT_stroke_arrange(struct wmOperatorType *ot);
  83. void GPENCIL_OT_stroke_change_color(struct wmOperatorType *ot);
  84. void GPENCIL_OT_stroke_apply_thickness(struct wmOperatorType *ot);
  85. void GPENCIL_OT_stroke_cyclical_set(struct wmOperatorType *ot);
  86. void GPENCIL_OT_stroke_caps_set(struct wmOperatorType *ot);
  87. void GPENCIL_OT_stroke_join(struct wmOperatorType *ot);
  88. void GPENCIL_OT_stroke_start_set(struct wmOperatorType *ot);
  89. void GPENCIL_OT_stroke_flip(struct wmOperatorType *ot);
  90. void GPENCIL_OT_stroke_subdivide(struct wmOperatorType *ot);
  91. void GPENCIL_OT_stroke_simplify(struct wmOperatorType *ot);
  92. void GPENCIL_OT_stroke_simplify_fixed(struct wmOperatorType *ot);
  93. void GPENCIL_OT_stroke_separate(struct wmOperatorType *ot);
  94. void GPENCIL_OT_stroke_split(struct wmOperatorType *ot);
  95. void GPENCIL_OT_stroke_smooth(struct wmOperatorType *ot);
  96. void GPENCIL_OT_stroke_sample(struct wmOperatorType *ot);
  97. void GPENCIL_OT_stroke_merge(struct wmOperatorType *ot);
  98. void GPENCIL_OT_stroke_cutter(struct wmOperatorType *ot);
  99. void GPENCIL_OT_stroke_trim(struct wmOperatorType *ot);
  100. void GPENCIL_OT_stroke_merge_by_distance(struct wmOperatorType *ot);
  101. void GPENCIL_OT_stroke_merge_material(struct wmOperatorType *ot);
  102. void GPENCIL_OT_stroke_reset_vertex_color(struct wmOperatorType *ot);
  103. void GPENCIL_OT_stroke_normalize(struct wmOperatorType *ot);
  104. void GPENCIL_OT_stroke_outline(struct wmOperatorType *ot);
  105. void GPENCIL_OT_material_to_vertex_color(struct wmOperatorType *ot);
  106. void GPENCIL_OT_extract_palette_vertex(struct wmOperatorType *ot);
  107. void GPENCIL_OT_transform_fill(struct wmOperatorType *ot);
  108. void GPENCIL_OT_reset_transform_fill(struct wmOperatorType *ot);
  109. void GPENCIL_OT_brush_reset(struct wmOperatorType *ot);
  110. void GPENCIL_OT_brush_reset_all(struct wmOperatorType *ot);
  111. void gpencil_undo_init(struct bGPdata *gpd);
  112. void gpencil_undo_push(struct bGPdata *gpd);
  113. void gpencil_undo_finish(void);
  114. void GPENCIL_OT_interpolate(struct wmOperatorType *ot);
  115. void GPENCIL_OT_interpolate_sequence(struct wmOperatorType *ot);
  116. void GPENCIL_OT_interpolate_reverse(struct wmOperatorType *ot);
  117. void GPENCIL_OT_primitive_box(struct wmOperatorType *ot);
  118. void GPENCIL_OT_primitive_line(struct wmOperatorType *ot);
  119. void GPENCIL_OT_primitive_polyline(struct wmOperatorType *ot);
  120. void GPENCIL_OT_primitive_circle(struct wmOperatorType *ot);
  121. void GPENCIL_OT_primitive_curve(struct wmOperatorType *ot);
  122. void GPENCIL_OT_vertex_group_assign(struct wmOperatorType *ot);
  123. void GPENCIL_OT_vertex_group_remove_from(struct wmOperatorType *ot);
  124. void GPENCIL_OT_vertex_group_select(struct wmOperatorType *ot);
  125. void GPENCIL_OT_vertex_group_deselect(struct wmOperatorType *ot);
  126. void GPENCIL_OT_vertex_group_invert(struct wmOperatorType *ot);
  127. void GPENCIL_OT_vertex_group_smooth(struct wmOperatorType *ot);
  128. void GPENCIL_OT_vertex_group_normalize(struct wmOperatorType *ot);
  129. void GPENCIL_OT_vertex_group_normalize_all(struct wmOperatorType *ot);
  130. void GPENCIL_OT_lock_layer(struct wmOperatorType *ot);
  131. void GPENCIL_OT_material_isolate(struct wmOperatorType *ot);
  132. void GPENCIL_OT_material_hide(struct wmOperatorType *ot);
  133. void GPENCIL_OT_material_reveal(struct wmOperatorType *ot);
  134. void GPENCIL_OT_material_lock_all(struct wmOperatorType *ot);
  135. void GPENCIL_OT_material_unlock_all(struct wmOperatorType *ot);
  136. void GPENCIL_OT_material_lock_unused(struct wmOperatorType *ot);
  137. void GPENCIL_OT_material_select(struct wmOperatorType *ot);
  138. void GPENCIL_OT_material_set(struct wmOperatorType *ot);
  139. void GPENCIL_OT_set_active_material(struct wmOperatorType *ot);
  140. void GPENCIL_OT_materials_copy_to_object(struct wmOperatorType *ot);
  141. void GPENCIL_OT_convert_old_files(struct wmOperatorType *ot);
  142. void GPENCIL_OT_generate_weights(struct wmOperatorType *ot);
  143.