Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/shader/nodes/node_shader_tex_brick.cc
| Show All 13 Lines | |||||
| * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| * | * | ||||
| * The Original Code is Copyright (C) 2005 Blender Foundation. | * The Original Code is Copyright (C) 2005 Blender Foundation. | ||||
| * All rights reserved. | * All rights reserved. | ||||
| */ | */ | ||||
| #include "node_shader_util.hh" | #include "node_shader_util.hh" | ||||
| #include "BLI_float2.hh" | #include "BLI_math_vec_types.hh" | ||||
| #include "BLI_float4.hh" | |||||
| #include "UI_interface.h" | #include "UI_interface.h" | ||||
| #include "UI_resources.h" | #include "UI_resources.h" | ||||
| namespace blender::nodes::node_shader_tex_brick_cc { | namespace blender::nodes::node_shader_tex_brick_cc { | ||||
| static void sh_node_tex_brick_declare(NodeDeclarationBuilder &b) | static void sh_node_tex_brick_declare(NodeDeclarationBuilder &b) | ||||
| { | { | ||||
| ▲ Show 20 Lines • Show All 276 Lines • Show Last 20 Lines | |||||