Fix #108960: Replace archived link from custom nodes template

Replace archived link with working blender api docs link related
to the same content (properties and custom-properties)

Pull Request: https://projects.blender.org/blender/blender/pulls/109103
This commit is contained in:
Utsav Singh
2023-07-03 12:21:06 +02:00
committed by Pratik Borhade
parent d5cd0a1ea6
commit bbcdf88f82

View File

@@ -75,7 +75,7 @@ class MyCustomNode(MyCustomTreeNode, Node):
# === Custom Properties ===
# These work just like custom properties in ID data blocks
# Extensive information can be found under
# http://wiki.blender.org/index.php/Doc:2.6/Manual/Extensions/Python/Properties
# https://docs.blender.org/api/current/bpy.props.html
my_string_prop: bpy.props.StringProperty()
my_float_prop: bpy.props.FloatProperty(default=3.1415926)