Branch: refs/heads/master
Home: https://github.com/synfig/synfig
Commit: 860ee721d47b9d4302e668f97ab5da1b0ab509ca
https://github.com/synfig/synfig/commit/860ee721d47b9d4302e668f97ab5da1b0ab509ca
Author: Carlos López <[email protected]>
Date: 2013-09-23 (Mon, 23 Sep 2013)
Changed paths:
M synfig-core/src/synfig/layer_pastecanvas.cpp
M synfig-core/src/synfig/layer_pastecanvas.h
Log Message:
-----------
Add new parameters to Group Layer for the z_depth visibility feature
Commit: 2ec74a2ff3d3c440039ced21dea7817ae3f5cb29
https://github.com/synfig/synfig/commit/2ec74a2ff3d3c440039ced21dea7817ae3f5cb29
Author: Carlos López <[email protected]>
Date: 2013-09-23 (Mon, 23 Sep 2013)
Changed paths:
M synfig-core/src/synfig/context.h
Log Message:
-----------
Add new members to ContextParams to include the z_depth range visibility.
Commit: 1ef0bdf35791145f3079064a4f4fa0e7709292ee
https://github.com/synfig/synfig/commit/1ef0bdf35791145f3079064a4f4fa0e7709292ee
Author: Carlos López <[email protected]>
Date: 2013-09-23 (Mon, 23 Sep 2013)
Changed paths:
M synfig-core/src/synfig/canvas.cpp
Log Message:
-----------
When optimizing layers only add the layers that are visible in the range.
Commit: f376278118c15df9342f51e072da9e57bd9dbb28
https://github.com/synfig/synfig/commit/f376278118c15df9342f51e072da9e57bd9dbb28
Author: Carlos López <[email protected]>
Date: 2013-09-23 (Mon, 23 Sep 2013)
Changed paths:
M synfig-core/src/synfig/layer_pastecanvas.cpp
Log Message:
-----------
Move the new parameters description below the set hidden for outline_grow
Commit: c49c54d73a86d9e3f6a3c254600a212413aa6096
https://github.com/synfig/synfig/commit/c49c54d73a86d9e3f6a3c254600a212413aa6096
Author: Carlos López <[email protected]>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M synfig-core/src/synfig/canvas.cpp
M synfig-core/src/synfig/layer.cpp
M synfig-core/src/synfig/layer.h
M synfig-studio/src/gui/trees/layertreestore.cpp
Log Message:
-----------
Layer: Add member to calculate the true z depth of the layer.
Use it where applicable
Commit: ee08a5ddd62884e677fa5e8d9d2a9a6dde36e0c3
https://github.com/synfig/synfig/commit/ee08a5ddd62884e677fa5e8d9d2a9a6dde36e0c3
Author: Carlos López <[email protected]>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M synfig-core/src/synfig/context.cpp
M synfig-core/src/synfig/context.h
M synfig-core/src/synfig/layer_pastecanvas.cpp
Log Message:
-----------
Add member to retrieve the z_depth visibility (0.0 - 1.0 float range)
Fix bounding box for Paste Cavnas Layer when z depth range is enabled.
Commit: 19dd90a255e63a53e03a9fde52411f00f73c6d97
https://github.com/synfig/synfig/commit/19dd90a255e63a53e03a9fde52411f00f73c6d97
Author: Carlos López <[email protected]>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M synfig-core/src/synfig/context.cpp
M synfig-core/src/synfig/layer_pastecanvas.cpp
Log Message:
-----------
Fix hit_check and get_color to properly work
with Paste Canvases with layers with z depth range enabled.
Commit: 60725b37608da0c7bb84e4233c54f2ce640398e0
https://github.com/synfig/synfig/commit/60725b37608da0c7bb84e4233c54f2ce640398e0
Author: Carlos López <[email protected]>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M synfig-core/src/synfig/canvas.cpp
Log Message:
-----------
WIP: Use recent implemented z_depth_visibility when optimizing layers
Commit: 553552b8b63042eb2b62d0a0edb0675a173ca559
https://github.com/synfig/synfig/commit/553552b8b63042eb2b62d0a0edb0675a173ca559
Author: Carlos Lopez <[email protected]>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M synfig-core/src/synfig/canvas.cpp
Log Message:
-----------
Use the transition parameter to make layers partially visible in the
transition area.
Commit: 1a1c3cc94bbfea63c27e7eb453ed5b6633fd84ba
https://github.com/synfig/synfig/commit/1a1c3cc94bbfea63c27e7eb453ed5b6633fd84ba
Author: Carlos López <[email protected]>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M synfig-core/src/synfig/layer_pastecanvas.cpp
Log Message:
-----------
Make z_depth range enabled parameter static.
Commit: d6e10f0c7e82f595b298ac9a24b213e60eed955e
https://github.com/synfig/synfig/commit/d6e10f0c7e82f595b298ac9a24b213e60eed955e
Author: Carlos López <[email protected]>
Date: 2013-09-25 (Wed, 25 Sep 2013)
Changed paths:
M synfig-studio/src/synfigapp/Makefile.am
M synfig-studio/src/synfigapp/action.cpp
A synfig-studio/src/synfigapp/actions/layerzdepthrangeset.cpp
A synfig-studio/src/synfigapp/actions/layerzdepthrangeset.h
Log Message:
-----------
Structure for new action "Layer ZDepth Range Set"
Commit: f0ebdbe1243e96b0b772064d7c67338e05bee197
https://github.com/synfig/synfig/commit/f0ebdbe1243e96b0b772064d7c67338e05bee197
Author: Carlos López <[email protected]>
Date: 2013-09-25 (Wed, 25 Sep 2013)
Changed paths:
M synfig-studio/src/synfigapp/actions/layerzdepthrangeset.cpp
M synfig-studio/src/synfigapp/actions/layerzdepthrangeset.h
Log Message:
-----------
Remember the position and depth of the z_depth from the selected layers
Commit: e7d0f7a6ebce89e8eefa93d85e30902996ae387e
https://github.com/synfig/synfig/commit/e7d0f7a6ebce89e8eefa93d85e30902996ae387e
Author: Carlos López <[email protected]>
Date: 2013-09-25 (Wed, 25 Sep 2013)
Changed paths:
M synfig-core/src/synfig/layer.cpp
M synfig-core/src/synfig/layer.h
Log Message:
-----------
Laeyr: Add member function to find the handle of its parent Paste Canvas Layer
or NULL if it belongs to root canvas
Commit: 3d5b6d80741cf0a931d9baac876d76aece72acf6
https://github.com/synfig/synfig/commit/3d5b6d80741cf0a931d9baac876d76aece72acf6
Author: Carlos López <[email protected]>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M synfig-core/src/synfig/context.h
M synfig-core/src/synfig/layer_pastecanvas.cpp
Log Message:
-----------
Consider included in visible range layers placed on right boundary too.
Default z_depth_range_depth to be 0.0
Commit: a772f5bbf43c7ce4817e28bd86706ce963f8a7a3
https://github.com/synfig/synfig/commit/a772f5bbf43c7ce4817e28bd86706ce963f8a7a3
Author: Carlos López <[email protected]>
Date: 2013-09-27 (Fri, 27 Sep 2013)
Changed paths:
M synfig-core/src/synfig/layer.cpp
M synfig-studio/src/synfigapp/actions/layerzdepthrangeset.cpp
M synfig-studio/src/synfigapp/actions/layerzdepthrangeset.h
Log Message:
-----------
Various fixes to make Layer ZDepth Range Set work.
Action is not candidate if layers are in root canvas.
Calculate properly z_depth_range_depth value to set.
Action is ready if there isn't new calculated z_depth position.
Add actions to change the Layer PasteCanvas parameters.
Add some warnings to explain why the paste canvas is not found.
Commit: d0c31536293d041fa9f24e0385eecadfd249ffd6
https://github.com/synfig/synfig/commit/d0c31536293d041fa9f24e0385eecadfd249ffd6
Author: Carlos López <[email protected]>
Date: 2013-09-27 (Fri, 27 Sep 2013)
Changed paths:
M synfig-studio/src/synfigapp/actions/layerzdepthrangeset.cpp
Log Message:
-----------
Make the action not ready for exported canvases
Commit: bf86ae4abf6ef66622c51e6402286208f5a29ef9
https://github.com/synfig/synfig/commit/bf86ae4abf6ef66622c51e6402286208f5a29ef9
Author: Carlos López <[email protected]>
Date: 2013-09-27 (Fri, 27 Sep 2013)
Changed paths:
M synfig-studio/src/gui/trees/layertree.cpp
M synfig-studio/src/gui/trees/layertreestore.cpp
M synfig-studio/src/gui/trees/layertreestore.h
M synfig-studio/src/synfigapp/actions/layerzdepthrangeset.cpp
M synfig-studio/src/synfigapp/canvasinterface.h
Log Message:
-----------
Z Depth visible layers are shown with bold letters in the layer panel.
Commit: e0b42ab3ec186163abd97d1f49e848fd62b96362
https://github.com/synfig/synfig/commit/e0b42ab3ec186163abd97d1f49e848fd62b96362
Author: Carlos Lopez <[email protected]>
Date: 2013-09-27 (Fri, 27 Sep 2013)
Changed paths:
M synfig-core/src/synfig/canvas.cpp
M synfig-core/src/synfig/layer.cpp
Log Message:
-----------
Fix visibility of Layer_PasteCanvas.
Commit: 4f9095845e0bf5d93ca07d8db64b1d70e69a236e
https://github.com/synfig/synfig/commit/4f9095845e0bf5d93ca07d8db64b1d70e69a236e
Author: Carlos Lopez <[email protected]>
Date: 2013-09-27 (Fri, 27 Sep 2013)
Changed paths:
M synfig-studio/src/gui/trees/layertreestore.cpp
Log Message:
-----------
Fix wrong signal connection.
Commit: 1e938e5d737ab57fe5046992ca02bc33de026154
https://github.com/synfig/synfig/commit/1e938e5d737ab57fe5046992ca02bc33de026154
Author: Carlos Lopez <[email protected]>
Date: 2013-09-27 (Fri, 27 Sep 2013)
Changed paths:
M synfig-studio/src/synfigapp/actions/layerzdepthrangeset.cpp
M synfig-studio/src/synfigapp/actions/valuedescset.cpp
Log Message:
-----------
Try to update layers bold letters when parameter is modified by hand on the
parameters panel.
Seems to not work either. The LayerParamTree::on_layer_z_depth_range_changed
handler seems to do not do the right thing.
Commit: 2db3961323b99e617389c2872e454fadef94e846
https://github.com/synfig/synfig/commit/2db3961323b99e617389c2872e454fadef94e846
Author: Carlos Lopez <[email protected]>
Date: 2013-09-28 (Sat, 28 Sep 2013)
Changed paths:
M synfig-studio/src/gui/trees/layertreestore.cpp
Log Message:
-----------
Show the bold letter for z depth visible layers inlayers from exported
canvases.
Commit: 33e1ad457854127093982c8e10006be5cc6909e2
https://github.com/synfig/synfig/commit/33e1ad457854127093982c8e10006be5cc6909e2
Author: Carlos López <[email protected]>
Date: 2013-09-28 (Sat, 28 Sep 2013)
Changed paths:
M synfig-core/src/synfig/canvas.cpp
M synfig-core/src/synfig/context.cpp
M synfig-core/src/synfig/context.h
M synfig-core/src/synfig/layer.cpp
M synfig-core/src/synfig/layer.h
M synfig-core/src/synfig/layer_pastecanvas.cpp
M synfig-core/src/synfig/layer_pastecanvas.h
M synfig-studio/src/gui/trees/layertree.cpp
M synfig-studio/src/gui/trees/layertreestore.cpp
M synfig-studio/src/gui/trees/layertreestore.h
M synfig-studio/src/synfigapp/Makefile.am
M synfig-studio/src/synfigapp/action.cpp
A synfig-studio/src/synfigapp/actions/layerzdepthrangeset.cpp
A synfig-studio/src/synfigapp/actions/layerzdepthrangeset.h
M synfig-studio/src/synfigapp/actions/valuedescset.cpp
M synfig-studio/src/synfigapp/canvasinterface.h
Log Message:
-----------
Merge pull request #65 from genete/group-switch
Group switch
Compare: https://github.com/synfig/synfig/compare/97ad6f6d6404...33e1ad457854
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl