Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nifxml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grant Kim
Nifxml
Commits
6c97056a
Commit
6c97056a
authored
7 years ago
by
@perture
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Correction enum
Override of enumerators
parent
9b45d8a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nif.xml
+3
-3
3 additions, 3 deletions
nif.xml
with
3 additions
and
3 deletions
nif.xml
+
3
−
3
View file @
6c97056a
...
@@ -1057,7 +1057,7 @@
...
@@ -1057,7 +1057,7 @@
<enum
name=
"EffectShaderControlledColor"
storage=
"uint"
>
<enum
name=
"EffectShaderControlledColor"
storage=
"uint"
>
An unsigned 32-bit integer, describing which color in BSEffectShaderProperty to animate.
An unsigned 32-bit integer, describing which color in BSEffectShaderProperty to animate.
<option
value=
"0"
name=
"Emissive Color"
>
Emissive Color.
</option>
<option
value=
"0"
name=
"
ECSC_
Emissive Color"
>
Emissive Color.
</option>
</enum>
</enum>
<enum
name=
"LightingShaderControlledVariable"
storage=
"uint"
>
<enum
name=
"LightingShaderControlledVariable"
storage=
"uint"
>
...
@@ -1076,8 +1076,8 @@
...
@@ -1076,8 +1076,8 @@
<enum
name=
"LightingShaderControlledColor"
storage=
"uint"
>
<enum
name=
"LightingShaderControlledColor"
storage=
"uint"
>
An unsigned 32-bit integer, describing which color in BSLightingShaderProperty to animate.
An unsigned 32-bit integer, describing which color in BSLightingShaderProperty to animate.
<option
value=
"0"
name=
"Specular Color"
>
Specular Color.
</option>
<option
value=
"0"
name=
"
LSCC_
Specular Color"
>
Specular Color.
</option>
<option
value=
"1"
name=
"Emissive Color"
>
Emissive Color.
</option>
<option
value=
"1"
name=
"
LSCC_
Emissive Color"
>
Emissive Color.
</option>
</enum>
</enum>
<enum
name=
"hkConstraintType"
storage=
"uint"
>
<enum
name=
"hkConstraintType"
storage=
"uint"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment