| Commit message (Collapse) | Author | Age |
... | |
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Conflicts:
js/tools/PenTool.js
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reworked the add and remove elements into 1 function which can take 1 or more elements.
Removed the _element from the selection array
Many other changes related to those 2 changes
Undo/Redo shortcuts are now using montage undo/redo manager.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
transformation applied to the element canvas and the stage canvas. Still quite buggy.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(correctly setting the canvas for brush stroke file I/O, correct plane matrix for file I/O)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
out when to translate the subpath per canvas translation...this one seems to not drift (no floating point issues uncovered so far)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
roundoff errors when constantly changing stroke width
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
to position the canvas on which the path is rendered
AND
add data-montage- to the ids in the pen and brush reels
AND
fix a bug with pen stroke transparency not working
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
everything selected gets deleted (even if we have a selected subpath)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
cursors correctly over the exact mouse position AND reduce the radius (distance threshold) for picking paths
|
|\| | | | | |
|
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | |\ \ \ \
| | | |_|_|/
| | |/| | | |
Presets - Adding presets controller
|
| | | |/ / |
|
|/ / / /
| | | |
| | | |
| | | | |
an anchor point or handles of thte selected anchor
|
|\| | | |
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| |/
| |
| |
| | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
|\|
| |
| |
| |
| | |
Conflicts:
js/controllers/elements/shapes-controller.js
|
| |
| |
| |
| | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |
| |
| |
| | |
size is changed (does not yet work when smoothing is applied) AND select the newly created brush stroke by default
|
| |
| |
| |
| | |
store the brush stroke points. Current version does not yet update the width and height of the brush stroke canvas upon changing the brush stroke through the PI. Also, current version does not obtain 3D position of points properly from the drawing tool base (see BrushTool _getUnsnappedPosition)
|
| |
| |
| |
| |
| |
| | |
and code cleanup
GOOD status before doing 3D unprojection step
|
| | |
|
| |
| |
| |
| | |
path
|
| | |
|
|\| |
|
| |\ |
|
| | |\
| | | |
| | | | |
Gradient Support for Shapes and Eyedropper support for gradients. Also fixed 3d bug when moving multiple selections in 3d using the Selection Tool
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
sides and gradients.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | |\ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
clicked in z.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
|/ / / / |
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
AND
Laplacian smoothing for denoising
AND
code cleanup (removing blocks of commented code)
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
that's fully the color of the brush
AND
add a smoothing flag for the brush options
|
|\ \ \
| | |/
| |/| |
|
| |/
| |
| |
| |
| |
| |
| | |
- Requiring all the previously pre-loaded files
- RDGE, Codemirror and gl-matrix are not included via a script tag.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| |
| |
| |
| | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| |
| |
| |
| |
| |
| | |
We can't translate 3d moves into 2d space due to perspective, so we must update the matrix3d values instead of the top-left values if items have 3d.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| |
| |
| |
| |
| |
| | |
This was happening because our hit record's element and the browser's element from point did not match.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| |
| |
| |
| | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|