File: grease_pencil_svg.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (62 lines) | stat: -rw-r--r-- 1,372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62

**********************************
Import/Export SVG as Grease Pencil
**********************************

The Scalable Vector Graphics (SVG) format is use for interchanging vector based illustrations between applications
and is supported by vector graphics editors such as Inkscape, and modern browsers among others.

.. warning:: The exporter only works in Object Mode.


.. _bpy.ops.wm.grease_pencil_import_svg:

Import
======

.. reference::

   :menu: :menuselection:`File --> Import --> SVG as Grease Pencil`

Resolution
   Resolution for generated strokes.

Scale
   Generated strokes scale.


.. _bpy.ops.wm.grease_pencil_export_svg:

Export
======

.. reference::

   :menu: :menuselection:`File --> Export --> Grease Pencil as SVG`


Scene Options
-------------

Object
   Determine which objects include in the export.

   :Active: Export only the active Grease Pencil object.
   :Selected: Export all selected Grease Pencil objects.
   :Visible: Export all visible Grease Pencil object in the scene.


Export Options
--------------

Sampling
   Precision for the stroke sampling. Low values mean a more accurate result.

Fill
   When enabled, Export the Grease Pencil strokes fill.

Uniform Width
   When enabled, Export strokes with constant thickness.

Clip Camera
   When enabled, and camera view is active export only the strokes clipped from camera view.