> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/zh/geng-xin-shuo-ming/2023.x-ban-ben/world-creator-2023.3.md).

# World Creator 2023.3

## 改进

* 修饰了所有干旱过滤器中关于“反转”切换表示以及最小/最大计数和角度表示（UI）。
* 移除了填充软化过滤器的样本滑块，因为它没有任何效果。
* 当 World Creator 窗口未获得焦点时，您现在可以调整最低 FPS。

## 修复

* 修复了在登录界面出现之前关闭应用程序窗口导致 World Creator 崩溃的问题。
* 修复了可以通过单次右键点击更改等级步强度值的问题。
* 修复了粗糙度滑块对粗糙度贴图导出没有影响的问题。
* 修复了将自定义蒙版图像导入到蒙版图层时导致 World Creator 崩溃的问题。
* 修复了删除所有生物群系然后随后创建生物群系蒙版图层时导致 World Creator 崩溃的问题。
* 修复了新版本 World Creator 无法应用先前版本用户数据的问题。
* 修复了脊状过滤器的一般强度滑块没有效果的问题。
* 修复了 GPU 信息与绘制/画笔工具重叠的问题。
* 修复了 F1 键无法打开文档的问题


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.world-creator.com/zh/geng-xin-shuo-ming/2023.x-ban-ben/world-creator-2023.3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
