[Bf-blender-cvs] [9bcc44d505b] blender2.8: Depsgraph: Avoid over-documentation

Sergey Sharybin noreply at git.blender.org
Thu Jun 8 16:12:32 CEST 2017


Commit: 9bcc44d505bb59550ddb1466c3970d99d9f184d9
Author: Sergey Sharybin
Date:   Thu Jun 8 16:12:04 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB9bcc44d505bb59550ddb1466c3970d99d9f184d9

Depsgraph: Avoid over-documentation

The comment adds zero information.

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

M	source/blender/depsgraph/DEG_depsgraph.h

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

diff --git a/source/blender/depsgraph/DEG_depsgraph.h b/source/blender/depsgraph/DEG_depsgraph.h
index cda8664bc5a..63c02d007dc 100644
--- a/source/blender/depsgraph/DEG_depsgraph.h
+++ b/source/blender/depsgraph/DEG_depsgraph.h
@@ -72,8 +72,8 @@ struct PropertyRNA;
  * which is needed for it's evaluation,
  */
 typedef struct EvaluationContext {
-	int mode;               /* evaluation mode */
-	float ctime;            /* evaluation time */
+	int mode;
+	float ctime;
 } EvaluationContext;
 
 typedef enum eEvaluationMode {




More information about the Bf-blender-cvs mailing list