[Bf-blender-cvs] [c324add7eee] cycles_procedural_api: small cleanup

Kévin Dietrich noreply at git.blender.org
Tue Sep 22 14:14:46 CEST 2020


Commit: c324add7eeebbbd053eb0d28471d047a5b6247c7
Author: Kévin Dietrich
Date:   Mon Sep 21 12:04:53 2020 +0200
Branches: cycles_procedural_api
https://developer.blender.org/rBc324add7eeebbbd053eb0d28471d047a5b6247c7

small cleanup

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

M	intern/cycles/render/mesh.h

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

diff --git a/intern/cycles/render/mesh.h b/intern/cycles/render/mesh.h
index 065faf67c35..30866d2e731 100644
--- a/intern/cycles/render/mesh.h
+++ b/intern/cycles/render/mesh.h
@@ -51,6 +51,10 @@ struct PackedPatchTable;
 
 /* Mesh */
 
+class MeshBuilder {
+
+};
+
 class Mesh : public Geometry {
  protected:
   Mesh(const NodeType *node_type_, Type geom_type_);
@@ -176,8 +180,6 @@ class Mesh : public Geometry {
   NODE_PUBLIC_API(int, subd_max_level)
   NODE_PUBLIC_API(Transform, subd_objecttoworld)
 
-  // NODE_PUBLIC_API(AttributeSet, subd_attributes)
-  // todo(kevin) deleted copy constructor so the macro is not working
   AttributeSet subd_attributes;
 
  private:



More information about the Bf-blender-cvs mailing list