From b4b12732cb1f5510cd41cc3218d02444ed4d4231 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Tue, 8 Jul 2014 18:48:59 -0400 Subject: [PATCH] Add new materials script constants to keywords.ini --- indra/newview/app_settings/keywords.ini | 9 +++++++++ indra/newview/skins/apollo/keywords.ini | 9 +++++++++ indra/newview/skins/gemini/keywords.ini | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/indra/newview/app_settings/keywords.ini b/indra/newview/app_settings/keywords.ini index f6033d87d..1a4be7432 100644 --- a/indra/newview/app_settings/keywords.ini +++ b/indra/newview/app_settings/keywords.ini @@ -489,6 +489,15 @@ PRIM_PHYSICS_SHAPE_PRIM Use the normal prim shape for physics (th PRIM_PHYSICS_SHAPE_NONE Use the convex hull of the prim shape for physics (this is the default for mesh objects) PRIM_PHYSICS_SHAPE_CONVEX Ignore this prim in the physics shape. This cannot be applied to the root prim. +PRIM_SPECULAR Used to get or set the specular map texture settings of a prim's face. +PRIM_NORMAL Used to get or set the normal map texture settings of a prim's face. + +PRIM_ALPHA_MODE Used to specify how the alpha channel of the diffuse texture should affect rendering of a prim’s face. +PRIM_ALPHA_MODE_NONE Render the diffuse texture as though the alpha channel were nonexistent. +PRIM_ALPHA_MODE_BLEND Render the diffuse texture with alpha-blending. +PRIM_ALPHA_MODE_MASK Render the prim face in alpha-masked mode. +PRIM_ALPHA_MODE_EMISSIVE Render the prim face in emissivity mode. + MASK_BASE Base permissions MASK_OWNER Owner permissions MASK_GROUP Group permissions diff --git a/indra/newview/skins/apollo/keywords.ini b/indra/newview/skins/apollo/keywords.ini index fd30d7cf5..3cf07133a 100644 --- a/indra/newview/skins/apollo/keywords.ini +++ b/indra/newview/skins/apollo/keywords.ini @@ -489,6 +489,15 @@ PRIM_PHYSICS_SHAPE_PRIM Use the normal prim shape for physics (th PRIM_PHYSICS_SHAPE_NONE Use the convex hull of the prim shape for physics (this is the default for mesh objects) PRIM_PHYSICS_SHAPE_CONVEX Ignore this prim in the physics shape. This cannot be applied to the root prim. +PRIM_SPECULAR Used to get or set the specular map texture settings of a prim's face. +PRIM_NORMAL Used to get or set the normal map texture settings of a prim's face. + +PRIM_ALPHA_MODE Used to specify how the alpha channel of the diffuse texture should affect rendering of a prim’s face. +PRIM_ALPHA_MODE_NONE Render the diffuse texture as though the alpha channel were nonexistent. +PRIM_ALPHA_MODE_BLEND Render the diffuse texture with alpha-blending. +PRIM_ALPHA_MODE_MASK Render the prim face in alpha-masked mode. +PRIM_ALPHA_MODE_EMISSIVE Render the prim face in emissivity mode. + MASK_BASE Base permissions MASK_OWNER Owner permissions MASK_GROUP Group permissions diff --git a/indra/newview/skins/gemini/keywords.ini b/indra/newview/skins/gemini/keywords.ini index fd30d7cf5..3cf07133a 100644 --- a/indra/newview/skins/gemini/keywords.ini +++ b/indra/newview/skins/gemini/keywords.ini @@ -489,6 +489,15 @@ PRIM_PHYSICS_SHAPE_PRIM Use the normal prim shape for physics (th PRIM_PHYSICS_SHAPE_NONE Use the convex hull of the prim shape for physics (this is the default for mesh objects) PRIM_PHYSICS_SHAPE_CONVEX Ignore this prim in the physics shape. This cannot be applied to the root prim. +PRIM_SPECULAR Used to get or set the specular map texture settings of a prim's face. +PRIM_NORMAL Used to get or set the normal map texture settings of a prim's face. + +PRIM_ALPHA_MODE Used to specify how the alpha channel of the diffuse texture should affect rendering of a prim’s face. +PRIM_ALPHA_MODE_NONE Render the diffuse texture as though the alpha channel were nonexistent. +PRIM_ALPHA_MODE_BLEND Render the diffuse texture with alpha-blending. +PRIM_ALPHA_MODE_MASK Render the prim face in alpha-masked mode. +PRIM_ALPHA_MODE_EMISSIVE Render the prim face in emissivity mode. + MASK_BASE Base permissions MASK_OWNER Owner permissions MASK_GROUP Group permissions