Skip to content
  1. Sep 02, 2016
  2. Sep 01, 2016
  3. Aug 31, 2016
  4. Aug 30, 2016
  5. Aug 29, 2016
  6. Aug 27, 2016
    • Utkarsh Ayachit's avatar
      Make vtkSMStateLoader object-factory overrideable · a266c499
      Utkarsh Ayachit authored
      This is convenient for custom applications.
      a266c499
    • Utkarsh Ayachit's avatar
      Use correct helper proxies group name when loading states · 890777b1
      Utkarsh Ayachit authored
      When loading state files, added mechanism to
      change the proxy's registration group and name. We use this new
      mechanism to change the groupname for helper proxies associated with a
      particular proxy. That fixes #16862, #16863.
      
      To support ability to change the groupname for helper proxies before we
      registered them, we had to change the time when proxies are registered
      when loading state. Previously they were registered as soon as they were
      created. Instead, now, we register them in bulk after creation.  We
      still preserve the registration order since that is the proxy dependency
      order as well.
      
      Another change is that state for timekeeper and animation proxies is
      loaded after all other proxies have been created and registered. Since
      timekeeper and some animation proxies are already registered, doing so
      ensures that when their properties start getting modified, the referred
      proxies are already registered.
      
      Added a test (TestHelperProxySerialization) that tests the new
      functionality.
      890777b1
    • Utkarsh Ayachit's avatar
      Delay proxy registration. · e442786e
      Utkarsh Ayachit authored
      Proxies created when loading a state XML are no longer registered
      instantaneously. Instead, we wait till all proxies have been created to
      register them. We still register them in the order they were created
      since that's the proxy dependency order as well. This change helps us
      prepare for fixing issue #16862. We now can have the opportunity to
      tweak registeration group names or proxy names, as needed.
      e442786e
    • Utkarsh Ayachit's avatar
      Merge topic 'fix_bigmac_baselines' · 10e26bfa
      Utkarsh Ayachit authored and Kitware Robot's avatar Kitware Robot committed
      
      
      c6d2ac30 Adding SurfaceLIC baselines for `bigmac` (OpenGL2)
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !982
      10e26bfa
    • Utkarsh Ayachit's avatar
      c6d2ac30
  7. Aug 26, 2016
    • T.J. Corona's avatar
      Update VTK to latest master. · 41031d39
      T.J. Corona authored
      This commit moves VTK to 62ab108947a7de7f3c63cefdaf21fb87fd3f1879. It
      also updates the signature for GetMTime() to use vtkMTimeType, and it
      removes vtkDataSetRegionSurfaceFilter, which has moved to VTK.
      
      Closes Issue #16860.
      41031d39
Loading