
资源介绍
The Mandelbrot set using only Integer Math and Bit Math Nodes
Compatibility: Blender 5.2.0+
官方介绍(中文整理)
曼德尔布罗特设置仅使用整数数学和比特数学节点。
这是只使用 32 位整数的基本 Mandelbrot 集。
当我在2025年初开始开发这一设置时,使用“分化”和“莫杜洛”操作 — — 其内在的方法是慢化的 — — 模仿了位移。 由于在Blender 4.5 LTS及其开发商中引入了Bit Math节点,现在有了完全的位移。 这大大简化了具体计算任务。
这种设置既适合教育目的,例如直观地理解IEE 754浮点标准的一些原则,也适合制作图像或录像,因为Mandelbrot的布景本身很美,包含许多宏伟的模式。
数字包括一个Mantissa(整数)、一个指数(整数)和一个标志(Boolean)。
i32 dAddSub 节点处理 添加 和 减号。 i32dMulPow2 节点 处理 乘法和 Power2( 自行乘法一个数字)。
其他节点为辅助节点(流出控制、标志控制等)。
三个显示模式 : 网格、 点和像素( 立方体实例而不是点)。
并感谢你对我的设置的兴趣!
警告 : 分辨率和迭代会严重影响到业绩。 总是以小步逐步增加值,从不突然,严格按照您的系统的能力。 忽视这一点会导致碰撞或过度绞刑。
由于布兰登·帕默(Brendan Parmer)的诺德·托·皮顿(Node To Python ) , 它成为了Blender的附加产品。
查看官方原文摘要(English)
This is a basic Mandelbrot set using only 32-bit integers.
When I began developing this setup in early 2025, bit shifts were emulated using Divide and Modulo operations – inherently slower methods. Thanks to the introduction of the Bit Math Node in Blender 4.5 LTS and its developers, full-fledged bit shifts are now available. This significantly simplified solving specific computational tasks.
The setup is suitable both for educational purposes, such as visually understanding some principles of the IEEE 754 floating-point standard, and for creating images or videos, since the Mandelbrot set itself is beautiful and contains a vast number of magnificent patterns.
A number consists of a Mantissa (Integer), an Exponent (Integer), and a Sign (Boolean).
The i32 dAddSub node handles Add and Subtract. The i32 dMulPow2 node handles Multiply and Power2 (multiplying a number by itself).
The other nodes are auxiliary (overflow control, sign control, and others).
Three display modes: Mesh, Points, and Pixels (cube instances instead of points).
Be sure to watch the Tutorial Video – and thank you for your interest in my setup!
WARNING: Resolution and Iterations severely impact performance. Always increase values gradually in small steps, never abruptly, and strictly according to your system's capabilities. Ignoring this can cause crashes or excessive hangs.
The setup was created with future potential in mind to fully unlock the power of Integers. Thanks to Node To Python by Brendan Parmer, it became an Add-on for Blender.
安装方法
- 打开 Blender「编辑 → 偏好设置 → 获取扩展(Get Extensions)」,搜索 i32 the Mandelbrot Set,可直接从官方库安装。
- 手动安装时,选择适合当前 Blender 版本与系统的 ZIP 包,在「获取扩展」右上角菜单选择「从磁盘安装(Install from Disk)」,选中 ZIP 文件,无需解压。
- 安装后,在偏好设置的「插件(Add-ons)」中确认已启用,并按作者说明使用。
下载安装包
请选择与你的 Blender 版本和操作系统相符的文件,下载由 Blender 官方扩展库提供。
正在加载安装包…
来源与许可
- 作者 / 维护者:Osipenkov+Art
- 许可:SPDX:GPL-3.0-or-later
- 来源:Blender 官方扩展库






![[搬运]超级粘液资产合集-魔酷网](https://i.blender.kim/wp-content/uploads/2026/01/20260131142748712.png)


暂无评论内容