Revision 531f833 by Campbell Barton (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) July 1, 2018, 17:09 (GMT) |
Cleanup: unused vars & comment block that doesn't run |
Revision 014395c by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) July 1, 2018, 09:09 (GMT) |
Rename variable after merge |
Revision a1f0aed by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) July 1, 2018, 09:01 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 7931a13 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) July 1, 2018, 09:00 (GMT) |
Add annotation layer with the right name When adding layers, the name of the layer is different for grease pencil object and annotation. |
Revision 552b954 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 30, 2018, 17:38 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 02f4a18 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 30, 2018, 07:00 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision cb144fe by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 18:41 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 1b13fda by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 14:52 (GMT) |
Annotations: Restore 3D View support for annotations (WIP) Initial support for getting annotations to show up in the 3D viewport again. WIP and slightly hacky, but it restores basic working functionality so we can focus on polishing the "new" parts. Ultimately, the way these callbacks are integrated into the drawing loop will probably need to change. For example, * Perhaps we might need a full overlay engine for this one case (as for motionpaths), though that may also be overkill, and would further split the code in different places. * The draw order (relative to manipulators) needs review. It probably should be below both sets of manipulators, not sandwiched between them. Other notes: * For this to work, we currently need to use the original (non-evaluated) scene data, or else we don't get the newly drawn strokes, as the scene->gpd stuff isn't copied by COW yet. |
Revision e262683 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 14:52 (GMT) |
Annotations Keymap: Restore D-RMB for eraser |
Revision 8308a05 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 14:52 (GMT) |
Cleanup: Remove redundant code + note some code issues to fix |
Revision bc0f489 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 10:51 (GMT) |
Set annotions drawing mode always on top The annotations must be visible on top of any other object in the scene. |
Revision d4c5c2d by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) June 29, 2018, 09:53 (GMT) |
Offline, DPIX, Snake working. no F12. DPIX draw intersection if cached. |
Revision ebadf39 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 09:04 (GMT) |
Fix render type name error |
Revision 0dbbedb by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 08:58 (GMT) |
Cleanup code |
Revision 0c1c619 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 08:13 (GMT) |
Fix draw back error due z-depth precission The value 1.0 makes the image disappear. |
Revision f88f2b7 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 07:55 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 3587e5c by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 07:52 (GMT) |
Fix problem when increase viewport qualitty The reason of the problem was the precission of the background buffer. The original value was not enough when viewport qualitty was > 0.1 |
Revision 2784f1b by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 07:43 (GMT) |
Cleanup unused extern definition This was part of old VFX modifiers. |
Revision 6ece125 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-vfx) June 29, 2018, 07:42 (GMT) |
Fix again the pointer name for textures |
Revision 3ea9277 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) June 29, 2018, 06:18 (GMT) |
removed line styles from SceneLANPR |
|