Skip to content

Commit

Permalink
Merge pull request #522 from neph1/Node_Editor_Material_Parameter_exc…
Browse files Browse the repository at this point in the history
…eption

fixing Material Parameter strings
  • Loading branch information
neph1 authored Aug 11, 2023
2 parents b6cd957 + e6de08c commit f45c7f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*/
package com.jme3.gde.materialdefinition.dialog;

import com.jme3.gde.core.editor.nodes.Diagram;
import com.jme3.gde.materialdefinition.editor.ShaderNodeDiagram;
import com.jme3.shader.VarType;
import java.awt.Point;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ AddMaterialParameterDialog.jLabel1.text=Parameter Type
AddMaterialParameterDialog.title=Add Material Parameter
AddMaterialParameterDialog.jButton1.text=Ok
AddMaterialParameterDialog.jButton2.text=Cancel
AddWorldParameterDialog.title=Add Material Parameter
AddMaterialParameterDialog.okButton.text=Ok
AddMaterialParameterDialog.cancelButton.text=Cancel
AddWorldParameterDialog.title=Add World Parameter
AddWorldParameterDialog.jButton1.text=Ok
AddWorldParameterDialog.jButton2.text=Cancel
AddWorldParameterDialog.jLabel1.text=Parameter Name
AddAttributeDialog.jButton2.text=Cancel
AddAttributeDialog.jLabel1.text=Attribute
AddAttributeDialog.title=Add Material Parameter
AddAttributeDialog.title=Add Attribute
AddAttributeDialog.jButton1.text=Ok
AddAttributeDialog.jLabel2.text=GLSL Type
AddAttributeDialog.typeField.text=

0 comments on commit f45c7f7

Please sign in to comment.