Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | undo some previous change that was halving the alpha value of the stroke | Pushkar Joshi | 2012-05-01 |
| | |||
* | small code changes (mostly re-org) | Pushkar Joshi | 2012-05-01 |
| | |||
* | Fixed 1436 Brush: Calligraphic brushstroke is slightly thicker than the ↵ | Pushkar Joshi | 2012-05-01 |
| | | | | round tip brushstroke | ||
* | prevent alpha values from accumulating over 1 due to rounding...fixes 1443 ↵ | Pushkar Joshi | 2012-05-01 |
| | | | | Brush: Odd painting behavior when Hardness is 99%. A solid outline is shown on the brushstroke. | ||
* | scale the brush stroke according to the input width and height | Pushkar Joshi | 2012-04-27 |
| | | | | Fixes: 1444 Brush: Unable to scale brushstroke using the Transform handles | ||
* | render the calligraphic brush stroke in realtime on a rotated canvas | Pushkar Joshi | 2012-04-25 |
| | |||
* | allow the realtime drawing of brush strokes drawn off the standard XY plane ↵ | Pushkar Joshi | 2012-04-24 |
| | | | | by passing in the transformation matrix | ||
* | Merge branch 'master' into pentool | Pushkar Joshi | 2012-04-19 |
|\ | | | | | | | | | Conflicts: js/helper-classes/3D/view-utils.js | ||
| * | IKNinja-1477 - Cannot preflight Fill color if WebGL Line shape is selected. | Nivesh Rajbhandari | 2012-04-17 |
| | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | | Merge branch 'master' into pentool | Pushkar Joshi | 2012-04-06 |
|\| | |||
| * | removed old unused import and export functions. | John Mayhew | 2012-04-03 |
| | | |||
* | | working File I/O for pen tool created paths and some minor bug fixes ↵ | Pushkar Joshi | 2012-04-03 |
| | | | | | | | | (correctly setting the canvas for brush stroke file I/O, correct plane matrix for file I/O) | ||
* | | render the pen path with local coordinates, but use stage world coordinates ↵ | Pushkar Joshi | 2012-04-02 |
|/ | | | | | | | | | 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 | ||
* | turn off changing the left and top of the brush stroke canvas | Pushkar Joshi | 2012-03-28 |
| | |||
* | File IO for the brush stroke AND changing the data type of brush stroke from ↵ | Pushkar Joshi | 2012-03-27 |
| | | | | GEOM_TYPE_CUBIC_BEZIER to GEOM_TYPE_BRUSH_STROKE | ||
* | add a setfillcolor to brush stroke so the default fillcolor handler does not ↵ | Pushkar Joshi | 2012-03-27 |
| | | | | get called | ||
* | correctly update the brush stroke canvas size and position when the stroke ↵ | Pushkar Joshi | 2012-03-26 |
| | | | | path is smoothed (and also when the stroke width is changed) AND some code cleanup to remove unnecessary brush stroke properties | ||
* | correctly update the brush stroke canvas size and position when the stroke ↵ | Pushkar Joshi | 2012-03-23 |
| | | | | size is changed (does not yet work when smoothing is applied) AND select the newly created brush stroke by default | ||
* | Almost working version of brush tool that uses only local coordinates to ↵ | Pushkar Joshi | 2012-03-23 |
| | | | | 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) | ||
* | revert to using the angle without flipping its sign...fixing some minor bugs ↵ | Pushkar Joshi | 2012-03-20 |
| | | | | | | and code cleanup GOOD status before doing 3D unprojection step | ||
* | draw the brush stroke in realtime | Pushkar Joshi | 2012-03-19 |
| | |||
* | first pass for file IO of brush strokes | Pushkar Joshi | 2012-03-19 |
| | |||
* | update values in the PI from values of the selected brush stroke or pen tool ↵ | Pushkar Joshi | 2012-03-15 |
| | | | | path | ||
* | PI for pen and brush strokes | Pushkar Joshi | 2012-03-14 |
| | |||
* | Add a smoothing amount parameter, and hide options based on checkboxes | Pushkar Joshi | 2012-03-13 |
| | |||
* | seemingly working version of the calligraphic brush (seems to work with ↵ | Pushkar Joshi | 2012-03-12 |
| | | | | transparency and large stroke widths...seems to work better with smoothing) | ||
* | bug fixes for spline interpolation | Pushkar Joshi | 2012-03-12 |
| | | | | | | | AND Laplacian smoothing for denoising AND code cleanup (removing blocks of commented code) | ||
* | brush stroke options for calligraphic brush style | Pushkar Joshi | 2012-03-08 |
| | |||
* | implement stroke hardness such that it is percentage of the stroke width ↵ | Pushkar Joshi | 2012-03-07 |
| | | | | | | | that's fully the color of the brush AND add a smoothing flag for the brush options | ||
* | merge Valerio's architecture changes | Pushkar Joshi | 2012-03-06 |
| | |||
* | Squashed commit of preload-fix into Master | Valerio Virgillito | 2012-03-06 |
- 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> |