| 26 | } |
| 27 | |
| 28 | void VersatileChangeMeshPointsAction::setObjectDirty( const std::shared_ptr<ObjectMesh>& obj ) |
| 29 | { |
| 30 | if ( obj ) |
| 31 | obj->setDirtyFlags( DIRTY_POSITION ); |
| 32 | } |
| 33 | |
| 34 | [[nodiscard]] size_t VersatileChangeMeshPointsAction::heapBytes() const |
| 35 | { |
nothing calls this directly
no test coverage detected