Translations:Scripted objects migration/24/en

From FreeCAD Documentation
Revision as of 22:38, 5 June 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • This is the simplest method that just requires redirecting an old class to a new class.
  • Old properties are conserved as long as the new class doesn't override them.
  • This is good if the old class and the new class have the same properties (handle the same type of data) but only their module or class name is different.