Commit: 9cd9ea591f060b8f454c418a5ceceeba7146cd6b
Author: Ankit Meel
Date: Sat Nov 7 21:43:32 2020 +0530
Branches: master
https://developer.blender.org/rB9cd9ea591f060b8f454c418a5ceceeba7146cd6b
Cleanup: NULL to nullptr.
===================================================================
M source/blender/freestyle/intern/view_map/OccluderSource.cpp
===================================================================
diff --git a/source/blender/freestyle/intern/view_map/OccluderSource.cpp
b/source/blender/freestyle/intern/view_map/OccluderSource.cpp
index e75856edc35..618fa781fa7 100644
--- a/source/blender/freestyle/intern/view_map/OccluderSource.cpp
+++ b/source/blender/freestyle/intern/view_map/OccluderSource.cpp
@@ -97,7 +97,7 @@ bool OccluderSource::isValid()
WFace *OccluderSource::getWFace()
{
- return valid ? *currentFace : NULL;
+ return valid ? *currentFace : nullptr;
}
Polygon3r OccluderSource::getCameraSpacePolygon()
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs