Ignore:
Timestamp:
04/24/14 23:58:46 (10 years ago)
Author:
Maciej Komosinski
Message:

Removed false warning "XYZ object expected..." in Matrix functions when a numeric argument is acceptable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/classes/3dobject.h

    r222 r229  
    3939static ExtObject makeDynamicObject(Pt3D_Ext* p);
    4040static ExtObject makeDynamicObject(const Pt3D& p);
    41 static Pt3D_Ext* fromObject(const ExtValue& v);
     41static Pt3D_Ext* fromObject(const ExtValue& v,bool warn=true);
    4242static Param& getStaticParam();
    4343static ParamEntry* getStaticParamtab();
Note: See TracChangeset for help on using the changeset viewer.