| Commit message (Collapse) | Author | Age |
| |
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
WorkingBranch
Conflicts:
js/components/layout/tools-list.reel/tools-list.html
js/components/layout/tools-properties.reel/tools-properties.html
js/components/tools-properties/brush-properties.reel/brush-properties.html
js/components/tools-properties/fill-properties.reel/fill-properties.html
js/components/tools-properties/pen-properties.reel/pen-properties.html
js/components/tools-properties/pencil-properties.reel/pencil-properties.html
js/components/tools-properties/selection-properties.reel/selection-properties.html
js/components/tools-properties/shape-properties.reel/shape-properties.html
js/components/tools-properties/tag-properties.reel/tag-properties.html
js/components/tools-properties/text-properties.reel/text-properties.html
|
| | |
| | |
| | |
| | | |
have chips in the sub tool bar. Still need to complete adding chips to the Brush tool and finalizing the subtool bar layout to our spec for all of the subtools.
|
|\ \ \
| | |/
| |/| |
|
| |/
| |
| |
| |
| |
| | |
creation
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|/ |
|
|
|
|
| |
Signed-off-by: Jonathan Duran <jduran@motorola.com>
|
|
|
|
| |
again (bug fix)
|
| |
|
|
|
|
| |
by passing in the transformation matrix
|
|\
| |
| |
| |
| | |
Conflicts:
js/tools/PenTool.js
|
| |
| |
| |
| |
| |
| | |
of whether they are 2d shapes or WebGL shapes.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| |
| |
| |
| |
| |
| | |
cache because they can easily get out of sync with the actual colors and materials. Instead, we will always query the object for these values.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
js/document/templates/montage-html/default_html.css
js/mediators/element-mediator.js
js/panels/properties.reel/properties.js
js/tools/BrushTool.js
js/tools/LineTool.js
js/tools/PenTool.js
js/tools/SelectionTool.js
js/tools/ShapeTool.js
js/tools/TranslateObject3DTool.js
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
|\ \ \
| | |/
| |/|
| | |
| | | |
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.
|
| |
| |
| |
| | |
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
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
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>
|
| |
| |
| |
| | |
size, stroke hardness and both stroke colors (left and right --- temporarily using the stroke and fill colors respectively)
|
|/
|
|
| |
(number of polylines equals the stroke width)
|
|
|
|
| |
added a temporary check to prevent extremely long brush strokes
|
|
|
|
|
|
|
| |
and,
allow to change the stroke color,
and,
more efficient stroke rendering by drawing translated radial gradients (instead of creating new gradients for each stroke sample)
|
|\
| |
| |
| |
| |
| | |
Conflicts:
imports/codemirror/mode/scheme/scheme.js
js/tools/BrushTool.js
|
| |
| |
| |
| | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | |
|
|/ |
|
|
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
|