Blender Git Commit Log

Git Commits -> Revision dab7885

Revision dab7885 by Dilith Jayakody (soc-2021-curves)
July 20, 2021, 19:31 (GMT)
Merge branch 'master' into soc-2021-curves

Commit Details:

Full Hash: dab7885807fe1ea300f3a9cdb6efc6a41c54e2b2
Parent Commit: 227e142
Lines Changed: +5304, -2857

13 Added Paths:

/source/blender/blenkernel/BKE_action.hh (+35, -0) (View)
/source/blender/blenkernel/BKE_armature.hh (+48, -0) (View)
/source/blender/blenkernel/intern/action_bones.cc (+48, -0) (View)
/source/blender/blenkernel/intern/armature_selection.cc (+78, -0) (View)
/source/blender/compositor/intern/COM_BufferArea.h (+198, -0) (View)
/source/blender/compositor/intern/COM_BufferRange.h (+171, -0) (View)
/source/blender/compositor/intern/COM_BuffersIterator.h (+164, -0) (View)
/source/blender/editors/animation/keyframes_keylist.c (+793, -0) (View)
/source/blender/editors/armature/pose_backup.cc (+143, -0) (View)
/source/blender/editors/asset/intern/asset_library_reference.cc (+46, -0) (View)
/source/blender/editors/asset/intern/asset_library_reference.hh (+46, -0) (View)
/source/blender/editors/include/ED_keyframes_keylist.h (+192, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_curve_trim.cc (+410, -0) (View)

1 Deleted Path:

/source/blender/editors/armature/pose_backup.c (+0, -139)

213 Modified Paths:

/extern/rangetree/intern/generic_alloc_impl.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_ContextCGL.mm (+9, -8) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+11, -11) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+3, -2) (Diff)
/intern/ghost/intern/GHOST_DisplayManager.cpp (+5, -5) (Diff)
/intern/ghost/intern/GHOST_DropTargetX11.cpp (+4, -2) (Diff)
/intern/ghost/intern/GHOST_EventDragnDrop.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_EventManager.cpp (+4, -4) (Diff)
/intern/ghost/intern/GHOST_NDOFManager.cpp (+64, -62) (Diff)
/intern/ghost/intern/GHOST_NDOFManager.h (+54, -41) (Diff)
/intern/ghost/intern/GHOST_Rect.cpp (+6, -6) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+8, -8) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+17, -14) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+10, -10) (Diff)
/intern/ghost/intern/GHOST_TimerManager.cpp (+5, -5) (Diff)
/intern/ghost/intern/GHOST_WindowManager.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_WindowWayland.cpp (+3, -3) (Diff)
/intern/rigidbody/RBI_api.h (+1, -1) (Diff)
/release/scripts/modules/rna_manual_reference.py (+41, -4) (Diff)
/release/scripts/startup/bl_operators/assets.py (+1, -2) (Diff)
/release/scripts/startup/bl_operators/geometry_nodes.py (+4, -1) (Diff)
/release/scripts/startup/bl_operators/rigidbody.py (+13, -8) (Diff)
/release/scripts/startup/bl_ui/properties_collection.py (+7, -4) (Diff)
/release/scripts/startup/bl_ui/properties_material.py (+8, -8) (Diff)
/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+11, -17) (Diff)
/source/blender/blenkernel/BKE_curve.h (+0, -1) (Diff)
/source/blender/blenkernel/BKE_DerivedMesh.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_mesh.h (+2, -23) (Diff)
/source/blender/blenkernel/BKE_mesh_types.h (+1, -2) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_object.h (+0, -4) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+4, -0) (Diff)
/source/blender/blenkernel/intern/armature_pose.cc (+12, -46) (Diff)
/source/blender/blenkernel/intern/armature_test.cc (+80, -1) (Diff)
/source/blender/blenkernel/intern/boids.c (+43, -36) (Diff)
/source/blender/blenkernel/intern/curve.c (+0, -22) (Diff)
/source/blender/blenkernel/intern/effect.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/fluid.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/gpencil_geom.cc (+9, -8) (Diff)
/source/blender/blenkernel/intern/image_save.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/main_idmap.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/mball_tessellate.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/mesh.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/mesh_convert.c (+38, -86) (Diff)
/source/blender/blenkernel/intern/mesh_mapping.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/object_update.c (+2, -21) (Diff)
/source/blender/blenkernel/intern/particle.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+5, -5) (Diff)
/source/blender/blenkernel/intern/scene.c (+3, -3) (Diff)
/source/blender/blenkernel/intern/spline_base.cc (+1, -1) (Diff)
/source/blender/blenlib/BLI_array.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_color.hh (+2, -2) (Diff)
/source/blender/blenlib/BLI_compiler_typecheck.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_delaunay_2d.h (+8, -0) (Diff)
/source/blender/blenlib/BLI_dlrbTree.h (+9, -6) (Diff)
/source/blender/blenlib/BLI_ghash.h (+3, -3) (Diff)
/source/blender/blenlib/BLI_linklist_stack.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_link_utils.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_math.h (+20, -20) (Diff)
/source/blender/blenlib/intern/array_store.c (+3, -3) (Diff)
/source/blender/blenlib/intern/BLI_dynstr.c (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_ghash.c (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_ghash_utils.c (+2, -2) (Diff)
/source/blender/blenlib/intern/BLI_kdopbvh.c (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_memiter.c (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_mempool.c (+2, -2) (Diff)
/source/blender/blenlib/intern/BLI_mmap.c (+3, -3) (Diff)
/source/blender/blenlib/intern/convexhull_2d.c (+1, -1) (Diff)
/source/blender/blenlib/intern/delaunay_2d.cc (+148, -87) (Diff)
/source/blender/blenlib/intern/DLRB_tree.c (+6, -4) (Diff)
/source/blender/blenlib/intern/math_base_inline.c (+3, -3) (Diff)
/source/blender/blenlib/intern/math_color_inline.c (+3, -3) (Diff)
/source/blender/blenlib/intern/math_geom.c (+5, -5) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+4, -4) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+1, -1) (Diff)
/source/blender/blenlib/intern/memory_utils.c (+1, -1) (Diff)
/source/blender/blenlib/intern/mesh_boolean.cc (+3, -3) (Diff)
/source/blender/blenlib/intern/mesh_intersect.cc (+1, -1) (Diff)
/source/blender/blenlib/intern/noise.c (+18, -19) (Diff)
/source/blender/blenlib/intern/polyfill_2d.c (+3, -3) (Diff)
/source/blender/blenlib/intern/smallhash.c (+3, -3) (Diff)
/source/blender/blenlib/intern/string.c (+2, -2) (Diff)
/source/blender/blenlib/intern/timecode.c (+3, -3) (Diff)
/source/blender/blenlib/intern/winstuff.c (+1, -1) (Diff)
/source/blender/blenlib/tests/BLI_delaunay_2d_test.cc (+50, -8) (Diff)
/source/blender/blenloader/intern/versioning_250.c (+28, -18) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+15, -3) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -1) (Diff)
/source/blender/bmesh/bmesh.h (+11, -11) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+2, -2) (Diff)
/source/blender/bmesh/intern/bmesh_polygon.c (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_query.c (+3, -3) (Diff)
/source/blender/bmesh/intern/bmesh_structure.c (+1, -1) (Diff)
/source/blender/compositor/CMakeLists.txt (+3, -0) (Diff)
/source/blender/compositor/COM_defines.h (+23, -0) (Diff)
/source/blender/compositor/intern/COM_ConstantFolder.cc (+4, -4) (Diff)
/source/blender/compositor/intern/COM_Debug.cc (+44, -1) (Diff)
/source/blender/compositor/intern/COM_Debug.h (+17, -0) (Diff)
/source/blender/compositor/intern/COM_FullFrameExecutionModel.cc (+1, -0) (Diff)
/source/blender/compositor/intern/COM_MemoryBuffer.cc (+14, -0) (Diff)
/source/blender/compositor/intern/COM_MemoryBuffer.h (+29, -0) (Diff)
/source/blender/compositor/operations/COM_BrightnessOperation.cc (+45, -0) (Diff)
/source/blender/compositor/operations/COM_BrightnessOperation.h (+6, -2) (Diff)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cc (+561, -509) (Diff)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.h (+11, -1) (Diff)
/source/blender/compositor/operations/COM_EllipseMaskOperation.cc (+73, -0) (Diff)
/source/blender/compositor/operations/COM_EllipseMaskOperation.h (+14, -2) (Diff)
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.cc (+20, -23) (Diff)
/source/blender/compositor/operations/COM_MixOperation.cc (+555, -0) (Diff)
/source/blender/compositor/operations/COM_MixOperation.h (+87, -2) (Diff)
/source/blender/compositor/operations/COM_SMAAOperation.cc (+2, -2) (Diff)
/source/blender/compositor/operations/COM_SunBeamsOperation.cc (+5, -5) (Diff)
/source/blender/compositor/operations/COM_ViewerOperation.cc (+30, -2) (Diff)
/source/blender/compositor/operations/COM_ViewerOperation.h (+9, -3) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+47, -57) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+20, -54) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_rna.cc (+2, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cc (+1, -8) (Diff)
/source/blender/depsgraph/intern/eval/deg_eval_flush.cc (+11, -14) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.cc (+2, -8) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.h (+3, -9) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+1, -12) (Diff)
/source/blender/editors/animation/anim_draw.c (+1, -0) (Diff)
/source/blender/editors/animation/anim_markers.c (+1, -1) (Diff)
/source/blender/editors/animation/anim_motion_paths.c (+1, -1) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+1, -757) (Diff)
/source/blender/editors/armature/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/armature/pose_lib.c (+1, -1) (Diff)
/source/blender/editors/armature/pose_slide.c (+1, -1) (Diff)
/source/blender/editors/asset/asset_list.cc (+6, -47) (Diff)
/source/blender/editors/asset/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+0, -149) (Diff)
/source/blender/editors/interface/interface_handlers.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_icons.c (+1, -0) (Diff)
/source/blender/editors/interface/interface_template_list.cc (+1, -1) (Diff)
/source/blender/editors/interface/view2d.c (+1, -1) (Diff)
/source/blender/editors/mask/mask_add.c (+4, -2) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+4, -4) (Diff)
/source/blender/editors/physics/particle_edit.c (+2, -2) (Diff)
/source/blender/editors/render/render_shading.c (+9, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_camera_control.c (+4, -4) (Diff)
/source/blender/editors/space_view3d/view3d_utils.c (+2, -2) (Diff)
/source/blender/editors/transform/transform_convert_mesh.c (+2, -26) (Diff)
/source/blender/editors/transform/transform_snap_object.c (+69, -53) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+1, -1) (Diff)
/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c (+1, -4) (Diff)
/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c (+32, -19) (Diff)
/source/blender/imbuf/intern/oiio/openimageio_api.cpp (+1, -1) (Diff)
/source/blender/io/collada/BCAnimationSampler.cpp (+6, -4) (Diff)
/source/blender/io/collada/collada_utils.cpp (+8, -4) (Diff)
/source/blender/io/collada/TransformReader.cpp (+5, -3) (Diff)
/source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc (+13, -12) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_documentation.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_ID.h (+4, -7) (Diff)
/source/blender/makesdna/DNA_material_defaults.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_material_types.h (+2, -18) (Diff)
/source/blender/makesdna/DNA_node_types.h (+10, -0) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+1, -2) (Diff)
/source/blender/makesdna/intern/dna_genfile.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_access.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_gpencil_modifier.c (+20, -0) (Diff)
/source/blender/makesrna/intern/rna_material.c (+0, -8) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+26, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer_api.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_normal_edit.c (+2, -2) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_curve_primitive_bezier_segment.cc (+2, -2) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
/source/blender/nodes/texture/nodes/node_texture_rotate.c (+1, -1) (Diff)
/source/blender/python/generic/py_capi_utils.c (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_api.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_batch.c (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_buffer.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_capabilities.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_element.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_framebuffer.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_matrix.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_platform.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_select.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_state.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_texture.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_types.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_uniformbuffer.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna.c (+7, -4) (Diff)
/source/blender/python/intern/bpy_utils_units.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+22, -4) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+3, -3) (Diff)
/source/blender/render/intern/bake.c (+4, -4) (Diff)
/source/blender/sequencer/intern/strip_transform.c (+3, -3) (Diff)
/source/blender/simulation/intern/hair_volume.cpp (+20, -15) (Diff)
/source/blender/simulation/intern/SIM_mass_spring.cpp (+23, -16) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_gesture_ops.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_operator_type.c (+8, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021