- void GPENCIL_OT_annotate(struct wmOperatorType *ot);
- void GPENCIL_OT_draw(struct wmOperatorType *ot);
- void GPENCIL_OT_fill(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_paint(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_color_brightness_contrast(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_color_hsv(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_color_invert(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_color_levels(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_color_set(struct wmOperatorType *ot);
- void GPENCIL_OT_guide_rotate(struct wmOperatorType *ot);
- void GPENCIL_OT_editmode_toggle(struct wmOperatorType *ot);
- void GPENCIL_OT_selectmode_toggle(struct wmOperatorType *ot);
- void GPENCIL_OT_paintmode_toggle(struct wmOperatorType *ot);
- void GPENCIL_OT_sculptmode_toggle(struct wmOperatorType *ot);
- void GPENCIL_OT_weightmode_toggle(struct wmOperatorType *ot);
- void GPENCIL_OT_vertexmode_toggle(struct wmOperatorType *ot);
- void GPENCIL_OT_selection_opacity_toggle(struct wmOperatorType *ot);
- void GPENCIL_OT_select(struct wmOperatorType *ot);
- void GPENCIL_OT_select_all(struct wmOperatorType *ot);
- void GPENCIL_OT_select_circle(struct wmOperatorType *ot);
- void GPENCIL_OT_select_box(struct wmOperatorType *ot);
- void GPENCIL_OT_select_lasso(struct wmOperatorType *ot);
- void GPENCIL_OT_select_linked(struct wmOperatorType *ot);
- void GPENCIL_OT_select_grouped(struct wmOperatorType *ot);
- void GPENCIL_OT_select_more(struct wmOperatorType *ot);
- void GPENCIL_OT_select_less(struct wmOperatorType *ot);
- void GPENCIL_OT_select_first(struct wmOperatorType *ot);
- void GPENCIL_OT_select_last(struct wmOperatorType *ot);
- void GPENCIL_OT_select_alternate(struct wmOperatorType *ot);
- void GPENCIL_OT_select_random(struct wmOperatorType *ot);
- void GPENCIL_OT_select_vertex_color(struct wmOperatorType *ot);
- void GPENCIL_OT_duplicate(struct wmOperatorType *ot);
- void GPENCIL_OT_delete(struct wmOperatorType *ot);
- void GPENCIL_OT_dissolve(struct wmOperatorType *ot);
- void GPENCIL_OT_copy(struct wmOperatorType *ot);
- void GPENCIL_OT_paste(struct wmOperatorType *ot);
- void GPENCIL_OT_extrude(struct wmOperatorType *ot);
- void GPENCIL_OT_move_to_layer(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_change(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_active(struct wmOperatorType *ot);
- void GPENCIL_OT_snap_to_grid(struct wmOperatorType *ot);
- void GPENCIL_OT_snap_to_cursor(struct wmOperatorType *ot);
- void GPENCIL_OT_snap_cursor_to_selected(struct wmOperatorType *ot);
- void GPENCIL_OT_reproject(struct wmOperatorType *ot);
- void GPENCIL_OT_recalc_geometry(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_enter_editcurve_mode(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_editcurve_set_handle_type(struct wmOperatorType *ot);
- void GPENCIL_OT_sculpt_paint(struct wmOperatorType *ot);
- void GPENCIL_OT_weight_paint(struct wmOperatorType *ot);
- void GPENCIL_OT_annotation_add(struct wmOperatorType *ot);
- void GPENCIL_OT_data_unlink(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_add(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_remove(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_move(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_annotation_add(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_annotation_remove(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_annotation_move(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_duplicate(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_duplicate_object(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_mask_add(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_mask_remove(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_mask_move(struct wmOperatorType *ot);
- void GPENCIL_OT_hide(struct wmOperatorType *ot);
- void GPENCIL_OT_reveal(struct wmOperatorType *ot);
- void GPENCIL_OT_lock_all(struct wmOperatorType *ot);
- void GPENCIL_OT_unlock_all(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_isolate(struct wmOperatorType *ot);
- void GPENCIL_OT_layer_merge(struct wmOperatorType *ot);
- void GPENCIL_OT_blank_frame_add(struct wmOperatorType *ot);
- void GPENCIL_OT_active_frame_delete(struct wmOperatorType *ot);
- void GPENCIL_OT_annotation_active_frame_delete(struct wmOperatorType *ot);
- void GPENCIL_OT_active_frames_delete_all(struct wmOperatorType *ot);
- void GPENCIL_OT_frame_duplicate(struct wmOperatorType *ot);
- void GPENCIL_OT_frame_clean_fill(struct wmOperatorType *ot);
- void GPENCIL_OT_frame_clean_loose(struct wmOperatorType *ot);
- void GPENCIL_OT_frame_clean_duplicate(struct wmOperatorType *ot);
- void GPENCIL_OT_convert(struct wmOperatorType *ot);
- void GPENCIL_OT_bake_mesh_animation(struct wmOperatorType *ot);
- void GPENCIL_OT_bake_grease_pencil_animation(struct wmOperatorType *ot);
- void GPENCIL_OT_image_to_grease_pencil(struct wmOperatorType *ot);
- void GPENCIL_OT_trace_image(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_arrange(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_change_color(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_apply_thickness(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_cyclical_set(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_caps_set(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_join(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_start_set(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_flip(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_subdivide(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_simplify(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_simplify_fixed(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_separate(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_split(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_smooth(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_sample(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_merge(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_cutter(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_trim(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_merge_by_distance(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_merge_material(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_reset_vertex_color(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_normalize(struct wmOperatorType *ot);
- void GPENCIL_OT_stroke_outline(struct wmOperatorType *ot);
- void GPENCIL_OT_material_to_vertex_color(struct wmOperatorType *ot);
- void GPENCIL_OT_extract_palette_vertex(struct wmOperatorType *ot);
- void GPENCIL_OT_transform_fill(struct wmOperatorType *ot);
- void GPENCIL_OT_reset_transform_fill(struct wmOperatorType *ot);
- void GPENCIL_OT_brush_reset(struct wmOperatorType *ot);
- void GPENCIL_OT_brush_reset_all(struct wmOperatorType *ot);
- void gpencil_undo_init(struct bGPdata *gpd);
- void gpencil_undo_push(struct bGPdata *gpd);
- void gpencil_undo_finish(void);
- void GPENCIL_OT_interpolate(struct wmOperatorType *ot);
- void GPENCIL_OT_interpolate_sequence(struct wmOperatorType *ot);
- void GPENCIL_OT_interpolate_reverse(struct wmOperatorType *ot);
- void GPENCIL_OT_primitive_box(struct wmOperatorType *ot);
- void GPENCIL_OT_primitive_line(struct wmOperatorType *ot);
- void GPENCIL_OT_primitive_polyline(struct wmOperatorType *ot);
- void GPENCIL_OT_primitive_circle(struct wmOperatorType *ot);
- void GPENCIL_OT_primitive_curve(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_group_assign(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_group_remove_from(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_group_select(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_group_deselect(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_group_invert(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_group_smooth(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_group_normalize(struct wmOperatorType *ot);
- void GPENCIL_OT_vertex_group_normalize_all(struct wmOperatorType *ot);
- void GPENCIL_OT_lock_layer(struct wmOperatorType *ot);
- void GPENCIL_OT_material_isolate(struct wmOperatorType *ot);
- void GPENCIL_OT_material_hide(struct wmOperatorType *ot);
- void GPENCIL_OT_material_reveal(struct wmOperatorType *ot);
- void GPENCIL_OT_material_lock_all(struct wmOperatorType *ot);
- void GPENCIL_OT_material_unlock_all(struct wmOperatorType *ot);
- void GPENCIL_OT_material_lock_unused(struct wmOperatorType *ot);
- void GPENCIL_OT_material_select(struct wmOperatorType *ot);
- void GPENCIL_OT_material_set(struct wmOperatorType *ot);
- void GPENCIL_OT_set_active_material(struct wmOperatorType *ot);
- void GPENCIL_OT_materials_copy_to_object(struct wmOperatorType *ot);
- void GPENCIL_OT_convert_old_files(struct wmOperatorType *ot);
- void GPENCIL_OT_generate_weights(struct wmOperatorType *ot);
Undefined
By: Guest | Date: Apr 6 2023 15:25 | Format: None | Expires: never | Size: 8.46 KB | Hits: 202
Latest pastes
17 hours ago
19 hours ago
23 hours ago
2 days ago
2 days ago