Skip to content

Mesh plugin JS warnings: “'cls' is not a property of this material.” #2320

Open
@wchargin

Description

@wchargin
Contributor

Repro steps (from current master, 0fe0413):

  1. Run //tensorboard/plugins/mesh:mesh_demo to generate test data.
  2. Launch TensorBoard, and open the mesh plugin.
  3. Drag the step slider back and forth.

Each tick that the slider is dragged, a new warning will appear in the
console:

THREE.MeshStandardMaterial: 'cls' is not a property of this material.
    Bh @ (index):16360
    Y.MeshStandardMaterial @ (index):16388
    b._createMesh @ (index):29633
    b._createGeometry @ (index):29629
    b.updateScene

Presumably the cls key should be removed from the config objects
before they’re passed along to THREE.js.

screenshot

Activity

wchargin

wchargin commented on Jun 6, 2019

@wchargin
ContributorAuthor
atyshka

atyshka commented on May 8, 2021

@atyshka

Any progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @wchargin@atyshka

        Issue actions

          Mesh plugin JS warnings: “'cls' is not a property of this material.” · Issue #2320 · tensorflow/tensorboard