Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

Make position property modifiable rather than just replaceable #18

@bwockner

Description

@bwockner

Current implementaion of position property of renderInstances and filter requires the user to completely replace the value for that property i.e. instance.postion[0] = newX is not allowed and must be done by instance.position = [newX, instance.position[1], instance.position[2]]

This should be replaced by creating a custom class to represent position which implements the appropriate callback in setattr such that the object is correctly updated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions