Hi! Great to see this feature finished! Please do the following steps to send pull request:
# make sure your current branch is "exclude-layer-from-rendering": $ git checkout exclude-layer-from-rendering # fetch the latest changes from upstream: $ git fetch upstream # rebase your branch onto upstream: $ git rebase upstream/master # after that your branch will "grow" from the upstream/master # push your changes back to your repo: $ git push origin exclude-layer-from-rendering -f Then go to github and send pull request. ^__^ Thanks! K. 2013/8/12 Carlos López González <[email protected]>: > Ouch! I missed those commits! > Please file up a pull request and it will be included in the next release. > > Cheers! > > > 2013/8/12 Ivan Mahonin <[email protected]> >> >> Oh... i forget... i've already did it. You may toggle state of >> "exclude_from_rendering" flag by right click to the layer in layers tree >> (new item in menu). >> Labels of excluded layers written by italic font. >> >> > It is awesome! >> > >> > I wonder if you would continue developing the branch by adding actions >> > to >> > change that layer property and later some user interface to indicate >> > that >> > layer invisibility for final render (maybe write its name in cursive or >> > with the insensitive indication from the Gtk::Widget) >> >> >> >> >> ------------------------------------------------------------------------------ >> Get 100% visibility into Java/.NET code with AppDynamics Lite! >> It's a free troubleshooting tool designed for production. >> Get down to code-level detail for bottlenecks, with <2% overhead. >> Download for free and get started troubleshooting in minutes. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk >> _______________________________________________ >> Synfig-devl mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/synfig-devl > > > > > -- > Carlos > http://synfig.org > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite! > It's a free troubleshooting tool designed for production. > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > _______________________________________________ > Synfig-devl mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/synfig-devl > -- http://morevnaproject.org/ ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
