PixelBaker
@pixelbaker
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 10
Reply
RE: Forgot the name of one cool script!

Hi there, could it be AppDisplay? Greets

12 years ago
Forum
Reply
RE: Structs with functions

struct test ( someVar=”Hello world”, fn someFn= ( rollout testRoll “test” ( local owner button helloBtn “hello” on helloBtn pr…

12 years ago
Forum
Reply
RE: Structs with functions

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…

12 years ago
Forum
Reply
RE: replace all \ with \\

substituteString @”D:\zarawintercollection\max2011\scenes\sh03\minor\” “\\” “\\\\”

12 years ago
Forum
Reply
RE: fun fact about structs and on create event…

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…

13 years ago
Forum
Reply
RE: Select layers by prefix name

A shorter version would be: function selectNodesInsideLayerWithPrefix inPrefix = ( local nodesInsideLayerWithPrefix = for nodeOn in objects where …

13 years ago
Forum
Reply
RE: Unit Testing Framework maxtest

We have currently three categories for our tests. [ul] [li]Unittests [/li][li]Integrationtests [/li][li]Performancetests [/li][/ul] The tests range f…

13 years ago
Forum
Reply
RE: Unit Testing Framework maxtest

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…

13 years ago
Forum
Reply
RE: Unit Testing Framework maxtest

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…

13 years ago
Forum
Reply
RE: Unit Testing Framework maxtest

I added documentation for maxtest. It should cover the basics and get you going. Expect continues improvement and extension throughout the next weeks…

13 years ago
Forum
Topic
Forum
Replies: 7
Views: 24
Topic
Forum
Replies: 0
Views: 19