-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix tabobject #184
fix tabobject #184
Conversation
CHANGELOG.md
Outdated
@@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
* Restructured `SceneObjects` to accepct `item` as kwargs. | |||
* Fixed `compas_viewer.components.slider` step attribute. | |||
* Fixed `renderer.view` distorted init | |||
|
|||
* Fixed in a `tabobject` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please leave a blank line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and put a period at the end of every sentence
src/compas_viewer/scene/tagobject.py
Outdated
@@ -118,6 +118,7 @@ def make_buffers(self): | |||
} | |||
|
|||
def make_text_texture(self): | |||
print(self.geometry.font) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this the hotfix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh no there was a missing file, I will remove this print line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i still don't get it. where are all the fixes in this PR? i don't see any changes...
CHANGELOG.md
Outdated
@@ -38,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
* Changed `FrameObject` to something with just 3 axes. | |||
* Restructured `SceneObjects` to accepct `item` as kwargs. | |||
* Fixed `compas_viewer.components.slider` step attribute. | |||
* Fixed `renderer.view` distorted init | |||
* Fixed `renderer.view` distorted init. | |||
* Fixed in a `tabobject`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tagobject
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed what in tagobject
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sry didn't see the typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By putting back the missing file here, tagobject file can be fixed
What type of change is this?
tabobject