File: simplify.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 (104 lines) | stat: -rw-r--r-- 2,602 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104

********
Simplify
********

.. reference::

   :Menu:      :menuselection:`Render --> Simplify`


.. rubric:: Common Settings

.. _bpy.types.RenderSettings.simplify_subdivision:

Max Subdivision
   Maximum number of subdivision by the Subdivision Surface modifiers.

.. _bpy.types.RenderSettings.simplify_child_particles:

Child Particles
   Show only a subset of all child hairs and particles.

.. _bpy.types.CyclesRenderSettings.texture_limit:

Texture Limit
   Automatically scales textures down so that they are no larger than the values chosen.
   This can help reduce computer memory resources when rendering large scenes with huge textures.


Viewport
========

See Common Settings above.

.. _bpy.types.RenderSettings.simplify_volumes:

Volume Resolution
   Resolution percentage of :doc:`volume objects </modeling/volumes/index>` in the viewport.
   This mostly affects memory usage rather than computation times.

.. _bpy.types.RenderSettings.use_simplify_normals:

Normals
   Skip computing custom normals and face corner normals for displaying meshes in the viewport.


Render
======

See Common Settings above.


.. _render-cycles-settings-scene-simplify-culling:

Culling
=======

.. _bpy.types.CyclesRenderSettings.camera_cull_margin:
.. _bpy.types.CyclesRenderSettings.use_camera_cull:

Camera Cull
   Automatically culls objects based on the camera frustum defined by the *Margin*.

.. _bpy.types.CyclesRenderSettings.distance_cull_margin:
.. _bpy.types.CyclesRenderSettings.use_distance_cull:

Distance Cull
   Automatically culls objects based on their distance from the active camera.
   This is set via the *Distance* property.


Grease Pencil
=============

.. _bpy.types.RenderSettings_simplify_gpencil_onplay:

Playback Only
   Activates the simplification process only during animation playback.

.. _bpy.types.RenderSettings_simplify_gpencil_view_fill:

Fill
   Shows the fill component in Grease Pencil materials.

.. _bpy.types.RenderSettings_simplify_gpencil_view_modifier:

Modifiers
   Shows Grease Pencil :doc:`modifiers </grease_pencil/modifiers/index>`.

.. _bpy.types.RenderSettings_simplify_gpencil_shader_fx:

Shader Effects
   Shows Grease Pencil :doc:`visual effects </grease_pencil/modifiers/index>`.

.. _bpy.types.RenderSettings_simplify_gpencil_tint:

Layer Tinting
   Shows layers tint overrides.

.. _bpy.types.RenderSettings.simplify_gpencil_antialiasing:

Anti-Aliasing
   Use :term:`Anti-Aliasing` to smooth stroke edges. The amount of anti-aliasing can be adjusted by
   the :ref:`Anti-Aliasing Threshold <bpy.types.SceneGpencil.antialias_threshold>`.