System Information
Operating system: Windows-8.1 64 Bits
Graphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 4.5.0 NVIDIA 466.47
Blender Version
Broken: 3.3.0 Alpha, commit date: 2022-05-25 21:21, branch: master, hash: dc6fe73e707f
Worked: -
Short description of error
Sorry about the title.
Vertices created by subdividing a mesh generated by Curve to Mesh don't inherit attributes of Integer type stored or captured when the geometry was still a curve. The issue isn't specific to the Curve Domains used to store the attribute (Points or Spline), it's about the attribute data type. Other attribute types get inherited by the later converted mesh vertices without issues.
Exact steps for others to reproduce the error
- Store any Integer in a Curve geometry. You can use Point or Spline as Domain, it doesn't matter.
- Convert it with Curve to Mesh.
- Plug it into a Subdivide Mesh node and take a look at the Spreadsheet. New vertices will be always 0.
- For comparison, use a Store Named Attribute of the Float type.



