Update add-ons to comply with add-on key requirements. #95442

Closed
opened 2022-02-02 17:30:00 +01:00 by Thomas Dinges · 55 comments

This is a list of add-ons that need to be updated for the new [add-on key requirements ]] and should be updated before the Blender 3.1 release. The requirements have been announced on the [ https:*lists.blender.org/pipermail/bf-committers/2021-November/051196.html | bf-commiters mailing list end of November 2021 already.

This is a list of add-ons that need to be updated for the new [add-on key requirements ]] and should be updated before the Blender 3.1 release. The requirements have been announced on the [[ https:*lists.blender.org/pipermail/bf-committers/2021-November/051196.html | bf-commiters mailing list ](https:*wiki.blender.org/wiki/Process/Addons#Key_requirements_for_Add-ons) end of November 2021 already. - - [x] [Grease Pencil Tools ](https://developer.blender.org/diffusion/BA/browse/master/greasepencil_tools/) (90fbd177c9) - - [x] [Precision Drawing Tools ](https://developer.blender.org/diffusion/BA/browse/master/precision_drawing_tools/) (documentation outside of blender.org) rBM9053 - - [x] [Amaranth ](https://developer.blender.org/diffusion/BA/browse/master/amaranth/) (documentation outside of blender.org) rBM9064 4a4a52452e - - [x] [Tissue ](https://developer.blender.org/diffusion/BA/browse/master/mesh_tissue/) (documentation outside of blender.org) b587911d7f rBM9061 - - [x] [tinyCAD Mesh tools ](https://developer.blender.org/diffusion/BA/browse/master/mesh_tiny_cad/) (documentation outside of blender.org) 847d2c7b7c - - [x] [Real Snow ](https://developer.blender.org/diffusion/BA/browse/master/real_snow.py) (documentation outside of blender.org) rBM9056 - - [x] [Magic UV ](https://developer.blender.org/diffusion/BA/browse/master/magic_uv/) (rBM8992)
Author
Owner

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Author
Owner

Added subscriber: @ThomasDinges

Added subscriber: @ThomasDinges

Added subscriber: @Harvester

Added subscriber: @Harvester
Author
Owner
Added subscribers: @clockmender, @ermo, @AlessandroZomparelli, @drewp, @Pullup, @nutti, @antoniov, @tetha.z, @pablovazquez
Author
Owner

Notifying add-on authors directly:

Please update your add-ons to follow the key-requirements . The deadline for this is the beginning of BCon4 (March 2).

Notifying add-on authors directly: - Grease Pencil Tools @Pullup @antoniov - Precision Drawing Tools @clockmender @ermo - Amaranth @pablovazquez - Tissue @AlessandroZomparelli - tinyCAD @tetha.z - Real Snow @drewp - Magic UV @nutti Please update your add-ons to follow the [key-requirements ](https://wiki.blender.org/wiki/Process/Addons#Key_requirements_for_Add-ons). The deadline for this is the beginning of BCon4 (March 2).

Hi, in the Tissue add-on I have an option for installing Numba module. Is that an issue? It is optional and everything should work also without that.

Hi, in the Tissue add-on I have an option for installing Numba module. Is that an issue? It is optional and everything should work also without that.
Member

Added subscriber: @pepe-school-land

Added subscriber: @pepe-school-land
Member

@ThomasDinges In Grease pencil tools the external link points to a gitlab repository of @pepe-school-land, that way user can download and install his Grease pencil brush pack directly from Blender.
Here is repo : https://gitlab.com/pepe-school-land/gp-brush-pack

As I mentioned on blender chat when this issue was discussed, I'm fully ok to change this link. But then you should see with @pepe-school-land where he can store his brush pack on a blender.org url (A fixed one, I don't know how to manage python downloads from dynamic js urls).
Hope this can be made possible.

@ThomasDinges In Grease pencil tools the external link points to a gitlab repository of @pepe-school-land, that way user can download and install his Grease pencil brush pack directly from Blender. Here is repo : https://gitlab.com/pepe-school-land/gp-brush-pack As I mentioned on blender chat when this issue was discussed, I'm fully ok to change this link. But then you should see with @pepe-school-land where he can store his brush pack on a blender.org url (A fixed one, I don't know how to manage python downloads from dynamic js urls). Hope this can be made possible.
Member

@ThomasDinges

Thanks for notifying me. I will update the document ASAP.
However, I don't have permission to commit documentation repository.
In this case, do I need to follow the Contributing Code document?

@ThomasDinges Thanks for notifying me. I will update the document ASAP. However, I don't have permission to commit documentation repository. In this case, do I need to follow the [Contributing Code ](https://wiki.blender.org/wiki/Process/Contributing_Code) document?
Author
Owner

@nutti Thanks for your reply.
For manual contribution, see here: https://docs.blender.org/manual/en/latest/about/index.html

@nutti Thanks for your reply. For manual contribution, see here: https://docs.blender.org/manual/en/latest/about/index.html
Member

@ThomasDinges

Thanks. I made the differential.
Is it possible to review this?
https://developer.blender.org/D14060

@ThomasDinges Thanks. I made the differential. Is it possible to review this? https://developer.blender.org/D14060
Author
Owner

Added subscriber: @Blendify

Added subscriber: @Blendify
Author
Owner

Everyone: I am happy to help with questions you have and coordinate this a bit, but please check with Add-ons and Documentation module teams for more.

If you need commit access to the Blender manual, you can ask @Blendify to get access. For other (code) changes, please reach out to the Python / Add-ons module team to find a solution. @ideasman42 https://developer.blender.org/tag/python_api/

Thank you.

Everyone: I am happy to help with questions you have and coordinate this a bit, but please check with Add-ons and Documentation module teams for more. If you need commit access to the Blender manual, you can ask @Blendify to get access. For other (code) changes, please reach out to the Python / Add-ons module team to find a solution. @ideasman42 https://developer.blender.org/tag/python_api/ Thank you.
Author
Owner

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Member

Hi @ThomasDinges
Grease pencil tools is fixed, pack download now point to a blender.org hosted file (90fbd177c9)

Hi @ThomasDinges Grease pencil tools is fixed, pack download now point to a `blender.org` hosted file (90fbd177c985)
Author
Owner

Hey @Pullup
Great, thanks a lot. :)

Hey @Pullup Great, thanks a lot. :)
Author
Owner

Thanks @Blendify and @nutti for the Magic UV updates! :)

As there is still no action from the other add-ons, these will be disabled shortly and therefore not bundled with Blender 3.1. If the required updates will be done before next week (03. March), it can be enabled again.

Thanks @Blendify and @nutti for the Magic UV updates! :) As there is still no action from the other add-ons, these will be disabled shortly and therefore not bundled with Blender 3.1. If the required updates will be done before next week (03. March), it can be enabled again.
Member

Hello @ThomasDinges

In #95442#1311709, @ThomasDinges wrote:
Thanks @Blendify and @nutti for the Magic UV updates! :)

As there is still no action from the other add-ons, these will be disabled shortly and therefore not bundled with Blender 3.1. If the required updates will be done before next week (03. March), it can be enabled again.

Hello, I’ve only just got the notice of this, can you please explain what I have to do to comply and I will action in the next few days. I understand this relates to the PDT wiki, can you confirm this and tell me how to get this on to Blender.org please.

Thanks and kind regards,

Alan Odom.

Hello @ThomasDinges > In #95442#1311709, @ThomasDinges wrote: > Thanks @Blendify and @nutti for the Magic UV updates! :) > > As there is still no action from the other add-ons, these will be disabled shortly and therefore not bundled with Blender 3.1. If the required updates will be done before next week (03. March), it can be enabled again. Hello, I’ve only just got the notice of this, can you please explain what I have to do to comply and I will action in the next few days. I understand this relates to the PDT wiki, can you confirm this and tell me how to get this on to Blender.org please. Thanks and kind regards, Alan Odom.
Author
Owner

Hello Alan @clockmender
The add-on documentation needs to be posted inside the Blender manual. You can find infos on how to contribute here: https://docs.blender.org/manual/en/latest/about/index.html

Easiest solution is to create the doc and submit it for review: https://docs.blender.org/manual/en/latest/about/contribute/patch_commit.html

Let me know if you need more help.

Best regards,
Thomas

Hello Alan @clockmender The add-on documentation needs to be posted inside the Blender manual. You can find infos on how to contribute here: https://docs.blender.org/manual/en/latest/about/index.html Easiest solution is to create the doc and submit it for review: https://docs.blender.org/manual/en/latest/about/contribute/patch_commit.html Let me know if you need more help. Best regards, Thomas
Member

Is it possible to use the files (.md) and images from my Github PDT Wiki, I have these available on my Mac at home?

Forgive me, this is all very new to me and I have not done this before!

I have got as far as updating my Homebrew and am waiting for Subversion to install so I can get the Blender docs.

EDIT:

OK, I have the Blender Docs on my Mac now. I note:

  1. All images are in the blender_docs/images file and names with the add-on name first.

  2. There are separate folders for each add-on under the blender_docs/addons file.

I think I can use Atom to save my .md files as .rst files, I may need to change the format slightly... I assume I need to create my own folder for PDT, add all my .rst files, then rename and add all my images to the blender_docs/images folder. Then I can commit the changes, having done an update beforehand (svn update). Is this correct?

Is it possible to use the files (.md) and images from my Github PDT Wiki, I have these available on my Mac at home? Forgive me, this is all very new to me and I have not done this before! I have got as far as updating my Homebrew and am waiting for Subversion to install so I can get the Blender docs. EDIT: OK, I have the Blender Docs on my Mac now. I note: 1) All images are in the blender_docs/images file and names with the add-on name first. 2) There are separate folders for each add-on under the blender_docs/addons file. I think I can use Atom to save my .md files as .rst files, I may need to change the format slightly... I assume I need to create my own folder for PDT, add all my .rst files, then rename and add all my images to the blender_docs/images folder. Then I can commit the changes, having done an update beforehand (svn update). Is this correct?
Author
Owner

@Blendify knows better about the manual and the expected stucture.

You can only commit it directly, if you have permission there. Otherwise just submit it as a patch.

@Blendify knows better about the manual and the expected stucture. You can only commit it directly, if you have permission there. Otherwise just submit it as a patch.
Member

OK, a little help please... This is driving me mad!

Screenshot 2022-02-23 at 16.05.19.png

I want to get a paragraph break in after the pictures, paragraphs ,etc. but it keeps making this mess above!!

Here's a bit of the .rst file:


Search for PDT in the Add-ons by typing pdt into the search box.

.. figure:: /images/addons_pdt_install.png
   :align: left
   :width: 420px

Add-on will be displayed in the "N" (Ui) Panel of the 3D view under its own Tab as shown below:

.. figure:: /images/addons_pdt_ui_menu.png
   :align: left
   :width: 220px

Only one PDT menu (Design) is shown as expanded, by default all menus are expanded when the add-on is loaded.

Optional Button Labels, Messages, Descriptions, etc.

Anyone know what I'm doing wrong, Internet searches are not telling me much...

OK, a little help please... This is driving me mad! ![Screenshot 2022-02-23 at 16.05.19.png](https://archive.blender.org/developer/F12884329/Screenshot_2022-02-23_at_16.05.19.png) I want to get a paragraph break in after the pictures, paragraphs ,etc. but it keeps making this mess above!! Here's a bit of the .rst file: ``` Search for PDT in the Add-ons by typing pdt into the search box. .. figure:: /images/addons_pdt_install.png :align: left :width: 420px Add-on will be displayed in the "N" (Ui) Panel of the 3D view under its own Tab as shown below: .. figure:: /images/addons_pdt_ui_menu.png :align: left :width: 220px Only one PDT menu (Design) is shown as expanded, by default all menus are expanded when the add-on is loaded. Optional Button Labels, Messages, Descriptions, etc. ``` Anyone know what I'm doing wrong, Internet searches are not telling me much...
Member

Add this after any paragraphs you want to have a break between:

.. container:: lead

   .. clear
Add this after any paragraphs you want to have a break between: ``` .. container:: lead .. clear ```
Member

In #95442#1312903, @Blendify wrote:
Add this after any paragraphs you want to have a break between:

.. container:: lead

   .. clear

Brilliant, thank you so much, this is the first time I have used .rst files.....

> In #95442#1312903, @Blendify wrote: > Add this after any paragraphs you want to have a break between: > > ``` > .. container:: lead > > .. clear > ``` Brilliant, thank you so much, this is the first time I have used .rst files.....
Member

Brilliant, thank you so much, this is the first time I have used .rst files.....

Yeah I have thought about converting things to Markdown but from what I have seen restructured text is slightly more powerful and tailored for our needs a bit more

> Brilliant, thank you so much, this is the first time I have used .rst files..... Yeah I have thought about converting things to Markdown but from what I have seen restructured text is slightly more powerful and tailored for our needs a bit more

@clockmender note that including how to search for the add-on should be part of general documentation, not each individual add-on.

@Blendify I wasn't aware of the .. container:: lead workaround, is this specific to Blender? If not I didn't see this documented elsewhere, otherwise (if we're already using a custom solution), we might consider something less verbose |CLEAR| for e.g.... although from a quick check multi-line replacements aren't supported.

@clockmender note that including how to search for the add-on should be part of general documentation, not each individual add-on. @Blendify I wasn't aware of the `.. container:: lead` workaround, is this specific to Blender? If not I didn't see this documented elsewhere, otherwise (if we're already using a custom solution), we might consider something less verbose `|CLEAR|` for e.g.... although from a quick check multi-line replacements aren't supported.
Member

In #95442#1313112, @ideasman42 wrote:
@clockmender note that including how to search for the add-on should be part of general documentation, not each individual add-on.

@Blendify I wasn't aware of the .. container:: lead workaround, is this specific to Blender? If not I didn't see this documented elsewhere, otherwise (if we're already using a custom solution), we might consider something less verbose |CLEAR| for e.g.... although from a quick check multi-line replacements aren't supported.

Yes it is blender specific although I have been wanting try to get it merged upstream as it seems to be a useful feature by others.
I may also refactor it into an extension which would make it a little less verbose and just make it .. clear::. But I agree is should be documented.

> In #95442#1313112, @ideasman42 wrote: > @clockmender note that including how to search for the add-on should be part of general documentation, not each individual add-on. > > @Blendify I wasn't aware of the `.. container:: lead` workaround, is this specific to Blender? If not I didn't see this documented elsewhere, otherwise (if we're already using a custom solution), we might consider something less verbose `|CLEAR|` for e.g.... although from a quick check multi-line replacements aren't supported. Yes it is blender specific although I have been wanting try to get it merged upstream as it seems to be a useful feature by others. I may also refactor it into an extension which would make it a little less verbose and just make it `.. clear::`. But I agree is should be documented.
Author
Owner

@clockmender
Hey, please submit your changes to the manual until Tuesday, March 1 so your add-on can be kept.

The other add-ons have been disabled now and won't be bundled with Blender 3.1:
addons/amaranth"
addons/mesh_tiny_cad"
addons/mesh_tissue"
addons/real_snow.py"

If the docs are moved by Tuesday, March 1, the add-on(s) can be enabled again.

@clockmender Hey, please submit your changes to the manual until Tuesday, March 1 so your add-on can be kept. **The other add-ons have been disabled now and won't be bundled with Blender 3.1:** addons/amaranth" addons/mesh_tiny_cad" addons/mesh_tissue" addons/real_snow.py" If the docs are moved by Tuesday, March 1, the add-on(s) can be enabled again.
Member

In #95442#1313112, @ideasman42 wrote:
@clockmender note that including how to search for the add-on should be part of general documentation, not each individual add-on.

Roger Wilco..... I'm getting the pages done, will commit once I have all of them in place.

@Blendify I'm only 65 years old so it no problem to pick up a new language!!!

> In #95442#1313112, @ideasman42 wrote: > @clockmender note that including how to search for the add-on should be part of general documentation, not each individual add-on. Roger Wilco..... I'm getting the pages done, will commit once I have all of them in place. @Blendify I'm only 65 years old so it no problem to pick up a new language!!!
Member

Hi @Blendify, @ThomasDinges, Can I please have access to the manual SVN to upload the manual pages for Precision Drawing Tools?

Username: clockmender@icloud.com
Password for 'clockmender@icloud.com': *******************

svn: E175013: Commit failed (details follow):
svn: E175013: Access to '/svnroot/bf-manual/!svn/me' forbidden
apple@Apples-MacBook-Pro blender_docs % 

I had remembered to do an svn update first...

Thanks!

Hi @Blendify, @ThomasDinges, Can I please have access to the manual SVN to upload the manual pages for Precision Drawing Tools? ```Authentication realm: <https://svn.blender.org:443> Subversion Username: clockmender@icloud.com Password for 'clockmender@icloud.com': ******************* svn: E175013: Commit failed (details follow): svn: E175013: Access to '/svnroot/bf-manual/!svn/me' forbidden apple@Apples-MacBook-Pro blender_docs % ``` I had remembered to do an `svn update` first... Thanks!
Member

@clockmender access has been granted

Edit... BTW the username will be your actual username Clockmender and not your email.

@clockmender access has been granted Edit... BTW the username will be your actual username `Clockmender` and not your email.
Member

Added subscribers: @nacioss, @PratikPB2123

Added subscribers: @nacioss, @PratikPB2123
Member

Real Snow @drewp

Also notifying @nacioss

In #95442#1304029, @AlessandroZomparelli wrote:
Hi, in the Tissue add-on I have an option for installing Numba module. Is that an issue? It is optional and everything should work also without that.

Unsure if I understood this. cc @ThomasDinges

If no one has a plan to work on Tissue CAD manual. I'll do

> Real Snow @drewp Also notifying @nacioss > In #95442#1304029, @AlessandroZomparelli wrote: > Hi, in the Tissue add-on I have an option for installing Numba module. Is that an issue? It is optional and everything should work also without that. Unsure if I understood this. cc @ThomasDinges If no one has a plan to work on Tissue CAD manual. I'll do
Member

Something went wrong! The commit does not seem to have uploaded any of my images or pages I have written:

apple@Apples-MacBook-Pro blender_docs % svn commit -m "Added manual pages fro Precision Drawing Tools Add-on as per T95442. This is the first edition and is taken from the PDT Wiki on my GitHub page (Clockmender +> PDT)"
Authentication realm: <https://svn.blender.org:443> Subversion
Password for 'apple': *******

Authentication realm: <https://svn.blender.org:443> Subversion
Username: Clockmender
Password for 'Clockmender': *******************

Sending        manual/addons/index.rst
Transmitting file data .done
Committing transaction...
Committed revision 9039.
apple@Apples-MacBook-Pro blender_docs %

Is there some thing I am doing wrong? I have created a new folder in .../addons to hold my pages.

Screenshot 2022-02-26 at 08.32.01.png

The only thing that seems to have happened is the add-on index file I altered has been uploaded.

The built pages are where they should be on my Mac:

Screenshot 2022-02-26 at 08.40.17.png

Something went wrong! The commit does not seem to have uploaded any of my images or pages I have written: ``` apple@Apples-MacBook-Pro blender_docs % svn commit -m "Added manual pages fro Precision Drawing Tools Add-on as per T95442. This is the first edition and is taken from the PDT Wiki on my GitHub page (Clockmender +> PDT)" Authentication realm: <https://svn.blender.org:443> Subversion Password for 'apple': ******* Authentication realm: <https://svn.blender.org:443> Subversion Username: Clockmender Password for 'Clockmender': ******************* Sending manual/addons/index.rst Transmitting file data .done Committing transaction... Committed revision 9039. apple@Apples-MacBook-Pro blender_docs % ``` Is there some thing I am doing wrong? I have created a new folder in .../addons to hold my pages. ![Screenshot 2022-02-26 at 08.32.01.png](https://archive.blender.org/developer/F12887609/Screenshot_2022-02-26_at_08.32.01.png) The only thing that seems to have happened is the add-on index file I altered has been uploaded. The built pages are where they should be on my Mac: ![Screenshot 2022-02-26 at 08.40.17.png](https://archive.blender.org/developer/F12887620/Screenshot_2022-02-26_at_08.40.17.png)

Added subscriber: @dupoxy

Added subscriber: @dupoxy

@clockmender you maybe need to add them to SVN.

@clockmender you maybe need to [add them to SVN](https://svnbook.red-bean.com/en/1.7/svn-book.html#svn.ref.svn.c.add).
Member

In #95442#1314165, @dupoxy wrote:
@clockmender you maybe need to add them to SVN.

Thank you, that made things a whole lot better, everything has gone now!!

Adding  (bin)  manual/images/addons_pdt_view_1.png
Adding  (bin)  manual/images/addons_pdt_view_2.png
Transmitting file data ........................................................................................done
Committing transaction...
Committed revision 9040.
apple@Apples-MacBook-Pro blender_docs % 
> In #95442#1314165, @dupoxy wrote: > @clockmender you maybe need to [add them to SVN](https://svnbook.red-bean.com/en/1.7/svn-book.html#svn.ref.svn.c.add). Thank you, that made things a whole lot better, everything has gone now!! ``` Adding (bin) manual/images/addons_pdt_view_1.png Adding (bin) manual/images/addons_pdt_view_2.png Transmitting file data ........................................................................................done Committing transaction... Committed revision 9040. apple@Apples-MacBook-Pro blender_docs % ```

Added subscriber: @PiloeGAO

Added subscriber: @PiloeGAO

Hi @ThomasDinges,

I took care of the documentation for Real Snow, hope nobody already done it (I checked earlier but found nothing).

Hi @ThomasDinges, I took care of the documentation for Real Snow, hope nobody already done it (I checked earlier but found nothing).

Added subscriber: @Sparazza

Added subscriber: @Sparazza

In #95442#1314137, @PratikPB2123 wrote:

Real Snow @drewp

Also notifying @nacioss

In #95442#1304029, @AlessandroZomparelli wrote:
Hi, in the Tissue add-on I have an option for installing Numba module. Is that an issue? It is optional and everything should work also without that.

Unsure if I understood this. cc @ThomasDinges

If no one has a plan to work on Tissue CAD manual. I'll do

I am on it, thanks :-) I will do my best updating the documentation on Blender's manual.
There is another important thing to do though, making sure that the version bundled with Blender is updated with my Github. Last time that I tried to submit it, something went wrong... I will try again.

> In #95442#1314137, @PratikPB2123 wrote: >> Real Snow @drewp > Also notifying @nacioss > >> In #95442#1304029, @AlessandroZomparelli wrote: >> Hi, in the Tissue add-on I have an option for installing Numba module. Is that an issue? It is optional and everything should work also without that. > Unsure if I understood this. cc @ThomasDinges > > If no one has a plan to work on Tissue CAD manual. I'll do I am on it, thanks :-) I will do my best updating the documentation on Blender's manual. There is another important thing to do though, making sure that the version bundled with Blender is updated with my Github. Last time that I tried to submit it, something went wrong... I will try again.
Author
Owner

Thanks for all the updates. Some important things though:

Thanks for all the updates. Some important things though: - The documentation must be commited to the 3.1 manual branch. I find PDT in the 3.2 manual (https://docs.blender.org/manual/en/3.2/addons/3d_view/precision_drawing_tools/index.html) but not in 3.1. - The link from within the add-on, pointing to the docs needs to be updated too of course.
Member

@ThomasDinges Sorry, I hadn't released that I had to do both of these, I am not sure how to do this as I thought the process I used to get the Docs:

svn checkout https://svn.blender.org/svnroot/bf-manual/trunk/blender_docs

Would propagate them to all live versions of the manual once I committed my additions. I don't know how to get the changes I made into the 3.1 manual....

I'll alter the Add-on, I presume you mean the Doc reference in the Add-on panel in User Prefs.

Sorry for being a bit slow, this is all new to me!

@ThomasDinges Sorry, I hadn't released that I had to do both of these, I am not sure how to do this as I thought the process I used to get the Docs: ```svn checkout https://svn.blender.org/svnroot/bf-manual/trunk/blender_docs``` Would propagate them to all live versions of the manual once I committed my additions. I don't know how to get the changes I made into the 3.1 manual.... I'll alter the Add-on, I presume you mean the Doc reference in the Add-on panel in User Prefs. Sorry for being a bit slow, this is all new to me!
Author
Owner

I presume you mean the Doc reference in the Add-on panel in User Prefs.

Yes.

Don't worry, we can help you there. @Blendify @ideasman42 Can you please assist here and make sure the docs are in the proper place? We are two days away from BCon4.

> I presume you mean the Doc reference in the Add-on panel in User Prefs. Yes. Don't worry, we can help you there. @Blendify @ideasman42 Can you please assist here and make sure the docs are in the proper place? We are two days away from BCon4.
Member

I've altered my GitHub to reflect this document change and asked @ermo to upload the changes to the Blender servers.

I've altered my GitHub to reflect this document change and asked @ermo to upload the changes to the Blender servers.

I uploaded a diff for the Tissue Documentation using this link: https://developer.blender.org/differential/diff/create/
I'm not familiar with that process, so I hope that I did it correctly. The documentation is not complete yet, but I will update it soon. My intention is to use that as the main documentation for Tissue.

I uploaded a diff for the Tissue Documentation using this link: https://developer.blender.org/differential/diff/create/ I'm not familiar with that process, so I hope that I did it correctly. The documentation is not complete yet, but I will update it soon. My intention is to use that as the main documentation for Tissue.
Member

The Precision Drawing Tools documentation has been added to the 3.1

The link in the addon preferences still needs to be updated.


Adding Real Snow and Tissue next.

The Precision Drawing Tools documentation has been added to the 3.1 The link in the addon preferences still needs to be updated. ----- Adding Real Snow and Tissue next.
Member

I am sorry if this is a dumb question but....

@Blendify in light of this:

Screenshot 2022-03-01 at 15.42.48.png

Can I change the line in the PDT __init__.py file on my Github to:

"doc_url": "{BLENDER_MANUAL_URL}/addons/3d_view/precision_drawing_tools/index.html"

Rather than a specific link to the appropriate version number in order to make this job easier in the next release of Blender (3.3 some time in the future)?

EDIT:

This change seems to work perfectly well on my Mac here...

I am sorry if this is a dumb question but.... @Blendify in light of this: ![Screenshot 2022-03-01 at 15.42.48.png](https://archive.blender.org/developer/F12892975/Screenshot_2022-03-01_at_15.42.48.png) Can I change the line in the PDT `__init__.py` file on my Github to: `"doc_url": "{BLENDER_MANUAL_URL}/addons/3d_view/precision_drawing_tools/index.html"` Rather than a specific link to the appropriate version number in order to make this job easier in the next release of Blender (3.3 some time in the future)? EDIT: This change seems to work perfectly well on my Mac here...
Member

Yes, "doc_url": "{BLENDER_MANUAL_URL}/addons/3d_view/precision_drawing_tools/index.html" will automatically change {BLENDER_MANUAL_URL} to the correct url for that specific blender release.

Yes, `"doc_url": "{BLENDER_MANUAL_URL}/addons/3d_view/precision_drawing_tools/index.html"` will automatically change `{BLENDER_MANUAL_URL}` to the correct url for that specific blender release.
Member

Thank you, I have updated our GitHub.

Thank you, I have updated our GitHub.
Member

Removed subscriber: @nacioss

Removed subscriber: @nacioss
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Aaron Carlisle self-assigned this 2022-03-01 23:48:59 +01:00
Member

All the add-ons listed in this patch are now complaint thank you to everyone.

If anyone needs documentation commit access to update their add-on's documentation in the future please let me know.

All the add-ons listed in this patch are now complaint thank you to everyone. If anyone needs documentation commit access to update their add-on's documentation in the future please let me know.
Author
Owner

Thanks a lot to eveyone who helped here, wrote docs or coordinated this.

Awesome!

Thanks a lot to eveyone who helped here, wrote docs or coordinated this. Awesome!
Member

And thanks to everyone who helped me get my bit done despite my lack of knowledge in doing it!! 😁

And thanks to everyone who helped me get my bit done despite my lack of knowledge in doing it!! 😁
Sign in to join this conversation.
No Milestone
No project
No Assignees
13 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#95442
No description provided.