For a 1960’s metal pencil sharpener, you’ll mainly want three procedural layers:
Arnold works best when these are separate masks layered together rather than one big noise map.
Below are some procedural recipes that work well for vintage metalware.



This is the most important layer.
aiCellNoise
scale: 4–8
jitter: 0.9
randomness: high
Pipe into
aiRange
contrast: high
smoothness: low
Then use as mask in
aiLayerShader
Cell noise produces irregular paint islands.
Add a little distortion:
aiNoise → distortion input
scale: 2
This prevents the chips from looking too computer-perfect.



Real wear occurs mostly on convex edges.
aiCurvature
mode: convex
radius: 1–2
Multiply with noise:
aiNoise
scale: 10
octaves: 3
distortion: .2
Combine using
aiMultiply
Paint chips appear mostly on corners and edges, like real objects.



Scratches are mostly directional.
aiNoise
type: linear
scale: 200
anisotropy: high
Then:
aiRange
contrast: high
Use as bump map.
Rotate the UVs slightly so scratches aren’t perfectly horizontal.


Rust appears inside chips and crevices.
aiCellNoise
scale: 12
randomness: high
Multiply with
aiAmbientOcclusion
spread: 0.6
This concentrates rust where water collects.
Rust usually ranges:
dark rust RGB 0.25 0.08 0.02
orange rust RGB 0.5 0.22 0.04
Use a ramp node.
Even painted metal has uneven tone.
aiNoise
scale: 3
octaves: 4
distortion: .3
Multiply with base color.
Variation should be very subtle (~5%).
Layer 1
Bare steel
Layer 2
Paint
Mask
CellNoise * Curvature
Layer 3
Rust
Mask
AO * CellNoise
Bump layers:
fine scratches
+
micro noise
For a vintage sharpener:
metalness: 1
roughness: 0.25
specular color: slightly warm
Paint layer:
metalness: 0
roughness: 0.4
💡 A small trick used in film assets
Add two different scratch scales:
large scratches: scale 150
micro scratches: scale 800
Mixed together they look far more realistic.
✅ If you’d like, I can also show you a very compact Arnold node network (about 9 nodes) that produces convincing chipped vintage paint without needing texture maps.
It works extremely well for objects like your pencil sharpener and is fast to tweak.