Hi there, could it be AppDisplay? Greets
struct test ( someVar=”Hello world”, fn someFn= ( rollout testRoll “test” ( local owner button helloBtn “hello” on helloBtn pr…
I tend to use: struct ss ( fn a = if isstruct this do this.b(), fn b = format “% ” this ) Can you please show a case, where it is not suit…
substituteString @”D:\zarawintercollection\max2011\scenes\sh03\minor\” “\\” “\\\\”
Yes, I reported this a month back to Autodesk. In particular for the reason that a nasty pop up gets fired, when an exception is raised inside “on cre…
A shorter version would be: function selectNodesInsideLayerWithPrefix inPrefix = ( local nodesInsideLayerWithPrefix = for nodeOn in objects where …
We have currently three categories for our tests. [ul] [li]Unittests [/li][li]Integrationtests [/li][li]Performancetests [/li][/ul] The tests range f…
maxtest is similar to Pythons unittest runner/discover. That was one source of inspiration, when I developed it. Hudson on the other end is just a gi…
Hi eek, I recently set up a continuous integration system at work. I am using Hudson for this. It runs all the tests, currently 1892, with the use of…
I added documentation for maxtest. It should cover the basics and get you going. Expect continues improvement and extension throughout the next weeks…