Skip to content

Commit

Permalink
Proper attribution for Blender tutorial (mne-tools#7900)
Browse files Browse the repository at this point in the history
* Proper attribution for Blender tutorial

* Fix link
  • Loading branch information
wmvanvliet authored Jun 16, 2020
1 parent 408c5c8 commit 7a16f2c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/changes/latest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Changelog

- Add support for reading and writing surfaces in Wavefront .obj format to the :func:`mne.read_surface` and :func:`mne.write_surface` by `Marijn van Vliet`_

- Add tutorial on how to manually fix BEM meshes in Blender by `Marijn van Vliet`_
- Add tutorial on how to manually fix BEM meshes in Blender by `Marijn van Vliet`_ and `Ezequiel Mikulan`_

Bug
~~~
Expand Down
2 changes: 2 additions & 0 deletions doc/changes/names.inc
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,5 @@
.. _Lx37: https://github.com/Lx37
.. _Kyle Mathewson: https://github.com/kylemath
.. _Ezequiel Mikulan: https://github.com/ezemikulan
4 changes: 2 additions & 2 deletions doc/overview/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@ order of difficulty):
:ref:`mne watershed_bem`.
2. Changing the ``--atlas`` and ``--gcaatlas`` options of
:ref:`mne watershed_bem`.
3. Manually editing the meshes (see `this tutorial
<https://github.com/ezemikulan/blender_freesurfer>`__.
3. Manually editing the meshes (see :ref:`this tutorial
<sphx_glr_auto_tutorials_source-modeling_plot_fix_bem_in_blender.py>`).
4. Manually running mri_watershed_ with various FreeSurfer flags (e.g.,
``-less`` to fix the output).
5. Going farther back in your Freesurfer pipeline to fix the problem.
Expand Down
5 changes: 3 additions & 2 deletions tutorials/source-modeling/plot_fix_bem_in_blender.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
modeling program `Blender <https://blender.org>`_, editing them, and
re-importing them.
This tutorial is based on https://github.com/ezemikulan/blender_freesurfer
This tutorial is based on https://github.com/ezemikulan/blender_freesurfer by
Ezequiel Mikulan.
"""

# Authors: Marijn van Vliet <[email protected]>
# @ezemikulan
# Ezequiel Mikulan <[email protected]>
#
# License: BSD (3-clause)

Expand Down

0 comments on commit 7a16f2c

Please sign in to comment.