-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
37 lines (29 loc) · 1.53 KB
/
Copy pathTODO.txt
File metadata and controls
37 lines (29 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
After Publishing:
* check links if they redirect correctly like the various formats links
* Add more voxel showcase
TODO:
* optimize per voxel not per face VoxelColorReader __init__:for f in self.bm.faces:
* workaround move the UV coordinates for image texture to 0,0 then to center
* Export options
* Check supported formats maybe there are more loading/saving supports
* Colors getting darker on Export check quantization in docu
* Bug when doing file to file conversion when opening a path. (don't know how to reproduce sometimes it does not work)
BUGS:
!! Using old voxconverter to create qb file does not open in Qubicle but can be imported back into blender.
Bake getting darker colors with each bake. Try white it gets gray over time.
Surface_Only not working because i export to QB only surface voxels. so i need option to FILL voxels
Importing a vox object with Image Texture and then baking it, results in incorrect colors
DONE TASKS:
* export function using qb as the base
* save orientation is rotated
* use origin of the object to save QBMatrix
* multiple QBMatrix layers saving
* delete old version voxelity modifier
* Imported object should have 'voxelized' set to True
BUGS FIXED:
* Import vox/qb file with multiple objects create multipl vertex color nodes (no merge)
Remove History of EXE file:
git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch path/to/exe' HEAD
dann musst du aber force-pushen
dann git-lfs für die exe dateien
*.exe filter=lfs diff=lfs merge=lfs -text in .gitattributes im root deines git repos einfügen