[Bf-blender-cvs] [7397706] master: Remove outdated TODO, it's supported already

Sergey Sharybin noreply at git.blender.org
Sun Nov 8 06:21:12 CET 2015


Commit: 73977064a69fc654cedc4c9904468a5464504912
Author: Sergey Sharybin
Date:   Sun Nov 8 10:20:54 2015 +0500
Branches: master
https://developer.blender.org/rB73977064a69fc654cedc4c9904468a5464504912

Remove outdated TODO, it's supported already

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

M	source/blender/makesrna/intern/rna_nodetree.c

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

diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index cf6097b..514a869 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -3016,9 +3016,6 @@ static int point_density_color_source_from_shader(NodeShaderTexPointDensity *sha
 	}
 }
 
-/* TODO(sergey): This function assumes allocated array was passed,
- * works fine with Cycles via C++ RNA, but fails with call from python.
- */
 void rna_ShaderNodePointDensity_density_calc(bNode *self,
                                              Scene *scene,
                                              int settings,




More information about the Bf-blender-cvs mailing list