Skip to content
Snippets Groups Projects
Select Git revision
  • e08de974c36a800538d8f9af0f902de6694e5d76
  • CyclesPhi-dev default
  • anari
  • anary-cycles-device
  • xml-exporter-main
  • main protected
  • npr-prototype
  • blender-v4.4-release
  • blender-v4.2-release
  • remote-asset-library-monolithic
  • blender-v3.6-release
  • blender-v4.3-release
  • temp-sculpt-dyntopo
  • blender-v3.3-release
  • brush-assets-project
  • pr-extensions-tidy-space
  • blender-v4.0-release
  • universal-scene-description
  • blender-v4.1-release
  • blender-v3.6-temp_wmoss_animrig_public
  • gpencil-next
  • v4.4.0
  • v4.2.8
  • v3.6.21
  • v4.2.7
  • v3.6.20
  • v4.2.6
  • v4.3.2
  • v4.2.5
  • v3.6.19
  • v4.3.1
  • v4.3.0
  • v3.6.18
  • v4.2.4
  • v3.6.17
  • v4.2.3
  • v3.6.16
  • v4.2.2
  • v4.2.1
  • v3.6.15
  • v4.2.0
41 results

node_geo_subdivision_surface.cc

Blame
  • user avatar
    Jacques Lucke authored
    This just makes sure that the mesh coming out of the subdivision
    surface node has correct normals. Ideally, we would lazily compute
    derived data like normals in more cases, but that can be solved later.
    Correctness is more important right now.
    
    In order to solve this better, it would be nice if functions like
    `BKE_mesh_ensure_normals` would take a `const Mesh *`.
    The mesh could be considered to be logically const, because
    normals are derived data that is only cached for the current
    state of the mesh.
    e08de974
    History
    node_geo_subdivision_surface.cc 3.81 KiB