6 Dec
2006
6 Dec
'06
6:46 p.m.
Dragos Chirila wrote at 2006-12-6 15:48 +0200:
... What I am trying to accomplish is to be able to change the meta_type value and this to work (e.g. with no effect on python scripts like 'listing')
The best way is *NOT* to change the meta type (at least not when you have places that require it unchanged). Instead derive a new class from it and give this new class a new meta_type. -- Dieter