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:
Diffstat (limited to 'intern/cycles/graph')
-rw-r--r--intern/cycles/graph/node.cpp1
-rw-r--r--intern/cycles/graph/node.h1
-rw-r--r--intern/cycles/graph/node_enum.h1
-rw-r--r--intern/cycles/graph/node_type.cpp1
-rw-r--r--intern/cycles/graph/node_type.h1
-rw-r--r--intern/cycles/graph/node_xml.cpp1
-rw-r--r--intern/cycles/graph/node_xml.h1
7 files changed, 0 insertions, 7 deletions
diff --git a/intern/cycles/graph/node.cpp b/intern/cycles/graph/node.cpp
index b16c6af5d0e..45ffc8d7d6b 100644
--- a/intern/cycles/graph/node.cpp
+++ b/intern/cycles/graph/node.cpp
@@ -496,4 +496,3 @@ void Node::hash(MD5Hash& md5)
}
CCL_NAMESPACE_END
-
diff --git a/intern/cycles/graph/node.h b/intern/cycles/graph/node.h
index d198c38be32..a738bfe197e 100644
--- a/intern/cycles/graph/node.h
+++ b/intern/cycles/graph/node.h
@@ -97,4 +97,3 @@ struct Node
};
CCL_NAMESPACE_END
-
diff --git a/intern/cycles/graph/node_enum.h b/intern/cycles/graph/node_enum.h
index 4e40c294f4f..9de776ddb55 100644
--- a/intern/cycles/graph/node_enum.h
+++ b/intern/cycles/graph/node_enum.h
@@ -45,4 +45,3 @@ private:
};
CCL_NAMESPACE_END
-
diff --git a/intern/cycles/graph/node_type.cpp b/intern/cycles/graph/node_type.cpp
index 37aae211e93..671ae2d815a 100644
--- a/intern/cycles/graph/node_type.cpp
+++ b/intern/cycles/graph/node_type.cpp
@@ -217,4 +217,3 @@ const NodeType *NodeType::find(ustring name)
}
CCL_NAMESPACE_END
-
diff --git a/intern/cycles/graph/node_type.h b/intern/cycles/graph/node_type.h
index 15d34a79bb8..d4e2dbceff6 100644
--- a/intern/cycles/graph/node_type.h
+++ b/intern/cycles/graph/node_type.h
@@ -263,4 +263,3 @@ const NodeType *structname::register_type()
{ type->register_output(ustring(#name), ustring(ui_name), SocketType::ENUM); }
CCL_NAMESPACE_END
-
diff --git a/intern/cycles/graph/node_xml.cpp b/intern/cycles/graph/node_xml.cpp
index f4599e22d40..b7a28b427e5 100644
--- a/intern/cycles/graph/node_xml.cpp
+++ b/intern/cycles/graph/node_xml.cpp
@@ -458,4 +458,3 @@ xml_node xml_write_node(Node *node, xml_node xml_root)
}
CCL_NAMESPACE_END
-
diff --git a/intern/cycles/graph/node_xml.h b/intern/cycles/graph/node_xml.h
index b648c9666c1..5fecf40f96c 100644
--- a/intern/cycles/graph/node_xml.h
+++ b/intern/cycles/graph/node_xml.h
@@ -32,4 +32,3 @@ void xml_read_node(XMLReader& reader, Node *node, xml_node xml_node);
xml_node xml_write_node(Node *node, xml_node xml_root);
CCL_NAMESPACE_END
-