Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 827eea0526939bc3fb5496d82e9c1026336e9bc2
      
https://github.com/synfig/synfig/commit/827eea0526939bc3fb5496d82e9c1026336e9bc2
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-studio/src/gui/iconcontroller.cpp
    M synfig-studio/src/gui/iconcontroller.h
    M synfig-studio/src/gui/instance.cpp
    M synfig-studio/src/gui/trees/canvastreestore.cpp
    M synfig-studio/src/gui/trees/canvastreestore.h
    M synfig-studio/src/gui/trees/layertree.cpp

  Log Message:
  -----------
  Add icon on the Type column to indicate the default interpolation of the 
parameter


  Commit: 5a9d4d616f35aadf774357a59b0024929d3fd8ba
      
https://github.com/synfig/synfig/commit/5a9d4d616f35aadf774357a59b0024929d3fd8ba
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-studio/src/gui/trees/canvastreestore.cpp

  Log Message:
  -----------
  Remove extra string that was used to indicate the interpolation type, now 
indicated by the icon.


  Commit: d362273eb06ee510abab7ef91048769d623a3040
      
https://github.com/synfig/synfig/commit/d362273eb06ee510abab7ef91048769d623a3040
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-studio/src/gui/trees/layertree.cpp

  Log Message:
  -----------
  Add icon on the Type column to indicate the static status of the parameter


  Commit: c53c5b6f3f60b2deb773291b42cc6c160e9f8bcc
      
https://github.com/synfig/synfig/commit/c53c5b6f3f60b2deb773291b42cc6c160e9f8bcc
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-studio/src/gui/trees/canvastreestore.cpp

  Log Message:
  -----------
  Remove "(Static)" string that was used to indicate the static status, now 
indicated by the icon.


  Commit: 8b19143bf57d6dc3e72ca86e7cb68f2cba25dd4b
      
https://github.com/synfig/synfig/commit/8b19143bf57d6dc3e72ca86e7cb68f2cba25dd4b
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-studio/src/synfigapp/actions/valuedescsetinterpolation.cpp

  Log Message:
  -----------
  Comment unneeded output information


  Commit: 8c850e315170210e50db81a4220e7a6a608ab76a
      
https://github.com/synfig/synfig/commit/8c850e315170210e50db81a4220e7a6a608ab76a
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-studio/src/gui/trees/canvastreestore.cpp
    M synfig-studio/src/gui/trees/canvastreestore.h

  Log Message:
  -----------
  Remove unneeded CanvasTreeStore model property 'interpolation'


  Commit: b7c9249aae4cc958993bffdbfa8351a629ae7e71
      
https://github.com/synfig/synfig/commit/b7c9249aae4cc958993bffdbfa8351a629ae7e71
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-studio/src/gui/trees/canvastreestore.cpp

  Log Message:
  -----------
  Restore string that indicates the value node local name when the value 
description is not constant.

This was removed accidentally in a previous commit. Also the is_animated is 
replaced by the negation of is_constant, because strictly the is_animated 
doesn't return true for linkable value nodes.


  Commit: bda2f351879987f45b6775b5cc11a8930f929bb4
      
https://github.com/synfig/synfig/commit/bda2f351879987f45b6775b5cc11a8930f929bb4
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/sphere_distort.cpp
    M synfig-core/src/modules/lyr_std/sphere_distort.h

  Log Message:
  -----------
  Layer_Sphere: migration of parameters to ValueBase type.


  Commit: 619970856f2ba88b9a5fb7006e8957b9bb66b6c9
      
https://github.com/synfig/synfig/commit/619970856f2ba88b9a5fb7006e8957b9bb66b6c9
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/synfig/layer_composite.cpp
    M synfig-core/src/synfig/paramdesc.cpp

  Log Message:
  -----------
  Move the static option for parameter blend method from ParamDesc to 
Layer_Composite


  Commit: 391e7e541300c612245f3c828290fc8d135335f5
      
https://github.com/synfig/synfig/commit/391e7e541300c612245f3c828290fc8d135335f5
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/stretch.cpp
    M synfig-core/src/modules/lyr_std/stretch.h

  Log Message:
  -----------
  Layer_Stretch: migration of parameters to ValueBase type.


  Commit: e7e62c65dc71fd8c7f112a7871bdf40c56d4dfae
      
https://github.com/synfig/synfig/commit/e7e62c65dc71fd8c7f112a7871bdf40c56d4dfae
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/stroboscope.cpp
    M synfig-core/src/modules/lyr_std/stroboscope.h

  Log Message:
  -----------
  Layer_Stroboscope: migration of parameters to ValueBase type.


  Commit: 523469068a28f2f419de8518c8cb55e138883af5
      
https://github.com/synfig/synfig/commit/523469068a28f2f419de8518c8cb55e138883af5
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/supersample.cpp
    M synfig-core/src/modules/lyr_std/supersample.h

  Log Message:
  -----------
  Layer_Spersample: migration of parameters to ValueBase type.


  Commit: 5c509093de8e82dcf2c03dee90371370fc272cef
      
https://github.com/synfig/synfig/commit/5c509093de8e82dcf2c03dee90371370fc272cef
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/stretch.cpp
    M synfig-core/src/modules/lyr_std/stroboscope.cpp
    M synfig-core/src/modules/lyr_std/supersample.cpp

  Log Message:
  -----------
  Add missing commands in the previous commits


  Commit: 235206cb956bb73d3a681c60836e8c5797d8bf97
      
https://github.com/synfig/synfig/commit/235206cb956bb73d3a681c60836e8c5797d8bf97
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/timeloop.cpp
    M synfig-core/src/modules/lyr_std/timeloop.h

  Log Message:
  -----------
  Layer_TimeLoop: migration of parameters to ValueBase type.


  Commit: 7470f31f9614085e086cbcecedc61eece9736e8a
      
https://github.com/synfig/synfig/commit/7470f31f9614085e086cbcecedc61eece9736e8a
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/translate.cpp
    M synfig-core/src/modules/lyr_std/translate.h

  Log Message:
  -----------
  Translate: migration of parameters to ValueBase type.


  Commit: fd4ada638888f960e68a7319f66f0ac01044c996
      
https://github.com/synfig/synfig/commit/fd4ada638888f960e68a7319f66f0ac01044c996
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/twirl.cpp
    M synfig-core/src/modules/lyr_std/twirl.h

  Log Message:
  -----------
  Twirl: migration of parameters to ValueBase type.


  Commit: 3a7fde4d0e99b48bcff6968610a6e00c3118d859
      
https://github.com/synfig/synfig/commit/3a7fde4d0e99b48bcff6968610a6e00c3118d859
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/warp.cpp
    M synfig-core/src/modules/lyr_std/warp.h

  Log Message:
  -----------
  Warp: migration of parameters to ValueBase type.


  Commit: 95319336a310bde331512ddf2e1d744d663e09c8
      
https://github.com/synfig/synfig/commit/95319336a310bde331512ddf2e1d744d663e09c8
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/xorpattern.cpp
    M synfig-core/src/modules/lyr_std/xorpattern.h

  Log Message:
  -----------
  XORPattern: migration of parameters to ValueBase type.


  Commit: d37e7a82b71bd927f5860f24241d2168937058ba
      
https://github.com/synfig/synfig/commit/d37e7a82b71bd927f5860f24241d2168937058ba
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/zoom.cpp
    M synfig-core/src/modules/lyr_std/zoom.h

  Log Message:
  -----------
  Zoom: migration of parameters to ValueBase type.


  Commit: c86bf996cb5d6daa316d6c44097684bc2819cb09
      
https://github.com/synfig/synfig/commit/c86bf996cb5d6daa316d6c44097684bc2819cb09
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_example/filledrect.cpp
    M synfig-core/src/modules/mod_example/filledrect.h

  Log Message:
  -----------
  FilledRect: migration of parameters to ValueBase type.
Turn feather and bevel sizes to distance, so they can be entered using the 
application unit used.


  Commit: bc96bf3d739eb6ad2e1f17dbc20b4e9100b63b59
      
https://github.com/synfig/synfig/commit/bc96bf3d739eb6ad2e1f17dbc20b4e9100b63b59
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-18 (Sun, 18 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_example/metaballs.cpp
    M synfig-core/src/modules/mod_example/metaballs.h

  Log Message:
  -----------
  Metaballs: migration of parameters to ValueBase type.


  Commit: c1b5eb3db091257309619b9dff1661298dae6225
      
https://github.com/synfig/synfig/commit/c1b5eb3db091257309619b9dff1661298dae6225
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-18 (Sun, 18 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_example/simplecircle.cpp
    M synfig-core/src/modules/mod_example/simplecircle.h

  Log Message:
  -----------
  SimplCircle: migration of parameters to ValueBase type.
Add to the radius the distance property, so it can be entered using the 
application units.


  Commit: df5b934f0dde41af8ea96868567771f0b50525b4
      
https://github.com/synfig/synfig/commit/df5b934f0dde41af8ea96868567771f0b50525b4
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-18 (Sun, 18 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_filter/blur.cpp
    M synfig-core/src/modules/mod_filter/blur.h

  Log Message:
  -----------
  Blur_Layer: migration of parameters to ValueBase type.


  Commit: 9a0f27794d2d6baae2714cd48f68f3c5525939e9
      
https://github.com/synfig/synfig/commit/9a0f27794d2d6baae2714cd48f68f3c5525939e9
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-18 (Sun, 18 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_filter/colorcorrect.cpp
    M synfig-core/src/modules/mod_filter/colorcorrect.h

  Log Message:
  -----------
  Layer_ColorCorrect: migration of parameters to ValueBase type.


  Commit: 154da9d0246f93c5c885ec29b8d1bed6c02054c1
      
https://github.com/synfig/synfig/commit/154da9d0246f93c5c885ec29b8d1bed6c02054c1
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-18 (Sun, 18 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_filter/halftone.cpp
    M synfig-core/src/modules/mod_filter/halftone.h
    M synfig-core/src/modules/mod_filter/halftone2.cpp
    M synfig-core/src/modules/mod_filter/halftone2.h
    M synfig-core/src/modules/mod_filter/halftone3.cpp
    M synfig-core/src/modules/mod_filter/halftone3.h

  Log Message:
  -----------
  Halftone2 & Halftone3: migration of parameters to ValueBase type.


  Commit: 13d36cbf3c14b97860f4554251c6b7d77d7c904f
      
https://github.com/synfig/synfig/commit/13d36cbf3c14b97860f4554251c6b7d77d7c904f
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_filter/radialblur.cpp
    M synfig-core/src/modules/mod_filter/radialblur.h

  Log Message:
  -----------
  RadialBlur: migration of parameters to ValueBase type.


  Commit: 9a7a7467dfab455343eef4b9bee19b7f5f8352ea
      
https://github.com/synfig/synfig/commit/9a7a7467dfab455343eef4b9bee19b7f5f8352ea
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_geometry/advanced_outline.cpp
    M synfig-core/src/modules/mod_geometry/advanced_outline.h

  Log Message:
  -----------
  Advanced_Outline: migration of parameters to ValueBase type.


  Commit: 53cfd62972b68cf11a616fad9b73c9712db575e9
      
https://github.com/synfig/synfig/commit/53cfd62972b68cf11a616fad9b73c9712db575e9
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_geometry/checkerboard.cpp
    M synfig-core/src/modules/mod_geometry/checkerboard.h

  Log Message:
  -----------
  CheckerBoard: migration of parameters to ValueBase type.


  Commit: 2433111532bc285c4a9b43d999c1cee5fe3fc60f
      
https://github.com/synfig/synfig/commit/2433111532bc285c4a9b43d999c1cee5fe3fc60f
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_geometry/circle.h

  Log Message:
  -----------
  Some comments


  Commit: 0080fea112a0a2f79654e8f2abad06ce6b2d1074
      
https://github.com/synfig/synfig/commit/0080fea112a0a2f79654e8f2abad06ce6b2d1074
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_geometry/outline.cpp
    M synfig-core/src/modules/mod_geometry/outline.h

  Log Message:
  -----------
  Outline: migration of parameters to ValueBase type.


  Commit: fc09649bf8a90066dc88e596f07f584b8548ff2f
      
https://github.com/synfig/synfig/commit/fc09649bf8a90066dc88e596f07f584b8548ff2f
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_geometry/rectangle.cpp
    M synfig-core/src/modules/mod_geometry/rectangle.h

  Log Message:
  -----------
  Rectangle: migration of parameters to ValueBase type.


  Commit: 4cc203f89ca0911dd36b78d3ecd7d7a73bf9ec1b
      
https://github.com/synfig/synfig/commit/4cc203f89ca0911dd36b78d3ecd7d7a73bf9ec1b
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_geometry/region.cpp
    M synfig-core/src/modules/mod_geometry/region.h

  Log Message:
  -----------
  Region: migration of parameters to ValueBase type.


  Commit: a7737c0c2325fc93af3b5fe94b50631798c290f5
      
https://github.com/synfig/synfig/commit/a7737c0c2325fc93af3b5fe94b50631798c290f5
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_geometry/star.h

  Log Message:
  -----------
  Some comments


  Commit: ee0362a4a60020cddb9cf18ebe58fe6f06bb0a3c
      
https://github.com/synfig/synfig/commit/ee0362a4a60020cddb9cf18ebe58fe6f06bb0a3c
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_gradient/conicalgradient.cpp
    M synfig-core/src/modules/mod_gradient/conicalgradient.h

  Log Message:
  -----------
  ConicalGradient: migration of parameters to ValueBase type.


  Commit: e0a5fbebfc15aac22b42a81a27062abd7a0d7dec
      
https://github.com/synfig/synfig/commit/e0a5fbebfc15aac22b42a81a27062abd7a0d7dec
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_gradient/curvegradient.cpp
    M synfig-core/src/modules/mod_gradient/curvegradient.h

  Log Message:
  -----------
  CurveGradient: migration of parameters to ValueBase type.


  Commit: 54e1c5d14d0780d0c0885310df665b2929c04404
      
https://github.com/synfig/synfig/commit/54e1c5d14d0780d0c0885310df665b2929c04404
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_gradient/lineargradient.cpp
    M synfig-core/src/modules/mod_gradient/lineargradient.h

  Log Message:
  -----------
  LinearGradient: migration of parameters to ValueBase type.


  Commit: a825f4eb0f743f85e6b17394bb7bc55270ce880d
      
https://github.com/synfig/synfig/commit/a825f4eb0f743f85e6b17394bb7bc55270ce880d
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_gradient/radialgradient.cpp
    M synfig-core/src/modules/mod_gradient/radialgradient.h

  Log Message:
  -----------
  RadialGradient: migration of parameters to ValueBase type.


  Commit: c3801152e7f19eaebb40f2bc449ba82a4e5addd1
      
https://github.com/synfig/synfig/commit/c3801152e7f19eaebb40f2bc449ba82a4e5addd1
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_gradient/radialgradient.cpp

  Log Message:
  -----------
  Fix bug #357:  Loop and Zigzag renders wrongly in Radial Gradient


  Commit: 3326cbb45473c3772e16070e4bcab274324224d9
      
https://github.com/synfig/synfig/commit/3326cbb45473c3772e16070e4bcab274324224d9
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_gradient/spiralgradient.cpp
    M synfig-core/src/modules/mod_gradient/spiralgradient.h

  Log Message:
  -----------
  SpiralGradient: migration of parameters to ValueBase type.


  Commit: a58bf5d41a968a24ceadaeaf0099245b830058e3
      
https://github.com/synfig/synfig/commit/a58bf5d41a968a24ceadaeaf0099245b830058e3
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_noise/distort.cpp
    M synfig-core/src/modules/mod_noise/distort.h

  Log Message:
  -----------
  NoiseDistort: migration of parameters to ValueBase type.


  Commit: a05251494181ae8ab47b8ee587c22a6609266f96
      
https://github.com/synfig/synfig/commit/a05251494181ae8ab47b8ee587c22a6609266f96
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_noise/noise.cpp
    M synfig-core/src/modules/mod_noise/noise.h

  Log Message:
  -----------
  Noise: migration of parameters to ValueBase type.


  Commit: af09c9d04dfd55fba64c0d5045faf6ca64ff03a0
      
https://github.com/synfig/synfig/commit/af09c9d04dfd55fba64c0d5045faf6ca64ff03a0
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-23 (Fri, 23 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_particle/plant.cpp
    M synfig-core/src/modules/mod_particle/plant.h

  Log Message:
  -----------
  Plant: migration of parameters to ValueBase type.


  Commit: 5e8a61ce958fcdb151012278df511f70f4bbc67f
      
https://github.com/synfig/synfig/commit/5e8a61ce958fcdb151012278df511f70f4bbc67f
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-23 (Fri, 23 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_particle/plant.cpp
    M synfig-core/src/modules/mod_particle/plant.h

  Log Message:
  -----------
  Remove member function that use cairo_surface_t. Forgotten to be deleted on 
previous commits.


  Commit: d62383052911b6823f548569bae72fdbab28f9d4
      
https://github.com/synfig/synfig/commit/d62383052911b6823f548569bae72fdbab28f9d4
  Author: Carlos Lopez <[email protected]>
  Date:   2013-08-23 (Fri, 23 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/mod_particle/plant.cpp

  Log Message:
  -----------
  Fix bug in Plant and Cairo render: origin parameter was not used.


  Commit: 354bed3a15bec5d10e0ad8f809c11d283df7df96
      
https://github.com/synfig/synfig/commit/354bed3a15bec5d10e0ad8f809c11d283df7df96
  Author: Carlos López <[email protected]>
  Date:   2013-08-23 (Fri, 23 Aug 2013)

  Changed paths:
    M synfig-core/src/modules/lyr_std/sphere_distort.cpp
    M synfig-core/src/modules/lyr_std/sphere_distort.h
    M synfig-core/src/modules/lyr_std/stretch.cpp
    M synfig-core/src/modules/lyr_std/stretch.h
    M synfig-core/src/modules/lyr_std/stroboscope.cpp
    M synfig-core/src/modules/lyr_std/stroboscope.h
    M synfig-core/src/modules/lyr_std/supersample.cpp
    M synfig-core/src/modules/lyr_std/supersample.h
    M synfig-core/src/modules/lyr_std/timeloop.cpp
    M synfig-core/src/modules/lyr_std/timeloop.h
    M synfig-core/src/modules/lyr_std/translate.cpp
    M synfig-core/src/modules/lyr_std/translate.h
    M synfig-core/src/modules/lyr_std/twirl.cpp
    M synfig-core/src/modules/lyr_std/twirl.h
    M synfig-core/src/modules/lyr_std/warp.cpp
    M synfig-core/src/modules/lyr_std/warp.h
    M synfig-core/src/modules/lyr_std/xorpattern.cpp
    M synfig-core/src/modules/lyr_std/xorpattern.h
    M synfig-core/src/modules/lyr_std/zoom.cpp
    M synfig-core/src/modules/lyr_std/zoom.h
    M synfig-core/src/modules/mod_example/filledrect.cpp
    M synfig-core/src/modules/mod_example/filledrect.h
    M synfig-core/src/modules/mod_example/metaballs.cpp
    M synfig-core/src/modules/mod_example/metaballs.h
    M synfig-core/src/modules/mod_example/simplecircle.cpp
    M synfig-core/src/modules/mod_example/simplecircle.h
    M synfig-core/src/modules/mod_filter/blur.cpp
    M synfig-core/src/modules/mod_filter/blur.h
    M synfig-core/src/modules/mod_filter/colorcorrect.cpp
    M synfig-core/src/modules/mod_filter/colorcorrect.h
    M synfig-core/src/modules/mod_filter/halftone.cpp
    M synfig-core/src/modules/mod_filter/halftone.h
    M synfig-core/src/modules/mod_filter/halftone2.cpp
    M synfig-core/src/modules/mod_filter/halftone2.h
    M synfig-core/src/modules/mod_filter/halftone3.cpp
    M synfig-core/src/modules/mod_filter/halftone3.h
    M synfig-core/src/modules/mod_filter/radialblur.cpp
    M synfig-core/src/modules/mod_filter/radialblur.h
    M synfig-core/src/modules/mod_geometry/advanced_outline.cpp
    M synfig-core/src/modules/mod_geometry/advanced_outline.h
    M synfig-core/src/modules/mod_geometry/checkerboard.cpp
    M synfig-core/src/modules/mod_geometry/checkerboard.h
    M synfig-core/src/modules/mod_geometry/circle.h
    M synfig-core/src/modules/mod_geometry/outline.cpp
    M synfig-core/src/modules/mod_geometry/outline.h
    M synfig-core/src/modules/mod_geometry/rectangle.cpp
    M synfig-core/src/modules/mod_geometry/rectangle.h
    M synfig-core/src/modules/mod_geometry/region.cpp
    M synfig-core/src/modules/mod_geometry/region.h
    M synfig-core/src/modules/mod_geometry/star.h
    M synfig-core/src/modules/mod_gradient/conicalgradient.cpp
    M synfig-core/src/modules/mod_gradient/conicalgradient.h
    M synfig-core/src/modules/mod_gradient/curvegradient.cpp
    M synfig-core/src/modules/mod_gradient/curvegradient.h
    M synfig-core/src/modules/mod_gradient/lineargradient.cpp
    M synfig-core/src/modules/mod_gradient/lineargradient.h
    M synfig-core/src/modules/mod_gradient/radialgradient.cpp
    M synfig-core/src/modules/mod_gradient/radialgradient.h
    M synfig-core/src/modules/mod_gradient/spiralgradient.cpp
    M synfig-core/src/modules/mod_gradient/spiralgradient.h
    M synfig-core/src/modules/mod_noise/distort.cpp
    M synfig-core/src/modules/mod_noise/distort.h
    M synfig-core/src/modules/mod_noise/noise.cpp
    M synfig-core/src/modules/mod_noise/noise.h
    M synfig-core/src/modules/mod_particle/plant.cpp
    M synfig-core/src/modules/mod_particle/plant.h
    M synfig-core/src/synfig/layer_composite.cpp
    M synfig-core/src/synfig/paramdesc.cpp
    M synfig-studio/src/gui/iconcontroller.cpp
    M synfig-studio/src/gui/iconcontroller.h
    M synfig-studio/src/gui/instance.cpp
    M synfig-studio/src/gui/trees/canvastreestore.cpp
    M synfig-studio/src/gui/trees/canvastreestore.h
    M synfig-studio/src/gui/trees/layertree.cpp
    M synfig-studio/src/synfigapp/actions/valuedescsetinterpolation.cpp

  Log Message:
  -----------
  Merge pull request #30 from genete/param-interpolation

Param interpolation


Compare: https://github.com/synfig/synfig/compare/7d8c3581f803...354bed3a15be
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to