View difference between Paste ID: z11U29Gf and a6i4Mi4R
SHOW: | | - or go back to the newest paste.
1
edithud = [
2-
	result (
2+
	? $blendpaintmode (
3-
		? $blendpaintmode (
3+
		format "blendpaint mode : ^f2%1^f7^nblend brush : ^f2%2" (at $blendpaintmodes $blendpaintmode) (getblendbrushname (curblendbrush))
4-
			format "blendpaint mode : ^f2%1^f7^nblend brush : ^f2%2" (at $blendpaintmodes $blendpaintmode) (getblendbrushname (curblendbrush))
4+
	) (
5
		format "%3^f7%4^f7gridsize :^f2 %1 ^f7| worldsize : ^f2%2" $gridpower $mapscale (
6-
			format "%3^f7%4^f7gridsize :^f2 %1 ^f7| worldsize : ^f2%2" $gridpower $mapscale (
6+
			? $hmapedit (
7-
				? $hmapedit (
7+
				format "brush ^f2%1 ^f7: ^f2%2^n" (max $brushindex 0) $brushname
8-
					format "brush ^f2%1 ^f7: ^f2%2^n" (max $brushindex 0) $brushname
8+
9-
				) (
9+
				? (! (enthavesel)) (
10-
					? (! (enthavesel)) (
10+
					format "index ^f2%1^f7 : ^f2%2^n" (max 0 (getseltex)) (gettexname (getseltex))
11-
						format "index ^f2%1^f7 : ^f2%2^n" (? (=s (getseltex)) 0 (getseltex)) (gettexname (getseltex))
11+
12-
					)
12+
13
		) (
14
			? (enthavesel) (
15-
				? (enthavesel) (
15+
				format "%1 : ^f2%2 ^f7selected^n" (entget) (enthavesel)
16-
					format "%1 : ^f2%2 ^f7selected^n" (entget) (enthavesel)
16+
17
		)
18
	)
19
]