How to Import Blender 2.79 built-in matcaps to Blender 2.80?












4














I'm missing my favorite matcap from Blender 2.79 in 2.80, this one on the left, indicated with a blue border:



Blender 2.79 matcaps



Is there a way to extract matcaps from 2.79 and import them into 2.80? Or maybe there is a repository of old matcaps as images, somewhere in the Blender git?










share|improve this question



























    4














    I'm missing my favorite matcap from Blender 2.79 in 2.80, this one on the left, indicated with a blue border:



    Blender 2.79 matcaps



    Is there a way to extract matcaps from 2.79 and import them into 2.80? Or maybe there is a repository of old matcaps as images, somewhere in the Blender git?










    share|improve this question

























      4












      4








      4


      1





      I'm missing my favorite matcap from Blender 2.79 in 2.80, this one on the left, indicated with a blue border:



      Blender 2.79 matcaps



      Is there a way to extract matcaps from 2.79 and import them into 2.80? Or maybe there is a repository of old matcaps as images, somewhere in the Blender git?










      share|improve this question













      I'm missing my favorite matcap from Blender 2.79 in 2.80, this one on the left, indicated with a blue border:



      Blender 2.79 matcaps



      Is there a way to extract matcaps from 2.79 and import them into 2.80? Or maybe there is a repository of old matcaps as images, somewhere in the Blender git?







      sculpting matcaps






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 29 '18 at 11:28









      jubi

      1,40811434




      1,40811434






















          2 Answers
          2






          active

          oldest

          votes


















          5














          OP's comment here reminded me that you could probably check the v2.79 tag (i.e. release) to find these files.



          Here they are on the official repository:



          https://git.blender.org/gitweb/gitweb.cgi/blender.git/tree/v2.79:/release/datafiles/matcaps



          Here they are on the GitHub mirror:



          https://github.com/sobotka/blender/tree/v2.79/release/datafiles/matcaps



          The one you're looking for looks like Matcap 9:



          enter image description here






          share|improve this answer



















          • 1




            Good call! I've mentioned your suggestions too now
            – Nicola Sap
            Dec 29 '18 at 20:47










          • Good idea, mine was slightly less convenient - download the whole archive and extract those files, eg. from there download.blender.org/source/blender-2.79b.tar.gz
            – jubi
            Dec 31 '18 at 13:38



















          3














          If I remember correctly, matcaps in 2.79 weren't exr, which should mean that they were basically defined by their own preview image.



          So what I'd do is:




          • take a screenshot of B2.79 (as you have already done)


          • cut just the matcap:



            enter image description here



            (( or better: use the actual 2.79 jpegs as Moira suggests! ))



          • save it (e.g. with GIMP) as an .exr


          • place it in the Blender folder, under 2.80/datafiles/studiolights/matcaps



          • voila



            enter image description here








          share|improve this answer























          • Thanks, I got another idea after some searching on blender git, the main problem was the "master" is now a 2.8 so I couldn't find those files there, but I found them elsewhere, maybe I will publish that as another answer later.
            – jubi
            Dec 29 '18 at 20:11











          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "502"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f127351%2fhow-to-import-blender-2-79-built-in-matcaps-to-blender-2-80%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          5














          OP's comment here reminded me that you could probably check the v2.79 tag (i.e. release) to find these files.



          Here they are on the official repository:



          https://git.blender.org/gitweb/gitweb.cgi/blender.git/tree/v2.79:/release/datafiles/matcaps



          Here they are on the GitHub mirror:



          https://github.com/sobotka/blender/tree/v2.79/release/datafiles/matcaps



          The one you're looking for looks like Matcap 9:



          enter image description here






          share|improve this answer



















          • 1




            Good call! I've mentioned your suggestions too now
            – Nicola Sap
            Dec 29 '18 at 20:47










          • Good idea, mine was slightly less convenient - download the whole archive and extract those files, eg. from there download.blender.org/source/blender-2.79b.tar.gz
            – jubi
            Dec 31 '18 at 13:38
















          5














          OP's comment here reminded me that you could probably check the v2.79 tag (i.e. release) to find these files.



          Here they are on the official repository:



          https://git.blender.org/gitweb/gitweb.cgi/blender.git/tree/v2.79:/release/datafiles/matcaps



          Here they are on the GitHub mirror:



          https://github.com/sobotka/blender/tree/v2.79/release/datafiles/matcaps



          The one you're looking for looks like Matcap 9:



          enter image description here






          share|improve this answer



















          • 1




            Good call! I've mentioned your suggestions too now
            – Nicola Sap
            Dec 29 '18 at 20:47










          • Good idea, mine was slightly less convenient - download the whole archive and extract those files, eg. from there download.blender.org/source/blender-2.79b.tar.gz
            – jubi
            Dec 31 '18 at 13:38














          5












          5








          5






          OP's comment here reminded me that you could probably check the v2.79 tag (i.e. release) to find these files.



          Here they are on the official repository:



          https://git.blender.org/gitweb/gitweb.cgi/blender.git/tree/v2.79:/release/datafiles/matcaps



          Here they are on the GitHub mirror:



          https://github.com/sobotka/blender/tree/v2.79/release/datafiles/matcaps



          The one you're looking for looks like Matcap 9:



          enter image description here






          share|improve this answer














          OP's comment here reminded me that you could probably check the v2.79 tag (i.e. release) to find these files.



          Here they are on the official repository:



          https://git.blender.org/gitweb/gitweb.cgi/blender.git/tree/v2.79:/release/datafiles/matcaps



          Here they are on the GitHub mirror:



          https://github.com/sobotka/blender/tree/v2.79/release/datafiles/matcaps



          The one you're looking for looks like Matcap 9:



          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Dec 29 '18 at 20:27

























          answered Dec 29 '18 at 20:19









          Moira

          1664




          1664








          • 1




            Good call! I've mentioned your suggestions too now
            – Nicola Sap
            Dec 29 '18 at 20:47










          • Good idea, mine was slightly less convenient - download the whole archive and extract those files, eg. from there download.blender.org/source/blender-2.79b.tar.gz
            – jubi
            Dec 31 '18 at 13:38














          • 1




            Good call! I've mentioned your suggestions too now
            – Nicola Sap
            Dec 29 '18 at 20:47










          • Good idea, mine was slightly less convenient - download the whole archive and extract those files, eg. from there download.blender.org/source/blender-2.79b.tar.gz
            – jubi
            Dec 31 '18 at 13:38








          1




          1




          Good call! I've mentioned your suggestions too now
          – Nicola Sap
          Dec 29 '18 at 20:47




          Good call! I've mentioned your suggestions too now
          – Nicola Sap
          Dec 29 '18 at 20:47












          Good idea, mine was slightly less convenient - download the whole archive and extract those files, eg. from there download.blender.org/source/blender-2.79b.tar.gz
          – jubi
          Dec 31 '18 at 13:38




          Good idea, mine was slightly less convenient - download the whole archive and extract those files, eg. from there download.blender.org/source/blender-2.79b.tar.gz
          – jubi
          Dec 31 '18 at 13:38













          3














          If I remember correctly, matcaps in 2.79 weren't exr, which should mean that they were basically defined by their own preview image.



          So what I'd do is:




          • take a screenshot of B2.79 (as you have already done)


          • cut just the matcap:



            enter image description here



            (( or better: use the actual 2.79 jpegs as Moira suggests! ))



          • save it (e.g. with GIMP) as an .exr


          • place it in the Blender folder, under 2.80/datafiles/studiolights/matcaps



          • voila



            enter image description here








          share|improve this answer























          • Thanks, I got another idea after some searching on blender git, the main problem was the "master" is now a 2.8 so I couldn't find those files there, but I found them elsewhere, maybe I will publish that as another answer later.
            – jubi
            Dec 29 '18 at 20:11
















          3














          If I remember correctly, matcaps in 2.79 weren't exr, which should mean that they were basically defined by their own preview image.



          So what I'd do is:




          • take a screenshot of B2.79 (as you have already done)


          • cut just the matcap:



            enter image description here



            (( or better: use the actual 2.79 jpegs as Moira suggests! ))



          • save it (e.g. with GIMP) as an .exr


          • place it in the Blender folder, under 2.80/datafiles/studiolights/matcaps



          • voila



            enter image description here








          share|improve this answer























          • Thanks, I got another idea after some searching on blender git, the main problem was the "master" is now a 2.8 so I couldn't find those files there, but I found them elsewhere, maybe I will publish that as another answer later.
            – jubi
            Dec 29 '18 at 20:11














          3












          3








          3






          If I remember correctly, matcaps in 2.79 weren't exr, which should mean that they were basically defined by their own preview image.



          So what I'd do is:




          • take a screenshot of B2.79 (as you have already done)


          • cut just the matcap:



            enter image description here



            (( or better: use the actual 2.79 jpegs as Moira suggests! ))



          • save it (e.g. with GIMP) as an .exr


          • place it in the Blender folder, under 2.80/datafiles/studiolights/matcaps



          • voila



            enter image description here








          share|improve this answer














          If I remember correctly, matcaps in 2.79 weren't exr, which should mean that they were basically defined by their own preview image.



          So what I'd do is:




          • take a screenshot of B2.79 (as you have already done)


          • cut just the matcap:



            enter image description here



            (( or better: use the actual 2.79 jpegs as Moira suggests! ))



          • save it (e.g. with GIMP) as an .exr


          • place it in the Blender folder, under 2.80/datafiles/studiolights/matcaps



          • voila



            enter image description here









          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Dec 29 '18 at 20:46

























          answered Dec 29 '18 at 11:51









          Nicola Sap

          5,74711544




          5,74711544












          • Thanks, I got another idea after some searching on blender git, the main problem was the "master" is now a 2.8 so I couldn't find those files there, but I found them elsewhere, maybe I will publish that as another answer later.
            – jubi
            Dec 29 '18 at 20:11


















          • Thanks, I got another idea after some searching on blender git, the main problem was the "master" is now a 2.8 so I couldn't find those files there, but I found them elsewhere, maybe I will publish that as another answer later.
            – jubi
            Dec 29 '18 at 20:11
















          Thanks, I got another idea after some searching on blender git, the main problem was the "master" is now a 2.8 so I couldn't find those files there, but I found them elsewhere, maybe I will publish that as another answer later.
          – jubi
          Dec 29 '18 at 20:11




          Thanks, I got another idea after some searching on blender git, the main problem was the "master" is now a 2.8 so I couldn't find those files there, but I found them elsewhere, maybe I will publish that as another answer later.
          – jubi
          Dec 29 '18 at 20:11


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Blender Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f127351%2fhow-to-import-blender-2-79-built-in-matcaps-to-blender-2-80%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?