Re: [brlcad-devel] OGV

2014-06-08 Thread Inderpreet Singh
On Sat, Jun 7, 2014 at 2:49 PM, Harmanpreet Singh wrote: > Although you are going good with your milestones, but I would like to > see working whatever you have done till now. Please put your code on > some server. I have uploaded whatever I have done till now on http://ogv.meteor.com/ . You can

Re: [brlcad-devel] Wrapping bu_bitv a challenge!

2014-06-08 Thread Raj Reddy
Hi csaba, Thanks for your email. It was indeed a challenge because the kind of hack which was done in BRL-CAD c repository. Although I have solved it with another hack in python ;). To see the code visit [1] Cheers! Raj. [1] https://github.com/raj12lnm/python-brlcad/commit/ab57e62db457b18b283

Re: [brlcad-devel] Extension to store materials properties

2014-06-08 Thread Albert Coder
On Sun, Jun 8, 2014 at 5:59 PM, Harmanpreet Singh wrote: > Don't let the user to fill material ID. Use auto increment attribute > of MySQL to generate unique ID for each new material entry > automatically. Yes, that would be a better option. Well, thanks for the suggestion, I will come back with

Re: [brlcad-devel] Extension to store materials properties

2014-06-08 Thread Harmanpreet Singh
On Sun, Jun 8, 2014 at 3:10 PM, Albert Coder wrote: > PS: An error might be displayed if you use a Material Id which is > already in the database as it is the primary key and it cannot be > replicated. Use random Material Id(or refer to the backend first from > phpmyadmin). Don't let the user to

Re: [brlcad-devel] Extension to store materials properties

2014-06-08 Thread Albert Coder
On Sun, Jun 8, 2014 at 7:32 AM, H.S.Rai wrote: > @ All > > You may use: > > user: hsrai password: rai For logging into mediawiki one may use the above username and password(or one may even signup oneself). And to check if the data is stored I have created a user 'mat'. You can see here if your m