Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper attribution for Blender tutorial #7900

Merged
merged 2 commits into from
Jun 16, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
<Editing BEM surfaces in Blender>`).
wmvanvliet marked this conversation as resolved.
Show resolved Hide resolved
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 <w.m.vanvliet@gmail.com>
# @ezemikulan
# Ezequiel Mikulan <e.mikulan@gmail.com>
#
# License: BSD (3-clause)

Expand Down