Re: [Synfig-devl] handle'tootip + preference / setup dialog redesign branch

2015-12-23 Thread d . j . a . y




Konstantin: 

Good work on the preferences dialog! []So, I think, 
the best would be to apply those changes on top of "rendering" branch. 
 

Yep ... 



I have noticed, that brushes paths aren't saved yet. Also, [](duplicate) 
entries are added to the list of brushes paths. This is 
not a critical bug, but would be nice to fix this before merge. ^__^ 

Yep ... it was work in progress has tell the commits history ... 
I have just updated my remote "preferences" branch with the "multiple brush 
path" feature completed 
(and rebased on synfig/master) commit 1b231f7 






--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] handle'tootip + preference / setup dialog redesign branch

2015-12-23 Thread d . j . a . y
Yu: 


I personally prefer to have parameter values instead of (group) layer names 
in handle/duck tooltips. Would be possible to have it optional? 

I can have a look to what's that involve ... 
and why not even crazier with ability of pattern : %g (group name) %o (origin) 
%s (scale) %r (radius) ... ? but thats maybe much work for a detail 


And do you 
think it is a good idea to have all kind of handle of tooltips in same 
color, now it is too colorful :-( 

New Preferences / Ui / handle / Option : colorful or monotonous ? 




--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Major update to master branch

2015-12-23 Thread Konstantin Dmitriev
Hello everyone!

Today we have made an important step - Cobra rendering engine was
merged into master branch.
This means the master branch now reflect the most recent status of development.
Please rebase your unmerged contributions.

Considering, that the Cobra rendering engine is still in heavy
development and not yet ported to Win/OSX, I will maintain one more
branch, called - "1.0.x".
This is a branch for critical fixes and minor additionas for version 1.0.2.

In short:
* All your future contributions are welcome to master branch.
* All critical fixes will be backported to 1.0.x branch. We will keep
releasing 1.0.3 and so on, until the master branch will become stable.

Best Regards,
K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] New render in master !!!

2015-12-23 Thread d . j . a . y
>>Today I have merged "rendering" branch into "master", please rebase
>>again. You will need to do minor changes, related to the widgets for
>>choosing rendering method - we use dropdown list now. ^__^ 

Whououo new engine in master ! great news!
welcome cobra ... !

can't wait to test  humm till i rebase and merge some pending stuff :-)

see'ya!

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 13fece: Fix 308 : Split tangent indicator - fix crash on "...

2015-12-23 Thread [d.j.a.y] Jerome Blanchi
  Branch: refs/heads/1.0.x
  Home:   https://github.com/synfig/synfig
  Commit: 13fece41bbf709f1265e5c35ba32834f5e675071
  
https://github.com/synfig/synfig/commit/13fece41bbf709f1265e5c35ba32834f5e675071
  Author: [d.j.a.y] Jerome Blanchi 
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp

  Log Message:
  ---
  Fix 308 : Split tangent indicator - fix crash on "Remove Item"


  Commit: ae9098bfc644a0a0c9fa61a9e46abe041b56a5f9
  
https://github.com/synfig/synfig/commit/ae9098bfc644a0a0c9fa61a9e46abe041b56a5f9
  Author: [d.j.a.y] Jerome Blanchi 
  Date:   2015-12-13 (Sun, 13 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/duckmatic.cpp
M synfig-studio/src/gui/duckmatic.h
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/gui/trees/layertree.h
M synfig-studio/src/gui/workarea.cpp
M synfig-studio/src/gui/workarea.h

  Log Message:
  ---
  UI - New behavior : select param from duck - step1

find param at treeview level0

todo : find recursively in treeview


  Commit: 609b4a94e4b94d4647efa3a9fcacc5fa30e21cf7
  
https://github.com/synfig/synfig/commit/609b4a94e4b94d4647efa3a9fcacc5fa30e21cf7
  Author: [d.j.a.y] Jerome Blanchi 
  Date:   2015-12-13 (Sun, 13 Dec 2015)

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

  Log Message:
  ---
  UI - New behavior : select param from handle - step2

What : from canvas, find selected handle in parameter panel recursively

Work with : origin / center / radius / gradient pt1 & pt2 / width ducks / bones 
ducks and other level0 ducks

Todo :
* find vertex origins & tangents
* fix 'root' bones not ref from parent
* fix Group Transformation (individual ducks)


  Commit: 91e5e3b3bcfd3b39124b121f7a3d5644e5120912
  
https://github.com/synfig/synfig/commit/91e5e3b3bcfd3b39124b121f7a3d5644e5120912
  Author: [d.j.a.y] Jerome Blanchi 
  Date:   2015-12-13 (Sun, 13 Dec 2015)

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

  Log Message:
  ---
  Catching by reference


  Commit: 875b7e2d608a4ac8e15b28a6b7e502fa5b5911c4
  
https://github.com/synfig/synfig/commit/875b7e2d608a4ac8e15b28a6b7e502fa5b5911c4
  Author: [d.j.a.y] Jerome Blanchi 
  Date:   2015-12-13 (Sun, 13 Dec 2015)

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

  Log Message:
  ---
  UI - New behavior : select param from handle - step3

What : from canvas, find selected handle in parameter panel recursively

Work with :
* generally all level0 handle
  * origin
  * center
  * radius
  * gradient pt1 & pt2
  * etc...
* width handle
* bones handle
* vertex

Todo :
* find vertex origins & tangents (individual handle)
* fix 'root' bones not ref from parent
* fix Group Transformation (individual handle)


  Commit: 22e5272c9274ce7afc8afd8af18605feb65cca31
  
https://github.com/synfig/synfig/commit/22e5272c9274ce7afc8afd8af18605feb65cca31
  Author: [d.j.a.y] Jerome Blanchi 
  Date:   2015-12-13 (Sun, 13 Dec 2015)

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

  Log Message:
  ---
  UI - New behavior : select param from handle - step4

What : from canvas, find selected handle in parameter panel recursively

Work with :
* generally all level0 handle
  * origin
  * center
  * radius
  * gradient pt1 & pt2
  * etc...
* width handle
* bones handle (fixed)
* vertex

Todo :
* find vertex origins & tangents (individual handle)
* fix Group Transformation (individual handle)


  Commit: 49329a77c60fa9c2512c41bdfee74a883eb8938c
  
https://github.com/synfig/synfig/commit/49329a77c60fa9c2512c41bdfee74a883eb8938c
  Author: [d.j.a.y] Jerome Blanchi 
  Date:   2015-12-13 (Sun, 13 Dec 2015)

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

  Log Message:
  ---
  UI - New behavior : select param from handle - step5

What : from canvas, find selected handle in parameter panel recursively

Work with :
* generally all level0 handle
  * origin
  * center
  * radius
  * gradient pt1 & pt2
  * etc...
* width handles
* bones handle (fixed)
* vertex (individual handle)

Todo :
* fix Group Transformation (individual handle)
* on multiple duck select, select last in param tree ?


  Commit: 870384d563e181fa2828afa89364f4e67b4a65b5
  
https://github.com/synfig/synfig/commit/870384d563e181fa2828afa89364f4e67b4a65b5
  Author: [d.j.a.y] Jerome Blanchi 
  Date:   2015-12-13 (Sun, 13 Dec 2015)

  Changed paths:
M 

Re: [Synfig-devl] handle'tootip + preference / setup dialog redesign branch

2015-12-23 Thread Konstantin Dmitriev
2015-12-23 17:44 GMT+06:00  :
> Konstantin:
>
> Good work  on the preferences dialog! []So, I think,
> the best would be to apply those changes on top of "rendering" branch.
> 
>
> Yep ...
>
> I have noticed, that brushes paths aren't saved yet. Also, [](duplicate)
> entries are added to the list of brushes paths. This is
> not a  critical bug, but would be nice to fix this before merge. ^__^
>
> Yep ... it was work in progress has tell the commits history...
> I have just updated my remote "preferences" branch with the "multiple brush
> path" feature completed
> (and rebased on synfig/master) commit 1b231f7

Today I have merged "rendering" branch into "master", please rebase
again. You will need to do minor changes, related to the widgets for
choosing rendering method - we use dropdown list now. ^__^

Best Regards,
K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] synfig master build errors

2015-12-23 Thread Yu Chen
On Thu, Dec 24, 2015 at 11:27 AM, Yu Chen  wrote:

> I have manually "make install" synfig-studio, and app works, but it still
> can not open the synfig_log.sif file.
>

Ok, when I switch the render engine to legacy version, it works without
crash.

~ yu
--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] synfig master build errors

2015-12-23 Thread Yu Chen
Hi Just checked out the master branch, build on my fedora box, there are
two issues need to be confirm:

1. missing dep: fftw3: fftw-devel
2. can not load: synfig_logo.sif see below for details:

after install fftw-devel pack, it complied and stopped while rendering
synfig_logo.sif.

I have manually "make install" synfig-studio, and app works, but it still
can not open the synfig_log.sif file.


==BUILD LOG
Making all in images
make[2]: Entering directory '/home/jcome/src/synfig/synfig-studio/images'
mkdir 128x128
mkdir 16x16
synfig -q synfig_icon.sif -o 128x128/synfig_icon.png --time 0 -w 128 -h 128
synfig -q synfig_icon.sif -o 16x16/synfig_icon.png --time 0 -w 16 -h 16
No LADSPA plugins were found!

Check your LADSPA_PATH environment variable.
No LADSPA plugins were found!

Check your LADSPA_PATH environment variable.
synfig(59870) [10:54:59 AM] info: rendering threads 4
synfig(59871) [10:54:59 AM] info: rendering threads 4
X Error of failed request:  GLXBadFBConfig
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  34 ()
X Error of failed request:  GLXBadFBConfig
Serial number of failed request:  27Major opcode of failed request:  154
   (GLX)
Current serial number in output stream:  26
  Minor opcode of failed request:  34 ()
  Serial number of failed request:  27
  Current serial number in output stream:  26
Makefile:1407: recipe for target '128x128/synfig_icon.png' failed
make[2]: *** [128x128/synfig_icon.png] Error 1
make[2]: *** Waiting for unfinished jobs
Makefile:1383: recipe for target '16x16/synfig_icon.png' failed
make[2]: *** [16x16/synfig_icon.png] Error 1
make[2]: Leaving directory '/home/jcome/src/synfig/synfig-studio/images'
Makefile:715: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jcome/src/synfig/synfig-studio'
Makefile:530: recipe for target 'all' failed
make: *** [all] Error 2
[jcome@localhost synfig]$ ^C


~ yu
--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] handle'tootip + preference / setup dialog redesign branch

2015-12-23 Thread Yu Chen
On Wed, Dec 23, 2015 at 7:59 PM,  wrote:

> New Preferences / Ui / handle / Option  : colorful or monotonous ?


Yes.

I have another idea but not sure if it works as excepted. Introducing its
icon following the mouse pointer, as you can see in Inkscape/Gimp, when you
choose a certain tool, its icon will be shown following the mouse pointer.
I am working a new font icon set for synfig, help that style can help on
this. The icon set is a font, so that we can just simple add the
corresponding icon (glyph) in the tooltip.

Cheers!



~ yu
--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl