Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Niflib
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
Niflib
Commits
e00040ed
Commit
e00040ed
authored
19 years ago
by
Amorilia
Browse files
Options
Downloads
Patches
Plain Diff
updated python wrapper interface
parent
cfb99f8d
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
pyniflib.i
+6
-2
6 additions, 2 deletions
pyniflib.i
with
6 additions
and
2 deletions
pyniflib.i
+
6
−
2
View file @
e00040ed
...
...
@@ -121,10 +121,10 @@ struct Key {
%
ignore
attr_ref
::
operator
=
(
const
char
*
n
)
;
%
ignore
attr_ref
::
operator
=
(
Matrix33
const
&
n
)
;
%
ignore
attr_ref
::
operator
=
(
blk_ref
const
&
n
)
;
%
ignore
attr_ref
::
operator
=
(
Tex
ture
Source
const
&
n
)
;
%
ignore
attr_ref
::
operator
=
(
TexSource
const
&
n
)
;
%
ignore
attr_ref
::
operator
=
(
BoundingBox
const
&
n
)
;
%
ignore
attr_ref
::
operator
=
(
ConditionalInt
const
&
n
)
;
%
ignore
attr_ref
::
operator
=
(
Tex
ture
const
&
n
)
;
%
ignore
attr_ref
::
operator
=
(
Tex
Desc
const
&
n
)
;
%
ignore
blk_ref
::
operator
=
(
const
blk_ref
&
rh
)
;
...
...
@@ -153,6 +153,10 @@ struct Key {
%
rename
QueryColorData
(
blk_ref
const
&
block
)
QueryColorData_const
;
%
rename
QueryFloatData
(
blk_ref
const
&
block
)
QueryFloatData_const
;
%
rename
QueryPosData
(
blk_ref
const
&
block
)
QueryPosData_const
;
%
rename
QueryBoolData
(
blk_ref
const
&
block
)
QueryBoolData_const
;
%
rename
QueryPixelData
(
blk_ref
const
&
block
)
QueryPixelData_const
;
%
rename
QueryPalette
(
blk_ref
const
&
block
)
QueryPalette_const
;
%
rename
QueryControllerSequence
(
blk_ref
const
&
block
)
QueryControllerSequence_const
;
%
include
"
niflib.h
"
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