Mandelbulb3D/Reference/Open

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Open tab[edit | edit source]

The Open tab at the top of the Main Window provides commands to open files stored on disk, and to load formula data from the operating system clipboard.

Open .M3I[edit | edit source]

The M3I Image + Parameter file is the native format of Mandelbulb3D. It is capable of storing the following:

Settings in other windows are not stored in the .M3I file. For example, the Animation Maker window saves and loads data in its own format, the .M3A file.

.M3I is a binary format and cannot be read or edited by humans.

Open .M3P[edit | edit source]

The .M3P Parameter file format stores data from the Formulas, Lighting, Postprocessing, and Main windows. It does not store any image data. .M3P is also a binary format, not human-readable.

History[edit | edit source]

Since .M3P is a binary format that stores parameter data only, file sizes are very small. The small file size makes it possible for Mandelbulb3D to automatically save a history of changes to disk. Inside the Mandelbulb3D installation folder is a subfolder named History. When the Calculate 3D button is pressed, Mandelbulb3D stores the current scene parameters to an .M3P file in the History folder. History files are organized in subfolders by date, and files are named according to the current time.

From Clipboard[edit | edit source]

Although Mandelbulb3D has no direct support for any human-readable scene file format, the From Clipboard button provides an interface to text documents and makes it easy to share scene parameters online. Users commonly post parameters directly to Internet forums using the Mandelbulb3D Save > To Clipboard button.

To load those parameters into Mandelbulb3D, select all of the text in your browser or text file, copy the text into the operating system clipboard, and then click the Open > From Clipboard button in Mandelbulb3D. Scene parameters are loaded, and ready to be saved to .M3I or .M3P, rendered, or exported.

The following is a code sample of the Mandelbulb3D ASCII output. This is simply the default state of the application, with only the default IntegerPower formula loaded. All of the text must be selected and copied to the clipboard.

 

Mandelbulb3Dv18{ g.....S....O/...w....2...............1.......s1E................................ ........................................kz1........A./..................y.2...wD ...Uz6........../M.0/.................E3.....omEQgisq6rD/..........m/dkpXm1....U z.....kD12../..........wz.................................U0.....y1...sD...../.. .z1...sDYsAIxzzzjz1..........WAbUdisqcljRRxgCKosEwnYRydIKa5uzwPN9SaPRGyDFHQlSHA1 Iw1iNMIOip7tzqF/G0ZZtVyDU.....I...............sD.6....sD..0..................... .............oAnAt1...sD....z................................................k1. .....83iyz1.......kz.wzzz1.U..6.P....U5...EB....m....c3....F....6/...I1.....SF52 ...U.qFG9yzb2zzzRYoWzz7lz16.pc..zXCc..kvrEtMc7xD6ocyFE0ujz1..........2.28.kFrA0. .Ub96aAIVz9.1se7Umvxz0........../EU0.wzzz1...........s/...................E.2c.. zzzz.............0...................2./8.kzzzD............8.................... /EU0.wzzz1...................................2CcN/UvNPcveeWCNq0.yRiibHJJUk1f..XR SvBmx3CcN/UvNPcvQsLsUa3.ibhVi1bTV1OK.sSq4uCly3CcN/UvNPcvMwLsUa3.ibhVinqTV1OK.sSq 4uCkz3CcN/UvNPcv..EsUa3feeWCNqGQIJ36wk8EwyLsUa3f................................ E....2..F2E..........6....EGiFLNbJaQU.pPrJaQ.........................c.......... ...................6./........zj................................................ ................................................................................ ........................} {Titel: Mandelbulb 3D v1.9.9}

 

Note: the version number at the beginning may not be accurate. This text was saved out from Mandelbulb3D v1.9.9, without a title or filename. The title shown at the end is inherited from the current version of the program.

See Also[edit | edit source]

Save tab