Blender Git Loki

Git Commits -> Revision 32d10bc

Revision 32d10bc by Joshua Leung (master)
July 22, 2008, 09:53 (GMT)
== Grease Pencil ==

Grease Pencil is a tool which allows you to draw freehand in some views, allowing you to annotate/scribble over the contents of that view in either 2d or 3d. This facilitates many easier communication and planning abilities.

To use, simply enable it from the View menu (choose 'Grease Pencil...' and click 'Use Grease Pencil'). Then, click+drag using the left-mouse button and the shift-key held to draw a stroke.

For more information, check the following page on the wiki:
http://wiki.blender.org/index.php/User:Aligorith/247_Grease_Pencil

Commit Details:

Full Hash: 32d10bca2bd5e3abe853ca9b9d1c001886b28f84
SVN Revision: 15687
Parent Commit: 4c086bf
Lines Changed: +4201, -234

6 Added Paths:

/source/blender/include/BDR_gpencil.h (+76, -0) (View)
/source/blender/include/BIF_drawgpencil.h (+44, -0) (View)
/source/blender/makesdna/DNA_gpencil_types.h (+141, -0) (View)
/source/blender/src/drawgpencil.c (+653, -0) (View)
/source/blender/src/editaction_gpencil.c (+549, -0) (View)
/source/blender/src/gpencil.c (+1290, -0) (View)

27 Modified Paths:

/source/blender/blenkernel/BKE_global.h (+2, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+58, -6) (Diff)
/source/blender/blenloader/intern/writefile.c (+33, -1) (Diff)
/source/blender/include/BDR_drawaction.h (+3, -0) (Diff)
/source/blender/include/BIF_editaction.h (+26, -2) (Diff)
/source/blender/include/BIF_space.h (+7, -1) (Diff)
/source/blender/include/BSE_editaction_types.h (+4, -2) (Diff)
/source/blender/include/transform.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+18, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+8, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+13, -2) (Diff)
/source/blender/makesdna/intern/makesdna.c (+2, -0) (Diff)
/source/blender/src/drawaction.c (+115, -9) (Diff)
/source/blender/src/drawnode.c (+77, -0) (Diff)
/source/blender/src/drawseq.c (+79, -18) (Diff)
/source/blender/src/drawview.c (+71, -9) (Diff)
/source/blender/src/editaction.c (+344, -52) (Diff)
/source/blender/src/editnode.c (+32, -5) (Diff)
/source/blender/src/header_action.c (+270, -107) (Diff)
/source/blender/src/header_node.c (+10, -0) (Diff)
/source/blender/src/header_seq.c (+12, -1) (Diff)
/source/blender/src/header_view3d.c (+4, -0) (Diff)
/source/blender/src/interface.c (+3, -0) (Diff)
/source/blender/src/space.c (+31, -8) (Diff)
/source/blender/src/transform_conversions.c (+215, -8) (Diff)
/source/blender/src/transform_generics.c (+9, -0) (Diff)
/source/gameengine/Ketsji/KX_BulletPhysicsController.cpp (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021