Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
be665e8e
Commit
be665e8e
authored
Sep 18, 2016
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed filename in header
parent
78cee25a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
utils/generate-python-bindings.cpp
utils/generate-python-bindings.cpp
+2
-2
No files found.
utils/generate-python-bindings.cpp
View file @
be665e8e
/*
* eos - A 3D Morphable Model fitting library written in modern C++11/14.
*
* File: utils/
cre
ate-python-bindings.cpp
* File: utils/
gener
ate-python-bindings.cpp
*
* Copyright 2016 Patrik Huber
*
...
...
@@ -24,7 +24,7 @@
namespace
py
=
pybind11
;
/**
*
Cre
ate python bindings for the eos library using pybind11.
*
Gener
ate python bindings for the eos library using pybind11.
*/
PYBIND11_PLUGIN
(
eos
)
{
py
::
module
m
(
"eos"
,
"Python bindings to the 3D Morphable Face Model fitting library"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment