MetaCoreEngineV2/rpplugins
赵豪 e7b0e9b88c ```
fix(yaml): 添加UTF-8编码参数以正确读取YAML文件

当打开YAML文件时指定UTF-8编码,确保文件能够正确解析,
避免因编码问题导致的读取错误。

refactor(gitignore): 注释掉特定文件扩展名的忽略规则

将 *.txo.pz 和 data/**/*.txo 的忽略规则注释掉,
以便这些文件能够被纳入版本控制。
```
2026-01-13 17:27:20 +08:00
..
ao init 2026-01-13 17:06:06 +08:00
bloom ``` 2026-01-13 17:27:20 +08:00
clouds ``` 2026-01-13 17:27:20 +08:00
color_correction init 2026-01-13 17:06:06 +08:00
dof init 2026-01-13 17:06:06 +08:00
env_probes init 2026-01-13 17:06:06 +08:00
forward_shading init 2026-01-13 17:06:06 +08:00
fxaa init 2026-01-13 17:06:06 +08:00
motion_blur init 2026-01-13 17:06:06 +08:00
plugin_prefab init 2026-01-13 17:06:06 +08:00
pssm init 2026-01-13 17:06:06 +08:00
scattering init 2026-01-13 17:06:06 +08:00
skin_shading init 2026-01-13 17:06:06 +08:00
sky_ao init 2026-01-13 17:06:06 +08:00
smaa init 2026-01-13 17:06:06 +08:00
ssr init 2026-01-13 17:06:06 +08:00
volumetrics init 2026-01-13 17:06:06 +08:00
vxgi init 2026-01-13 17:06:06 +08:00
__init__.py init 2026-01-13 17:06:06 +08:00
README.md init 2026-01-13 17:06:06 +08:00

Plugins

This is the plugin directory of the pipeline. It contains all plugins, including their source code, resources and shaders.

In case anybody ever makes plugins for the pipeline, you would want to copy them into this folder to make them available for the render pipeline.