mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Updated function names in GLCanvas3D.cpp (mismatch caused by two conflicting commits yesterday)
This commit is contained in:
parent
0870f81425
commit
edceb80b18
2 changed files with 7 additions and 8 deletions
|
@ -496,7 +496,8 @@ public:
|
|||
int get_object_idx() const;
|
||||
// Returns the instance id if the selection is from a single object and from a single instance, otherwise is -1
|
||||
int get_instance_idx() const;
|
||||
// Returns the indices of selected instances if the selection is from a single object, throws otherwise!
|
||||
// Returns the indices of selected instances.
|
||||
// Can only be called if selection is from a single object.
|
||||
const InstanceIdxsList& get_instance_idxs() const;
|
||||
|
||||
const IndicesList& get_volume_idxs() const { return m_list; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue