Add digital-painting to NODE_TAGS
This commit is contained in:
@@ -42,7 +42,7 @@ class CloudExtension(PillarExtension):
|
|||||||
'EXTERNAL_SUBSCRIPTIONS_TIMEOUT_SECS': 10,
|
'EXTERNAL_SUBSCRIPTIONS_TIMEOUT_SECS': 10,
|
||||||
'BLENDER_ID_WEBHOOK_USER_CHANGED_SECRET': 'oos9wah1Zoa0Yau6ahThohleiChephoi',
|
'BLENDER_ID_WEBHOOK_USER_CHANGED_SECRET': 'oos9wah1Zoa0Yau6ahThohleiChephoi',
|
||||||
'NODE_TAGS': ['animation', 'modeling', 'rigging', 'sculpting', 'shading', 'texturing', 'lighting',
|
'NODE_TAGS': ['animation', 'modeling', 'rigging', 'sculpting', 'shading', 'texturing', 'lighting',
|
||||||
'character-pipeline', 'effects', 'video-editing'],
|
'character-pipeline', 'effects', 'video-editing', 'digital-painting'],
|
||||||
}
|
}
|
||||||
|
|
||||||
def eve_settings(self):
|
def eve_settings(self):
|
||||||
|
@@ -44,6 +44,7 @@ script.
|
|||||||
+group('Lighting & Rendering', 'lighting')
|
+group('Lighting & Rendering', 'lighting')
|
||||||
+group('Simulation & Effects', 'effects')
|
+group('Simulation & Effects', 'effects')
|
||||||
+group('Video Editing', 'video-editing')
|
+group('Video Editing', 'video-editing')
|
||||||
|
+group('Digital Painting', 'digital-painting')
|
||||||
|
|
||||||
a.d-block.py-5.text-center.text-muted(
|
a.d-block.py-5.text-center.text-muted(
|
||||||
href="{{ url_for('main.nodes_search_index') }}")
|
href="{{ url_for('main.nodes_search_index') }}")
|
||||||
|
Reference in New Issue
Block a user