yade.wrapper.hideBody

Asked by Hicham BENNIOU

Hello everyone,

I was looking for hideBody [1] in OpenGLRenderer class, but it appears that it doesn't exist :

Yade [1]: yade.wrapper.OpenGLRenderer.hideBody(0)
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
/usr/bin/yadedaily in <module>()
----> 1 yade.wrapper.OpenGLRenderer.hideBody(0)

AttributeError: type object 'OpenGLRenderer' has no attribute 'hideBody'

Help ?
Thanks !

Hicham

[1] : https://yade-dem.org/doc/yade.wrapper.html?highlight=hidebody#openglrenderer

Question information

Language:
English Edit question
Status:
Expired
For:
Yade Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Hongyang Cheng (alex-cheng) said :
#1

Hi Hicham

The following commands
from yade import qt
qt.Renderer().hideBody(id) might help.

regards,
alex

<email address hidden>

From: Hicham BENNIOU
Date: 2014-04-04 18:31
To: yade-users
Subject: [Yade-users] [Question #246507]: yade.wrapper.hideBody
New question #246507 on Yade:
https://answers.launchpad.net/yade/+question/246507

Hello everyone,

I was looking for hideBody [1] in OpenGLRenderer class, but it appears that it doesn't exist :

Yade [1]: yade.wrapper.OpenGLRenderer.hideBody(0)
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
/usr/bin/yadedaily in <module>()
----> 1 yade.wrapper.OpenGLRenderer.hideBody(0)

AttributeError: type object 'OpenGLRenderer' has no attribute 'hideBody'

Help ?
Thanks !

Hicham

[1] : https://yade-dem.org/doc/yade.wrapper.html?highlight=hidebody#openglrenderer

--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : <email address hidden>
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp

Revision history for this message
Hicham BENNIOU (benniou-hicham-deactivatedaccount) said :
#2

Hi Alex,

Same problem, qt.Renderer() has no attribute hideBody.
I'm using yadedaily by the way (1.05.0 )

Revision history for this message
Bruno Chareyre (bruno-chareyre) said :
#3

yadedaily is now at 1.07.0, but even this is too old.
You need to wait a little or compile latest git.

The packaged version is being delayed recently, I suggest to use compiled versions if you need quick update.

Revision history for this message
Anton Gladky (gladky-anton) said :
#4

yadedaily has been updated just yesterday (maybe not all archs).
What operating system do you use and where do you take
yadedaily packages? PPA?

Anton

2014-04-04 14:41 GMT+02:00 Bruno Chareyre <
<email address hidden>>:

> Question #246507 on Yade changed:
> https://answers.launchpad.net/yade/+question/246507
>
> Status: Open => Answered
>
> Bruno Chareyre proposed the following answer:
> yadedaily is now at 1.07.0, but even this is too old.
> You need to wait a little or compile latest git.
>
> The packaged version is being delayed recently, I suggest to use
> compiled versions if you need quick update.
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
Bruno Chareyre (bruno-chareyre) said :
#5

My sources.list was outdated.
Following yade-dem.org/doc/installation.html solved the problem.
Thanks Anton!

Revision history for this message
Hicham BENNIOU (benniou-hicham-deactivatedaccount) said :
#6

I'm using Ubuntu 12.04
I installed yadedaily using : apt-get install yadedaily and I can't do otherwise ddue to restrictions on my machine ...

Revision history for this message
Launchpad Janitor (janitor) said :
#7

This question was expired because it remained in the 'Open' state without activity for the last 15 days.