简介¶
参考
- 面板:
蜡笔有自己的一组修改器。修改器是以非破坏性方式影响物体的自动操作。使用修改器,您可以自动执行许多手动操作太繁琐的效果,否则,并且不会影响物体的基本几何体。
通过几何节点,可以创建自定义的蜡笔修改器。
它们通过改变物体的显示和渲染方式来发挥作用,但不会影响可直接编辑的几何体。您可以为单个物体添加多个修改器,形成修改器堆栈;若希望将修改效果永久生效,可使用应用来应用修改器。
蜡笔有四种类型的修改器:
- 编辑
修改 组修改器是类似于 形变修改器(见下文),不过不会直接影响物体形状,但会影响物体的一些其他数据,比如顶点组。
- 生成
生成 修改器组包括构造工具,可以更改物体的一般外观或自动将新几何图形添加到物体。
- 形变
形变 修改器组仅更改物体的形状而不添加新几何体,
- 颜色
颜色 修改器组更改物体颜色输出。
界面¶
面板布局(厚度修改器作为示例)。¶
如同网格的修改器,每个修改器的界面共享相同的基本组件。
查看修改器界面来获得更多的信息。
应用修改器¶
应用修改器可使该修改器的效果 “真正生效”;将笔画转换为与所应用修改器的结果一致,并删除该修修改器。
当对一个在多个物体之间共享物体数据的物体应用修改器时,必须首先使物体成为单用户,可以通过确认弹出的信息来执行。
Warning
在堆队列中应用一个不是第一个的修改器将无视堆队列顺序(类似将其作为第一个修改器应用),可能会产生不希望的结果。
参考
- 面板:
- 应用 (活动关键帧) Ctrl-A
对当前关键帧应用修改器。
- 应用 (全部关键帧)
对全部关键帧应用修改器。
Note
With Geometry Nodes it is possible to add new layers to the geometry. When applying, this will create a single keyframe on the first frame of evaluation. Layers with duplicated names in evaluated geometry will be deduplicated.
It is also possible to have layers with empty names. When applying these get renamed to Layer (and Layer.001 etc. when such a layer already exists in the original geometry).
影响过滤¶
Most Grease Pencil modifiers share a set of options that control where the modifier is applied. These filters restrict the modifier's effect to specific layers, materials, or geometry components.
For each filter, you can invert the selection by clicking the (Invert) icon next to the control.
- 层 / 组
Restricts the effect to points or strokes of the specified layer. Alternatively, to filter by layer groups, click the icon.
- 层通道
Restricts the effect to points or strokes in layers with a matching Pass Index.
- 材质
Restricts the effect to points or strokes using the specified material.
- 材质通道
Restricts the effect to points or strokes whose material has a matching Pass Index.
- 顶点组
Restricts the effect to points or strokes assigned to a specific vertex group.
- 自定义曲线
When enabled, applies a custom falloff curve to control how the modifier's influence varies along each stroke from start to end.
Note
The availability of each filter depends on the specific modifier. Not all modifiers support all filters.