You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,21 @@ Anyone is welcome to contribute, the addon is 100% pure Python 3.
38
38
39
39
If you encounter any issues, dont hesitate to open up an issue ticket here on Github and I will do my best to assist. <3 Also dont shy away from digging in the code yourself if you believe you can figure out whats happening in the event of an unexpected Python error or any sort of unexpected behaviour.
40
40
41
+
Also make sure to read the below section "Known issues"
42
+
43
+
# Known issues
44
+
45
+
1. The transparency pass is inverted - still wip.
46
+
2. The height doesnt utelize the full 0-1 range as its utelizing Eevees mist, also wip.
47
+
48
+
# Things I want to add
49
+
50
+
1. Support for normal maps that are texture based.
51
+
2. Support for baking geometry with inverted normals without it affecting the result of the baked texture emitted by Fast PBR.
52
+
3. Better height maps.
53
+
4. A grid visualizer that lets you preview how large a pixel will be on the final image before performing a render.
54
+
5. Got a sick idea? Dont hesitate to let me know about it!
55
+
41
56
# Contact
42
57
43
58
You can reach me by either opening an issue or discussion here on Github, or sending a dm to me over Discord: danieljackson#0286
0 commit comments