Changed repo url in doc and tracker infos

main
pullusb 2024-03-28 17:05:42 +01:00
parent abc93bc1f9
commit fb810c1256
2 changed files with 4 additions and 15 deletions

View File

@ -1,14 +1,3 @@
# GP exporter
# GP Render
## Todo
- opt: multi-merge : also merge merged NG automatically disabling AA without group (or externalise AA node ?)
- opt : How to disable main output
## Done
- set exlude VL on non-used layers
- set real AA nodegroup
- disable all masks (with filter)
- Reconnect inside nodegroup for nodes when using clean nodes
- on renaming, correct also names in GP modifiers
Organise export of gp layers through compositor output

View File

@ -6,8 +6,8 @@ bl_info = {
"blender": (3, 0, 0),
"location": "View3D",
"warning": "",
"doc_url": "https://gitlab.com/autour-de-minuit/blender/gp_render",
"tracker_url": "https://gitlab.com/autour-de-minuit/blender/gp_render/-/issues",
"doc_url": "https://git.autourdeminuit.com/autour_de_minuit/gp_render",
"tracker_url": "https://git.autourdeminuit.com/autour_de_minuit/gp_render/issues",
"category": "Object" }