~diresu/blender/blender-command-port

« back to all changes in this revision

Viewing changes to source/blender/blenkernel/intern/node.c

  • Committer: Dietrich Bollmann
  • Date: 2008-12-07 02:35:00 UTC
  • mfrom: (184.1.39)
  • Revision ID: diresu@web.de-20081207023500-lhwm7k6zfsgmrtzi
* Update from launchpad blender/trunk import

to state of blender repository from 2008-12-06 00:13:23 +0100 revision 17724.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: node.c 17425 2008-11-12 19:03:50Z ton $
 
2
 * $Id: node.c 17580 2008-11-26 13:07:24Z kakbarnf $
3
3
 *
4
4
 * ***** BEGIN GPL LICENSE BLOCK *****
5
5
 *
2886
2886
        nodeRegisterType(ntypelist, &tex_node_curve_time);
2887
2887
        nodeRegisterType(ntypelist, &tex_node_invert);
2888
2888
        nodeRegisterType(ntypelist, &tex_node_hue_sat);
 
2889
        nodeRegisterType(ntypelist, &tex_node_coord);
 
2890
        nodeRegisterType(ntypelist, &tex_node_distance);
2889
2891
        
2890
2892
        nodeRegisterType(ntypelist, &tex_node_output);
2891
2893
        nodeRegisterType(ntypelist, &tex_node_viewer);