» MAXScript » R & D

 

MAXScript R & D

offline
/*
	R&D (especially in MAX) is not an easy story
	and until I find a time to finish this page
	will post something fun here :)

	It's my M.U.S.E. challenge example.
	(Most Useless Script Ever)

	It might look an easy task but...
	the goal here is to make working script
	and quite useless at the same time.
*/
function DejaVu = (
	local records = filterString (macroRecorder as string) "\n\r"
	for rec in records do try(execute rec)
	catch(format "%\n" (getCurrentException()))
)
^
Hosted by uCoz