Skip to content

Commit 76ad729

Browse files
committed
Add methods to retrieve UV coordinates and texture data
CURA-12544
1 parent 9eeb663 commit 76ad729

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

python/MeshData.sip

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ public:
1717
void setVerticesFromBytes(const bytearray& data);
1818

1919
void setFacesFromBytes(const bytearray& data);
20-
};
20+
21+
bytearray getUVCoordinatesPerVertexAsBytes(const Scene* scene) const;
22+
23+
std::string getTexturePath(const Scene* scene) const;
24+
};

0 commit comments

Comments
 (0)