Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Re: r2313 - trunk/Core/Util


Chronological Thread 
  • From: Thiago Ize < >
  • To:
  • Subject: [Manta] Re: Re: r2313 - trunk/Core/Util
  • Date: Wed, 30 Jul 2008 14:38:35 -0600

nope, not at all.
Thiago

James Bigler wrote:
" type="cite">
Thanks!  Did this change Callbacks.h or CallbackHelpers.h at all?

James

On Wed, Jul 30, 2008 at 2:25 PM, Thiago Ize 
 
 "><
 > wrote:
  
Author: thiago
Date: Wed Jul 30 14:24:59 2008
New Revision: 2313

Modified:
  trunk/Core/Util/genCallbacks.py
Log:
Sync'd this with the callbacks that were just committed (added 0 call
time args and 5 creating time args).


Modified: trunk/Core/Util/genCallbacks.py
==============================================================================
--- trunk/Core/Util/genCallbacks.py     (original)
+++ trunk/Core/Util/genCallbacks.py     Wed Jul 30 14:24:59 2008
@@ -391,7 +391,7 @@
    addFunctions(static_functions, 3, (1,2))
    addFunctions(static_functions, 4, (0,1,2,))

-    addFunctions(member_functions, 0, (0,1,2,3,4))
+    addFunctions(member_functions, 0, (0,1,2,3,4,5))
    addFunctions(const_member_functions, 0, (0,1,2))

    addFunctions(member_functions, 1, (0,1,2,3,4,5))


    

  



Archive powered by MHonArc 2.6.16.

Top of page