summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perspective-envelope.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-2/+2
| | | (bzr r14059.2.1)
* Add mirror symmetry to envelope/perspective LPEJabier Arraiza Cenoz2015-04-211-1/+56
| | | (bzr r14058)
* Fix for the bug 1443039. Now reset old perspective-envelope effects and ↵Jabier Arraiza Cenoz2015-04-131-0/+7
| | | | | | | | prevent crash, also when all handles go to the same position Fixed bugs: - https://launchpad.net/bugs/1443039 (bzr r14056)
* Fix coding style issues in perspective/envelope LPEJabier Arraiza Cenoz2015-04-101-135/+138
| | | (bzr r14052)
* Fix a crash on perspective/envelope LPE introduced in recent refactor of ↵Jabier Arraiza Cenoz2015-03-241-6/+6
| | | | | point parameter (bzr r14032)
* Remove 'Active Desktop' calls from Perspective/Envelope and Lattice2 LPE, ↵Jabier Arraiza Cenoz2015-03-141-16/+0
| | | | | added auto refresh knots position in point parameters when updated programaticaly (bzr r14003)
* Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz2015-03-121-6/+18
| | | (bzr r13995)
* Inicialite variables to prevent crashesJabier Arraiza Cenoz2015-03-111-1/+3
| | | (bzr r13990)
* Final cleanup to point parameter, lattice2 and perspective envelope. Also ↵Jabier Arraiza Cenoz2015-03-101-0/+1
| | | | | added to lattice 2 a symmetry options (bzr r13989)
* This commit remove all ocurrences of Active Desktop casts and all tool swith ↵Jabier Arraiza Cenoz2015-03-101-7/+1
| | | | | on Perspective/Envelope and in Lattice 2, also remove some casts from point parameter (bzr r13987)
* Added shorcut to move along axes, point reseteable parameter,pointed by ↵Jabier Arraiza Cenoz2015-03-021-5/+5
| | | | | Vlada, also fixed some UX styles in lattice2 and perspective envelope, pointed by suv. A question: Can I update point parameter whith pointreseteable parameter features, to have only one point parameter? (bzr r13959)
* Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz2014-11-021-1/+1
| | | (bzr r13656)
* Fix a bug in perspective/envelope LPE, rendering points -handles- outside ↵Jabier Arraiza Cenoz2014-11-011-2/+2
| | | | | | | bounding box It affect to Envelope mode, sometimes give undesirable results, now fixed. (bzr r13655)
* Update perspective-envelope to be affected by the clip or mask on LPE patchJabier Arraiza Cenoz2014-10-231-0/+3
| | | (bzr r13341.1.285)
* Fix previous revision.Liam P. White2014-10-161-0/+384
revid:jtx@jtx.marker.es-20141016153516-eng0y49ppsk2vt5b 13617 Jabiertxof2014-10-16 Change LPE from envelope-perspective to perspective-envelope For me is easy to use/find with this new name. Also fix a rounding error on envelope at small sizes (bzr r13341.1.276)