From e3426779df0301ece91b851bba58704e52be2176 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 23 Mar 2006 01:55:14 +0000 Subject: corrected Python object propagation (attribute "py") and adjusted help files small fix enable module packages (module/__init__.py[co]), now also for Max enable compiled-only scripts (without .py) svn path=/trunk/; revision=4751 --- externals/grill/py/pd/methods-2.pd | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'externals/grill/py/pd/methods-2.pd') diff --git a/externals/grill/py/pd/methods-2.pd b/externals/grill/py/pd/methods-2.pd index 0d0dd685..df967716 100644 --- a/externals/grill/py/pd/methods-2.pd +++ b/externals/grill/py/pd/methods-2.pd @@ -1,20 +1,17 @@ -#N canvas 540 469 738 343 12; +#N canvas 540 469 746 351 12; #X obj 16 13 cnv 15 650 40 empty empty py/pyext 10 22 0 24 -260818 -1 0; -#X text 235 16 Python script objects \, (C)2003-2005 Thomas Grill; #X text 235 32 http://grrrr.org/ext; #X symbolatom 21 139 10 0 0 0 - #0-t -; #X text 23 119 enter some text; -#X text 21 73 Py can act on Python objects in a object-oriented manner -; #X obj 25 252 pym 2 *; #X obj 213 183 t b f; #X text 105 251 repeat text; #X text 215 117 multiply it!; #X symbolatom 25 283 80 0 0 0 - - -; #X obj 214 139 nbx 5 14 1 100 0 1 empty empty empty 0 -6 0 10 -262131 --1 -1 16 256; -#N canvas 0 0 458 308 init 0; +-1 -1 6 256; +#N canvas 0 0 462 312 init 0; #X obj 61 116 s \$0-t; #X obj 64 44 loadbang; #X obj 64 81 symbol a; @@ -22,9 +19,12 @@ #X connect 2 0 0 0; #X restore 606 127 pd init; #X obj 213 159 int; -#X connect 3 0 6 1; -#X connect 6 0 10 0; -#X connect 7 0 6 0; -#X connect 7 1 6 2; -#X connect 11 0 13 0; -#X connect 13 0 7 0; +#X text 235 16 Python script objects \, (C)2003-2006 Thomas Grill; +#X text 21 73 Py can act on Python objects in an object-oriented manner +; +#X connect 2 0 4 1; +#X connect 4 0 8 0; +#X connect 5 0 4 0; +#X connect 5 1 4 2; +#X connect 9 0 11 0; +#X connect 11 0 5 0; -- cgit v1.2.1