We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5329f commit fcc9116Copy full SHA for fcc9116
1 file changed
README.md
@@ -11,11 +11,14 @@ Unreal Engine Editor Plugin for processing meshes/data imported from Blender. De
11
# Roadmap
12
13
- Automatically process imported fbx's with options set from Blender.
14
+- Submit to Marketplace once stable and well tested.
15
16
# Required Unreal Version
17
18
4.23
19
20
+\* The source compiles in 4.22 (Tested) and maybe (?) earlier versions.
21
+
22
# NOTES
23
24
\* There is no UI or editor toolbar buttons. The plugin activates on detection of a new "blender_addon_ue_data.json" file.
@@ -33,7 +36,8 @@ Unreal Engine Editor Plugin for processing meshes/data imported from Blender. De
33
36
"opacity": "",
34
37
"ambient_occlusion": "",
35
38
"metallic": "",
- "roughness": ""
39
+ "roughness": "",
40
+ "emissive": ""
41
}
42
]
43
0 commit comments