[Bf-blender-cvs] [caf583b2f8b] usd-importer-T81257-merge: Undid format change.

makowalski noreply at git.blender.org
Mon May 10 05:14:43 CEST 2021


Commit: caf583b2f8b53ba0d23d6f7dd32be4ae2ca812db
Author: makowalski
Date:   Sun May 9 18:54:53 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rBcaf583b2f8b53ba0d23d6f7dd32be4ae2ca812db

Undid format change.

===================================================================

M	source/blender/nodes/shader/nodes/node_shader_map_range.cc

===================================================================

diff --git a/source/blender/nodes/shader/nodes/node_shader_map_range.cc b/source/blender/nodes/shader/nodes/node_shader_map_range.cc
index ad7abd9d491..789323d8a53 100644
--- a/source/blender/nodes/shader/nodes/node_shader_map_range.cc
+++ b/source/blender/nodes/shader/nodes/node_shader_map_range.cc
@@ -90,7 +90,8 @@ static int gpu_shader_map_range(GPUMaterial *mat,
   return ret;
 }
 
-static void map_range_signature(blender::fn::MFSignatureBuilder *signature, bool use_steps)
+static void map_range_signature(
+    blender::fn::MFSignatureBuilder *signature, bool use_steps)
 {
   signature->single_input<float>("Value");
   signature->single_input<float>("From Min");



More information about the Bf-blender-cvs mailing list