Commit: 01efcb3de2b56cf581750d6321beb1a5eb6dcab6
Author: Aaron Carlisle
Date: Fri Jan 6 16:29:48 2023 -0500
Branches: master
https://developer.blender.org/rB01efcb3de2b56cf581750d6321beb1a5eb6dcab6
Update RNA to User manual mappings
===================================================================
M release/scripts/modules/rna_manual_reference.py
===================================================================
diff --git a/release/scripts/modules/rna_manual_reference.py
b/release/scripts/modules/rna_manual_reference.py
index 7dc62e6270b..28091e119cb 100644
--- a/release/scripts/modules/rna_manual_reference.py
+++ b/release/scripts/modules/rna_manual_reference.py
@@ -1342,7 +1342,7 @@ url_manual_mapping = (
("bpy.types.armature.layers_protected*",
"animation/armatures/properties/skeleton.html#bpy-types-armature-layers-protected"),
("bpy.types.assetmetadata.description*",
"editors/asset_browser.html#bpy-types-assetmetadata-description"),
("bpy.types.bakesettings.normal_space*",
"render/cycles/baking.html#bpy-types-bakesettings-normal-space"),
- ("bpy.types.brush.crease_pinch_factor*",
"sculpt_paint/sculpting/tools/snake_hook.html#bpy-types-brush-crease-pinch-factor"),
+ ("bpy.types.brush.crease_pinch_factor*",
"sculpt_paint/brush/brush_settings.html#bpy-types-brush-crease-pinch-factor"),
("bpy.types.brush.elastic_deform_type*",
"sculpt_paint/sculpting/tools/elastic_deform.html#bpy-types-brush-elastic-deform-type"),
("bpy.types.brush.texture_sample_bias*",
"sculpt_paint/brush/texture.html#bpy-types-brush-texture-sample-bias"),
("bpy.types.brush.use_cloth_collision*",
"sculpt_paint/sculpting/tools/cloth.html#bpy-types-brush-use-cloth-collision"),
@@ -1468,6 +1468,7 @@ url_manual_mapping = (
("bpy.types.bakesettings.cage_object*",
"render/cycles/baking.html#bpy-types-bakesettings-cage-object"),
("bpy.types.bakesettings.margin_type*",
"render/cycles/baking.html#bpy-types-bakesettings-margin-type"),
("bpy.types.bone.use_relative_parent*",
"animation/armatures/bones/properties/relations.html#bpy-types-bone-use-relative-parent"),
+ ("bpy.types.brush.area_radius_factor*",
"sculpt_paint/brush/brush_settings.html#bpy-types-brush-area-radius-factor"),
("bpy.types.brush.auto_smooth_factor*",
"sculpt_paint/brush/brush_settings.html#bpy-types-brush-auto-smooth-factor"),
("bpy.types.brush.smooth_deform_type*",
"sculpt_paint/sculpting/tools/smooth.html#bpy-types-brush-smooth-deform-type"),
("bpy.types.brush.use_connected_only*",
"sculpt_paint/sculpting/tools/pose.html#bpy-types-brush-use-connected-only"),
@@ -1781,6 +1782,7 @@ url_manual_mapping = (
("bpy.types.functionnodefloattoint*",
"modeling/geometry_nodes/utilities/float_to_integer.html#bpy-types-functionnodefloattoint"),
("bpy.types.functionnodeinputcolor*",
"modeling/geometry_nodes/input/color.html#bpy-types-functionnodeinputcolor"),
("bpy.types.geometrynodeconvexhull*",
"modeling/geometry_nodes/geometry/convex_hull.html#bpy-types-geometrynodeconvexhull"),
+ ("bpy.types.geometrynodeimageinput*",
"modeling/geometry_nodes/input/image_input.html#bpy-types-geometrynodeimageinput"),
("bpy.types.geometrynodeinputindex*",
"modeling/geometry_nodes/input/input_index.html#bpy-types-geometrynodeinputindex"),
("bpy.types.geometrynodeisviewport*",
"modeling/geometry_nodes/input/is_viewport.html#bpy-types-geometrynodeisviewport"),
("bpy.types.geometrynodemeshcircle*",
"modeling/geometry_nodes/mesh_primitives/mesh_circle.html#bpy-types-geometrynodemeshcircle"),
@@ -2172,10 +2174,11 @@ url_manual_mapping = (
("bpy.types.bakesettings.margin*",
"render/cycles/baking.html#bpy-types-bakesettings-margin"),
("bpy.types.bakesettings.target*",
"render/cycles/baking.html#bpy-types-bakesettings-target"),
("bpy.types.brush.cloth_damping*",
"sculpt_paint/sculpting/tools/cloth.html#bpy-types-brush-cloth-damping"),
+ ("bpy.types.brush.deform_target*",
"sculpt_paint/brush/brush_settings.html#bpy-types-brush-deform-target"),
("bpy.types.brush.falloff_shape*",
"sculpt_paint/brush/falloff.html#bpy-types-brush-falloff-shape"),
("bpy.types.brush.icon_filepath*",
"sculpt_paint/brush/brush.html#bpy-types-brush-icon-filepath"),
("bpy.types.brush.stroke_method*",
"sculpt_paint/brush/stroke.html#bpy-types-brush-stroke-method"),
- ("bpy.types.brush.tip_roundness*",
"sculpt_paint/sculpting/tools/clay_strips.html#bpy-types-brush-tip-roundness"),
+ ("bpy.types.brush.tip_roundness*",
"sculpt_paint/brush/brush_settings.html#bpy-types-brush-tip-roundness"),
("bpy.types.camera.display_size*",
"render/cameras.html#bpy-types-camera-display-size"),
("bpy.types.camera.sensor_width*",
"render/cameras.html#bpy-types-camera-sensor-width"),
("bpy.types.compositornodedblur*",
"compositing/types/filter/directional_blur.html#bpy-types-compositornodedblur"),
@@ -2705,6 +2708,7 @@ url_manual_mapping = (
("bpy.types.armature.rigify*",
"addons/rigging/rigify/basics.html#bpy-types-armature-rigify"),
("bpy.types.bone.use_deform*",
"animation/armatures/bones/properties/deform.html#bpy-types-bone-use-deform"),
("bpy.types.booleanmodifier*",
"modeling/modifiers/generate/booleans.html#bpy-types-booleanmodifier"),
+ ("bpy.types.brush.direction*",
"sculpt_paint/brush/brush_settings.html#bpy-types-brush-direction"),
("bpy.types.brush.mask_tool*",
"sculpt_paint/sculpting/tools/mask.html#bpy-types-brush-mask-tool"),
("bpy.types.constraint.mute*",
"animation/constraints/interface/header.html#bpy-types-constraint-mute"),
("bpy.types.constraint.name*",
"animation/constraints/interface/header.html#bpy-types-constraint-name"),
@@ -2798,6 +2802,7 @@ url_manual_mapping = (
("bpy.ops.wm.save_mainfile*",
"files/blend/open_save.html#bpy-ops-wm-save-mainfile"),
("bpy.types.bone.show_wire*",
"animation/armatures/bones/properties/display.html#bpy-types-bone-show-wire"),
("bpy.types.brush.hardness*",
"sculpt_paint/brush/brush_settings.html#bpy-types-brush-hardness"),
+ ("bpy.types.brush.strength*",
"sculpt_paint/brush/brush_settings.html#bpy-types-brush-strength"),
("bpy.types.curves.surface*",
"modeling/curves/primitives.html#bpy-types-curves-surface"),
("bpy.types.curvesmodifier*",
"editors/video_sequencer/sequencer/sidebar/modifiers.html#bpy-types-curvesmodifier"),
("bpy.types.ffmpegsettings*",
"render/output/properties/output.html#bpy-types-ffmpegsettings"),
@@ -3111,6 +3116,7 @@ url_manual_mapping = (
("bpy.types.bonegroups*",
"animation/armatures/properties/bone_groups.html#bpy-types-bonegroups"),
("bpy.types.bpy_struct*", "files/data_blocks.html#bpy-types-bpy-struct"),
("bpy.types.brush.rate*",
"sculpt_paint/brush/stroke.html#bpy-types-brush-rate"),
+ ("bpy.types.brush.size*",
"sculpt_paint/brush/brush_settings.html#bpy-types-brush-size"),
("bpy.types.collection*",
"scene_layout/collections/collections.html#bpy-types-collection"),
("bpy.types.compositor*", "compositing/index.html#bpy-types-compositor"),
("bpy.types.constraint*",
"animation/constraints/index.html#bpy-types-constraint"),
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs