Skip to content

Commit dca8465

Browse files
committed
Add method for UV coordinates storage
CURA-12544
1 parent 76ad729 commit dca8465

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/MeshData.sip

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ public:
2020

2121
bytearray getUVCoordinatesPerVertexAsBytes(const Scene* scene) const;
2222

23+
void setUVCoordinatesPerVertexAsBytes(const bytearray& data, Scene* scene);
24+
2325
std::string getTexturePath(const Scene* scene) const;
2426
};

0 commit comments

Comments
 (0)