Brush Assets Project #104846

Merged
Julian Eisel merged 32 commits from JulianEisel/blender-manual:temp-brush-assets into main 2024-07-08 18:45:49 +02:00
Showing only changes of commit c57bb2866b - Show all commits

View File

@ -256,3 +256,17 @@ RedirectMatch "^/manual/{lang}/{version}/modeling/modifiers/modify/normal_edit.h
RedirectMatch "^/manual/{lang}/{version}/modeling/modifiers/modify/weighted_normal.html" "^/manual/{lang}/{version}/modeling/modifiers/normals/weighted_normal.html"
RedirectMatch "^/manual/{lang}/{version}/sculpt_paint/brush/brush.html" "^/manual/{lang}/{version}/sculpt_paint/brush/introduction.html"
# Mesh sculpting tools converted to asset
RedirectMatch "^/manual/{lang}/{version}/sculpt_paint/sculpting/tools/\
(blob|boundary|clay|clay_strips|clay_thumb|cloth|crease|draw|draw_facesets|draw_sharp|\
elastic_deform|fill|flatten|grab|inflate|layer|mask|multiplane_scrape|\
multires_displacement_eraser|multires_displacement_smear|nudge|paint|pinch|pose|\
rotate|scrape|simplify|slide_relax|smear|smooth|snake_hook|thumb).html" \
"^/manual/{lang}/{version}/sculpt_paint/sculpting/brushes/$1.html"
# Curve sculpting tools converted to asset
RedirectMatch "^/manual/{lang}/{version}/sculpt_paint/curves_sculpting/tools/\
(index|add_curves|comb_curves|delete_curves|density_curves|grow_shrink_curves|\
pinch_curves|puff_curves|selection_paint|slide_curves|smooth_curves|snake_hook_curves).html" \
"^/manual/{lang}/{version}/sculpt_paint/curves_sculpting/brushes/$1.html"
# Texture paint tools converted to asset
RedirectMatch "^/manual/{lang}/{version}/sculpt_paint/texture_paint/tools.html" "^/manual/{lang}/{version}/sculpt_paint/texture_paint/brushes.html"