[Bf-committers] .../blenkernel/intern/modifier.c [modifiers_getVirtualModifierList() comment]?

Chad Fraleigh chadf at triularity.org
Thu Feb 28 09:39:31 CET 2013


In the file blender/source/blender/blenkernel/intern/modifier.c there
is a comment above modifiers_getVirtualModifierList():

 -<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-

/* NOTE: these aren't used anymore */
ModifierData *modifiers_getVirtualModifierList(Object *ob)
{
        /* Kinda hacky, but should be fine since we are never
         * re-entrant and avoid free hassles.
         */
        static ArmatureModifierData amd;
        static CurveModifierData cmd;
          .
          .
          .
 -<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-<>-

Does anyone know what "these aren't used anymore" refers to? The
functions after the comment? Something in this function? Something
else? Nothing (i.e. an old comment about some already deleted code)? I
see that modifiers_getVirtualModifierList() is called by others
functions.


-Chad


More information about the Bf-committers mailing list