Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-04-14 01:51:20 +0300
committerHans Goudey <h.goudey@me.com>2022-04-14 01:51:20 +0300
commitad3378215c0465898fde26270985ab2487d9b3ca (patch)
tree99b73c608acb50e692a29638e56a2bd57ceab1e5 /source/blender/editors/render
parentabd02da4bd5ca5fac4aca2bc1868da0827aa74c2 (diff)
Cleanup: Clang tidy
Diffstat (limited to 'source/blender/editors/render')
-rw-r--r--source/blender/editors/render/render_shading.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/render/render_shading.cc b/source/blender/editors/render/render_shading.cc
index 46f62354fce..da2290f7372 100644
--- a/source/blender/editors/render/render_shading.cc
+++ b/source/blender/editors/render/render_shading.cc
@@ -1167,7 +1167,7 @@ void SCENE_OT_view_layer_add_lightgroup(wmOperatorType *ot)
ot->prop = RNA_def_string(ot->srna,
"name",
nullptr,
- sizeof(((ViewLayerLightgroup *)NULL)->name),
+ sizeof(((ViewLayerLightgroup *)nullptr)->name),
"Name",
"Name of newly created lightgroup");
}