Blender Git Loki

Git Commits -> Revision c15db04

Revision c15db04 by Joshua Leung (master)
August 28, 2009, 12:41 (GMT)
Grease Pencil: WIP Code Reordering + Context Stuff

* Shuffled some code around, and renamed some functions used for getting context info
- Split UI-buttons into a separate file from stroke-drawing code
- Removed some obsolete code (i.e. old paint code that used to be in _edit, but which has been moved to _paint).

* Made drawing in 3D-View default to using the active object as the owner of the Grease Pencil data. For now, the drawing code will therefore only show the GP data for the active object only. More work to come on this.

* Fixed freeing code for Objects/Scenes with GP data.

Commit Details:

Full Hash: c15db042cc1b1168a9894a7f5848a866e7b3575a
SVN Revision: 22839
Parent Commit: d765668
Lines Changed: +477, -2020

1 Added Path:

/source/blender/editors/gpencil/gpencil_buttons.c (+334, -0) (View)

11 Modified Paths:

/source/blender/blenkernel/intern/object.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/scene.c (+5, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+1, -1) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+20, -321) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+40, -1596) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+47, -75) (Diff)
/source/blender/editors/include/ED_gpencil.h (+11, -25) (Diff)
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+7, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021