.. |
api
|
bb0ff5d585
Normals weren't properly transformed in last exporter change so they were flipped on their sides 90 degrees. This fixes that issue so lighting works as expected. (#8647)
|
9 年之前 |
__init__.py
|
f2c0acf22c
all out disabling of logging messages
|
10 年之前 |
_json.py
|
49c8b96e0d
Improved the JSON serialization by using the "%g" formatter
|
10 年之前 |
base_classes.py
|
6ccad622e2
fixed a bug that was causing orphaned indices when performing more than 1 export of multiple scenes from the same Blender session
|
10 年之前 |
geometry.py
|
6cf33a63f7
Merge pull request #8068 from mhirsch/blender_export_embed_textures_option
|
9 年之前 |
image.py
|
8c02a182a6
Add feature to blender exporter to embed textures in .json file as base64 string, much like three.js editor
|
9 年之前 |
io.py
|
bc784fd2b2
Removes option to enable/disable compact separators. Now it's always enabled.
|
9 年之前 |
material.py
|
e42b5f5c4a
Blender: Fixed export of .vertexColors.
|
9 年之前 |
object.py
|
4617125265
Blender exporter: optionally export Custom Properties as userData.
|
9 年之前 |
scene.py
|
4e7f1cbc3d
Change logic: copy textures -> export textures, embed depends on export
|
9 年之前 |
texture.py
|
3f200147f1
Blender: Let texture export use numeric constants.
|
10 年之前 |
utilities.py
|
5dbe35e2f1
Improved the logic for float precision. This now happens in the JSON serialization process.
|
10 年之前 |