Skip to content

Commit

Permalink
- Added an Error Window when the user tries to edit a file with some …
Browse files Browse the repository at this point in the history
…invalid parameters

- Added Preview button for Map Files
- Re-group Parallax, Occlusion, Specular, Smoothness and Metalness Section
- Fixed spelling mistakes
- Fixed some parameters limitations
  • Loading branch information
RedEyedJealousy committed Jul 21, 2018
1 parent 023e27d commit 9bc429f
Show file tree
Hide file tree
Showing 22 changed files with 4,569 additions and 2,579 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/build/
/build/
/dist/
/nbproject/
9 changes: 8 additions & 1 deletion nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/F:/ales/Documents/NetBeansProjects/RMT/src/mmd/MaterialMakerv2.java</file>
<file>file:/F:/ales/Documents/NetBeansProjects/RMT/src/mmd/CustomEnableSection.java</file>
<file>file:/F:/ales/Documents/NetBeansProjects/RMT/src/mmd/AlbedoSection.java</file>
<file>file:/F:/ales/Documents/NetBeansProjects/RMT/src/mmd/AlphaSection.java</file>
<file>file:/F:/ales/Documents/NetBeansProjects/RMT/src/mmd/WindowFrame.java</file>
<file>file:/F:/ales/Documents/NetBeansProjects/RMT/src/mmd/EmissiveSection.java</file>
<file>file:/F:/ales/Documents/NetBeansProjects/RMT/src/mmd/NormalSection.java</file>
<file>file:/F:/ales/Documents/NetBeansProjects/RMT/src/mmd/ParallaxAndOcclusion.java</file>
<file>file:/F:/ales/Documents/NetBeansProjects/RMT/src/mmd/MetalnessSection.java</file>
<file>file:/F:/ales/Documents/NetBeansProjects/RMT/src/mmd/SpecularAndSmoothness.java</file>
</group>
</open-files>
</project-private>
82 changes: 68 additions & 14 deletions src/mmd/AlbedoSection.form

Large diffs are not rendered by default.

Loading

0 comments on commit 9bc429f

Please sign in to comment.