Skip to content

fix(python): correct mesh vertex/index buffer default types - #9814

Open
Bartok (Bartok9) wants to merge 1 commit into
microsoft:mainfrom
Bartok9:aerial/2026-07-25-mesh-buffer-defaults
Open

fix(python): correct mesh vertex/index buffer default types#9814
Bartok (Bartok9) wants to merge 1 commit into
microsoft:mainfrom
Bartok9:aerial/2026-07-25-mesh-buffer-defaults

Conversation

@Bartok9

Copy link
Copy Markdown

MeshPositionVertexBuffersResponse used float 0.0 for vertices and indices. Those fields are list buffers from simGetMeshPositionVertexBuffers; default to None.

AI-assisted; human-reviewed.

Claim: bartok
Operator: bartok
Campaign: aerial-drone

MeshPositionVertexBuffersResponse.vertices/indices are RPC lists, not floats.
Default to None instead of 0.0 so client code does not treat meshes as scalars.

Signed-off-by: Bartok9 <danielrpike9@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant