[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern node_composit.c blender/source/blender/makesdna DNA_node_types.h blender/source/blender/src drawnode.c

Ton Roosendaal ton at blender.org
Wed Jan 25 11:39:30 CET 2006


ton (Ton Roosendaal) 2006/01/25 11:39:30 CET

  Modified files:        (Branch: orange)
    blender/source/blender/blenkernel/intern node_composit.c 
    blender/source/blender/makesdna DNA_node_types.h 
    blender/source/blender/src drawnode.c 
  
  Log:
  Orange; fresh morning feature:
  
  Image Node now supports animations as well. Press the 'Sequence' Icon in
  the node to see the options:
  
  - Frs: the amount of images involved in the sequence
  - SFra: start frame, the Blender frame number
  - First: the number in the name of the first image in the sequence
  - Cycl: make the sequence go cyclic
  
  The images are refreshed on each call to execute the node tree, but not
  on advancing frames in Blender... I suspect that might make it to slow now,
  will first have to code nice threaded/optimized updates in compositor.
  
  Revision  Changes    Path
  1.1.2.4   +74 -4     blender/source/blender/blenkernel/intern/Attic/node_composit.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/Attic/node_composit.c.diff?r1=1.1.2.3&r2=1.1.2.4&cvsroot=bf-blender>
  1.1.2.14  +6 -0      blender/source/blender/makesdna/Attic/DNA_node_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/Attic/DNA_node_types.h.diff?r1=1.1.2.13&r2=1.1.2.14&cvsroot=bf-blender>
  1.1.2.22  +46 -4     blender/source/blender/src/Attic/drawnode.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/Attic/drawnode.c.diff?r1=1.1.2.21&r2=1.1.2.22&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list