We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca8465 commit e4d70f7Copy full SHA for e4d70f7
python/MeshData.sip
@@ -1,4 +1,4 @@
1
-// Copyright (c) 2022 Ultimaker B.V.
+ // Copyright (c) 2022 Ultimaker B.V.
2
// pySavitar is released under the terms of the LGPLv3 or higher.
3
4
class MeshData
@@ -20,7 +20,7 @@ public:
20
21
bytearray getUVCoordinatesPerVertexAsBytes(const Scene* scene) const;
22
23
- void setUVCoordinatesPerVertexAsBytes(const bytearray& data, Scene* scene);
+ void setUVCoordinatesPerVertexAsBytes(const bytearray& data, const std::string& texture_path, Scene* scene);
24
25
std::string getTexturePath(const Scene* scene) const;
26
};
0 commit comments