[Bf-blender-cvs] [9e4e3b5f5f3] soc-2021-porting-modifiers-to-nodes_all: Merge branch 'soc-2021-porting-modifiers-to-nodes-merge-by-distance' into soc-2021-porting-modifiers-to-nodes

Fabian Schempp noreply at git.blender.org
Thu Aug 19 22:07:12 CEST 2021


Commit: 9e4e3b5f5f30acb95021a36fcdf868f1fc1b16d7
Author: Fabian Schempp
Date:   Tue Aug 17 22:36:26 2021 +0200
Branches: soc-2021-porting-modifiers-to-nodes_all
https://developer.blender.org/rB9e4e3b5f5f30acb95021a36fcdf868f1fc1b16d7

Merge branch 'soc-2021-porting-modifiers-to-nodes-merge-by-distance' into soc-2021-porting-modifiers-to-nodes

# Conflicts:
#	source/blender/blenkernel/BKE_node.h
#	source/blender/makesrna/RNA_enum_types.h

===================================================================



===================================================================

diff --cc source/blender/blenkernel/BKE_node.h
index c2809833996,7e88f52a154..81257a8196c
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@@ -1477,12 -1477,8 +1477,13 @@@ int ntreeTexExecTree(struct bNodeTree *
  #define GEO_NODE_CURVE_SET_HANDLES 1072
  #define GEO_NODE_CURVE_SPLINE_TYPE 1073
  #define GEO_NODE_CURVE_SELECT_HANDLES 1074
- #define GEO_NODE_MESH_EXTRUDE 1075
- #define GEO_NODE_MESH_INSET 1076
- #define GEO_NODE_CURVE_SELECT_HANDLES 1077
- #define GEO_NODE_COLLAPSE 1078
- #define GEO_NODE_UNSUBDIVIDE 1079
- #define GEO_NODE_DISSOLVE 1080
+ #define GEO_NODE_MERGE_BY_DISTANCE 1075
 -
++#define GEO_NODE_MESH_EXTRUDE 1076
++#define GEO_NODE_MESH_INSET 1077
++#define GEO_NODE_CURVE_SELECT_HANDLES 1078
++#define GEO_NODE_COLLAPSE 1079
++#define GEO_NODE_UNSUBDIVIDE 1080
++#define GEO_NODE_DISSOLVE 1081
  /** \} */
  
  /* -------------------------------------------------------------------- */
diff --cc source/blender/makesrna/RNA_enum_types.h
index d7520834287,cbcbd2ca8cf..19f0aadecd9
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@@ -32,11 -32,220 +32,73 @@@ struct bNodeTreeType
  struct bNodeType;
  
  /* Types */
 -
 -/* use in cases where only dynamic types are used */
 -extern const EnumPropertyItem DummyRNA_NULL_items[];
 -extern const EnumPropertyItem DummyRNA_DEFAULT_items[];
 -
 -/* all others should follow 'rna_enum_*_items' naming */
 -extern const EnumPropertyItem rna_enum_id_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_object_mode_items[];
 -extern const EnumPropertyItem rna_enum_workspace_object_mode_items[];
 -extern const EnumPropertyItem rna_enum_object_empty_drawtype_items[];
 -extern const EnumPropertyItem rna_enum_object_gpencil_type_items[];
 -extern const EnumPropertyItem rna_enum_metaelem_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_proportional_falloff_items[];
 -extern const EnumPropertyItem rna_enum_proportional_falloff_curve_only_items[];
 -extern const EnumPropertyItem rna_enum_snap_target_items[];
 -extern const EnumPropertyItem rna_enum_snap_element_items[];
 -extern const EnumPropertyItem rna_enum_snap_node_element_items[];
 -extern const EnumPropertyItem rna_enum_curve_fit_method_items[];
 -extern const EnumPropertyItem rna_enum_mesh_select_mode_items[];
 -extern const EnumPropertyItem rna_enum_mesh_select_mode_uv_items[];
 -extern const EnumPropertyItem rna_enum_mesh_delimit_mode_items[];
 -extern const EnumPropertyItem rna_enum_space_graph_mode_items[];
 -extern const EnumPropertyItem rna_enum_space_file_browse_mode_items[];
 -extern const EnumPropertyItem rna_enum_space_sequencer_view_type_items[];
 -extern const EnumPropertyItem rna_enum_space_type_items[];
 -extern const EnumPropertyItem rna_enum_space_image_mode_items[];
 -extern const EnumPropertyItem rna_enum_space_image_mode_all_items[];
 -extern const EnumPropertyItem rna_enum_space_action_mode_items[];
 -extern const EnumPropertyItem rna_enum_fileselect_params_sort_items[];
 -extern const EnumPropertyItem rna_enum_region_type_items[];
 -extern const EnumPropertyItem rna_enum_object_modifier_type_items[];
 -extern const EnumPropertyItem rna_enum_constraint_type_items[];
 -extern const EnumPropertyItem rna_enum_boidrule_type_items[];
 -extern const EnumPropertyItem rna_enum_sequence_modifier_type_items[];
 -extern const EnumPropertyItem rna_enum_object_greasepencil_modifier_type_items[];
 -extern const EnumPropertyItem rna_enum_object_shaderfx_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_modifier_triangulate_quad_method_items[];
 -extern const EnumPropertyItem rna_enum_modifier_triangulate_ngon_method_items[];
 -extern const EnumPropertyItem rna_enum_modifier_shrinkwrap_mode_items[];
 -
 -extern const EnumPropertyItem rna_enum_image_type_items[];
 -extern const EnumPropertyItem rna_enum_image_color_mode_items[];
 -extern const EnumPropertyItem rna_enum_image_color_depth_items[];
 -extern const EnumPropertyItem rna_enum_image_generated_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_normal_space_items[];
 -extern const EnumPropertyItem rna_enum_normal_swizzle_items[];
 -extern const EnumPropertyItem rna_enum_bake_save_mode_items[];
 -extern const EnumPropertyItem rna_enum_bake_target_items[];
 -
 -extern const EnumPropertyItem rna_enum_views_format_items[];
 -extern const EnumPropertyItem rna_enum_views_format_multilayer_items[];
 -extern const EnumPropertyItem rna_enum_views_format_multiview_items[];
 -extern const EnumPropertyItem rna_enum_stereo3d_display_items[];
 -extern const EnumPropertyItem rna_enum_stereo3d_anaglyph_type_items[];
 -extern const EnumPropertyItem rna_enum_stereo3d_interlace_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_exr_codec_items[];
 -extern const EnumPropertyItem rna_enum_color_sets_items[];
 -
 -extern const EnumPropertyItem rna_enum_beztriple_keyframe_type_items[];
 -extern const EnumPropertyItem rna_enum_beztriple_interpolation_mode_items[];
 -extern const EnumPropertyItem rna_enum_beztriple_interpolation_easing_items[];
 -extern const EnumPropertyItem rna_enum_fcurve_auto_smoothing_items[];
 -extern const EnumPropertyItem rna_enum_keyframe_handle_type_items[];
 -extern const EnumPropertyItem rna_enum_driver_target_rotation_mode_items[];
 -
 -extern const EnumPropertyItem rna_enum_keyblock_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_keyingset_path_grouping_items[];
 -extern const EnumPropertyItem rna_enum_keying_flag_items[];
 -extern const EnumPropertyItem rna_enum_keying_flag_items_api[];
 -
 -extern const EnumPropertyItem rna_enum_keyframe_paste_offset_items[];
 -extern const EnumPropertyItem rna_enum_keyframe_paste_merge_items[];
 -
 -extern const EnumPropertyItem rna_enum_fmodifier_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_nla_mode_extend_items[];
 -extern const EnumPropertyItem rna_enum_nla_mode_blend_items[];
 -
 -extern const EnumPropertyItem rna_enum_motionpath_bake_location_items[];
 -
 -extern const EnumPropertyItem rna_enum_event_value_all_items[];
 -extern const EnumPropertyItem rna_enum_event_value_keymouse_items[];
 -extern const EnumPropertyItem rna_enum_event_value_tweak_items[];
 -
 -extern const EnumPropertyItem rna_enum_event_type_items[];
 -extern const EnumPropertyItem rna_enum_event_type_mask_items[];
 -
 -extern const EnumPropertyItem rna_enum_operator_type_flag_items[];
 -extern const EnumPropertyItem rna_enum_operator_return_items[];
 -extern const EnumPropertyItem rna_enum_operator_property_tags[];
 -
 -extern const EnumPropertyItem rna_enum_brush_sculpt_tool_items[];
 -extern const EnumPropertyItem rna_enum_brush_uv_sculpt_tool_items[];
 -extern const EnumPropertyItem rna_enum_brush_vertex_tool_items[];
 -extern const EnumPropertyItem rna_enum_brush_weight_tool_items[];
 -extern const EnumPropertyItem rna_enum_brush_gpencil_types_items[];
 -extern const EnumPropertyItem rna_enum_brush_gpencil_vertex_types_items[];
 -extern const EnumPropertyItem rna_enum_brush_gpencil_sculpt_types_items[];
 -extern const EnumPropertyItem rna_enum_brush_gpencil_weight_types_items[];
 -extern const EnumPropertyItem rna_enum_brush_image_tool_items[];
 -
 -extern const EnumPropertyItem rna_enum_particle_edit_hair_brush_items[];
 -extern const EnumPropertyItem rna_enum_particle_edit_disconnected_hair_brush_items[];
 -
 -extern const EnumPropertyItem rna_enum_uv_sculpt_tool_items[];
 -
 -extern const EnumPropertyItem rna_enum_axis_xy_items[];
 -extern const EnumPropertyItem rna_enum_axis_xyz_items[];
 -
 -extern const EnumPropertyItem rna_enum_axis_flag_xyz_items[];
 -
 -extern const EnumPropertyItem rna_enum_symmetrize_direction_items[];
 -
 -extern const EnumPropertyItem rna_enum_texture_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_light_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_lightprobes_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_unpack_method_items[];
 -
 -extern const EnumPropertyItem rna_enum_object_type_items[];
 -extern const EnumPropertyItem rna_enum_object_rotation_mode_items[];
 -
 -extern const EnumPropertyItem rna_enum_object_type_curve_items[];
 -
 -extern const EnumPropertyItem rna_enum_rigidbody_object_type_items[];
 -extern const EnumPropertyItem rna_enum_rigidbody_object_shape_items[];
 -extern const EnumPropertyItem rna_enum_rigidbody_constraint_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_object_axis_items[];
 -
 -extern const EnumPropertyItem rna_enum_controller_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_render_pass_type_items[];
 -extern const EnumPropertyItem rna_enum_render_pass_debug_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_bake_pass_type_items[];
 -extern const EnumPropertyItem rna_enum_bake_pass_filter_type_items[];
 -
 -extern const EnumPropertyItem rna_enum_keymap_propvalue_items[];
 +#define DEF_ENUM(id) extern const EnumPropertyItem id[];
 +#include "RNA_enum_items.h"
  
+ extern const EnumPropertyItem rna_enum_operator_context_items[];
+ 
+ extern const EnumPropertyItem rna_enum_wm_report_items[];
+ 
+ extern const EnumPropertyItem rna_enum_transform_pivot_items_full[];
+ extern const EnumPropertyItem rna_enum_transform_orientation_items[];
+ extern const EnumPropertyItem rna_enum_transform_mode_types[];
+ 
+ extern const EnumPropertyItem rna_enum_property_type_items[];
+ extern const EnumPropertyItem rna_enum_property_subtype_items[];
+ extern const EnumPropertyItem rna_enum_property_unit_items[];
+ 
+ extern const EnumPropertyItem rna_enum_shading_type_items[];
+ 
+ extern const EnumPropertyItem rna_enum_navigation_mode_items[];
+ 
+ extern const EnumPropertyItem rna_enum_node_socket_in_out_items[];
+ 
+ extern const EnumPropertyItem rna_enum_node_math_items[];
+ extern const EnumPropertyItem rna_enum_mapping_type_items[];
+ extern const EnumPropertyItem rna_enum_node_vec_math_items[];
+ extern const EnumPropertyItem rna_enum_node_boolean_math_items[];
+ extern const EnumPropertyItem rna_enum_node_float_compare_items[];
+ extern const EnumPropertyItem rna_enum_node_filter_items[];
+ extern const EnumPropertyItem rna_enum_node_float_to_int_items[];
+ extern const EnumPropertyItem rna_enum_node_map_range_items[];


@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list