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
|
.. index:: Grease Pencil Visual Effects; Swirl Visual Effect
.. _bpy.types.ShaderFxSwirl:
*******************
Swirl Visual Effect
*******************
The *Swirl* Visual Effect applies a swirling pattern to the object.
The effect use an object as the center of the swirl.
Options
=======
.. figure:: /images/grease-pencil_visual-effects_swirl_panel.png
:align: right
Swirl Visual Effect.
Object
Sets the object to use as the center of the swirl.
Radius
External radius size of the swirl.
Angle
Rotation angle of the swirl. A value of 0 shows no swirl.
Example
=======
.. list-table:: Swirl Effect samples (with a Radius of 100 px).
* - .. figure:: /images/grease-pencil_visual-effects_swirl_angle-00.png
:width: 200px
Angle: 0°.
- .. figure:: /images/grease-pencil_visual-effects_swirl_angle-15.png
:width: 200px
Angle: 15°.
- .. figure:: /images/grease-pencil_visual-effects_swirl_angle-45.png
:width: 200px
Angle: 45°.
- .. figure:: /images/grease-pencil_visual-effects_swirl_angle-90.png
:width: 200px
Angle: 90°.
|