Re: [brlcad-devel] Help understanding code

2016-03-21 Thread Christopher Sean Morrison
> Right. But I think it's also necessary to change the CMakefiles in order to > install the .cl files somewhere. I'm unsure where to place them. Probably best will be to just put them in some subdir of our data dir for now. We’ll probably eventually want to set things up in the offline-compila

Re: [brlcad-devel] OGV patch

2016-03-21 Thread Amrinder Singh
On Mon, Mar 21, 2016 at 2:58 PM, Shubham Chauhan wrote: > You should submit a PR on the github repo (with the appropriate details), > and specify the submitted PR links in your proposal under the section "Pull > Requests submitted" or something like that. > Its not hard to learn how github works

Re: [brlcad-devel] Help understanding code

2016-03-21 Thread Vasco Alexandre da Silva Costa
On Tue, Mar 22, 2016 at 3:17 AM, Param Hanji wrote: > I updated my svn repo to revision 67420. However, rt.cl wasn't changed > and I still can't get a preview. > Also, here's the patch. > I made the change in [r67361] Please check (e.g. with diff i

Re: [brlcad-devel] Help understanding code

2016-03-21 Thread Param Hanji
I updated my svn repo to revision 67420. However, rt.cl wasn't changed and I still can't get a preview. Also, here's the patch. On Tue, Mar 22, 2016 at 1:27 AM Vasco Alexandre da Silva Costa < vasco.co...@gmail.com> wrote: > On Mon, Mar 21, 2016 at 4:58 AM, Christopher Sean Morrison > wrote: > >

Re: [brlcad-devel] Gsoc-2016: Interested in contributing to python-brlcad

2016-03-21 Thread Stefan Tröger
Hello, >Hi, I'm getting dizzy about inventor scenegraph conversions! Good The concepts of FreeCAD, OpenInventor and IPython are complex and not easy to gasp in short time, so don't feel discouraged. >Actually I get the idea about one to one mapping of nodes, between coin3D and > SceneJs/ThreeJs

Re: [brlcad-devel] Help understanding code

2016-03-21 Thread Vasco Alexandre da Silva Costa
On Mon, Mar 21, 2016 at 4:58 AM, Christopher Sean Morrison wrote: > > Still no image preview? > > > > PS: This should be improved with some kind of smart way to find the > directory where the files are in, or at least by looking the directory up > in an environment variable, but the current clt_i

Re: [brlcad-devel] Help understanding code

2016-03-21 Thread Vasco Alexandre da Silva Costa
On Mon, Mar 21, 2016 at 12:21 PM, Param Hanji wrote: > > > On Mon, Mar 21, 2016 at 10:28 AM Christopher Sean Morrison > wrote: > >> >> Still no image preview? >> >> >> > Nope. I still get a blank image. I tried generating the png with the -l2 > option as well as the -W as suggested. Still no luc

Re: [brlcad-devel] Help understanding code

2016-03-21 Thread Vasco Alexandre da Silva Costa
On Mon, Mar 21, 2016 at 7:42 AM, Param Hanji wrote: > Hello, > > Ok, now the code compiles! I checked the code and functionally it looks >> good. But you need to indent the code according to the BRL-CAD coding >> style. e.g. indent the code with 4 spaces and use regular tabs with 8 >> spaces. Thi

Re: [brlcad-devel] IFC importer for BRL-CAD

2016-03-21 Thread Charlie Stirk
A good patch related to your project proposal would be to extract one type of implicit geometry from the file, like an extrusion, and implement it using a BRL-CAD modeling primitive. On Mon, Mar 21, 2016 at 8:15 AM, Amritpal Singh wrote: > Hello everyone, > > I'm working on IFC importer for BRL-

Re: [brlcad-devel] GSoC 2016 (Introduction)

2016-03-21 Thread Charlie Stirk
This shows that you understand part of the problem, which is progress. Now you need to work on a patch for BRL-CAD and your project proposal. On Fri, Mar 18, 2016 at 12:36 PM, Amritpal Singh wrote: > On Mon, Mar 14, 2016 at 11:08 PM, Charlie Stirk wrote: > > No, you need to look at how IfcOpenS

Re: [brlcad-devel] OGV patch

2016-03-21 Thread chintan zaveri
Hey, I have worked on the fix - making models private ( model viewer part is to be decided yet) Here is my work - https://github.com/BRL-CAD/OGV-meteor/commit/7e2b7a3ed1bc04a8d7316599034dccf3f3dfa38d It gives all the commits while creating a pull request and rebasing is not working due to some con

[brlcad-devel] IFC importer for BRL-CAD

2016-03-21 Thread Amritpal Singh
Hello everyone, I'm working on IFC importer for BRL-CAD using STEPcode. https://github.com/amrit3701/ifc2stp In the above program, I made a bash script which runs with c++ code. Bash script just removes all the ifc prefix from all entities present in IFC file and saves it with new extension i.e.

Re: [brlcad-devel] GSOC Propsal Review

2016-03-21 Thread Param Hanji
Hello, I made my proposal more detailed. I'll continue doing so as I learn more about bool.c. Have a look at it now. I've given comment access to everyone, so feel free to add comments. I also included a weekly breakup of the tasks as Sean suggested. Thank you, Param On Mon, Mar 21, 2016 at 9:44

Re: [brlcad-devel] Help understanding code

2016-03-21 Thread Param Hanji
On Mon, Mar 21, 2016 at 10:28 AM Christopher Sean Morrison wrote: > > Still no image preview? > > > Nope. I still get a blank image. I tried generating the png with the -l2 option as well as the -W as suggested. Still no luck Best, Param --

Re: [brlcad-devel] Qt Display Manager

2016-03-21 Thread Clifford Yapp
On Mon, Mar 21, 2016 at 5:50 AM, Jasvir Singh wrote: > On Fri, Mar 11, 2016 at 11:06 AM, Clifford Yapp wrote: >> >> That looks like it's just the placeholder OpenGL Qt widget not getting >> updated - remember, there's no drawing activity going on so the canvas >> area is not refreshing itself. >

Re: [brlcad-devel] Qt Display Manager

2016-03-21 Thread Jasvir Singh
On Fri, Mar 11, 2016 at 11:06 AM, Clifford Yapp wrote: >> Can anyone please help me to figure it out? > > That looks like it's just the placeholder OpenGL Qt widget not getting > updated - remember, there's no drawing activity going on so the canvas > area is not refreshing itself. It's working f

Re: [brlcad-devel] OGV patch

2016-03-21 Thread Shubham Chauhan
You should submit a PR on the github repo (with the appropriate details), and specify the submitted PR links in your proposal under the section "Pull Requests submitted" or something like that. Thanks -- Transform Data int

[brlcad-devel] OGV patch

2016-03-21 Thread Amrinder Singh
I want to submit a forget password patch of OGV. Where to submit it? Can I send pull request to OGV directory on github? Detail: While some one submit email in forget password window, back-end file ( forget_password.js ) checks for email. If email is there it sends mail to that email id but if us

Re: [brlcad-devel] Debug Brl CAD source

2016-03-21 Thread Jawadh Salih Rifath
Sorry it's working for now. On 21 March 2016 at 13:43, Jawadh Salih Rifath wrote: > what is this code about . When I create this local directory in my home > folder it says it doesn't exist. Please explain me. > cmake .. -DCMAKE_INSTALL_PREFIX=~/local/rel-7.25.0 > -DBRLCAD_BUNDLED_LIBS=ON -DCM

Re: [brlcad-devel] Debug Brl CAD source

2016-03-21 Thread Jawadh Salih Rifath
what is this code about . When I create this local directory in my home folder it says it doesn't exist. Please explain me. cmake .. -DCMAKE_INSTALL_PREFIX=~/local/rel-7.25.0 -DBRLCAD_BUNDLED_LIBS=ON -DCMAKE_BUILD_TYPE=Debug On 17 March 2016 at 19:35, Margaret Hu wrote: > I can successfully do

Re: [brlcad-devel] Help understanding code

2016-03-21 Thread Param Hanji
Hello, Ok, now the code compiles! I checked the code and functionally it looks > good. But you need to indent the code according to the BRL-CAD coding > style. e.g. indent the code with 4 spaces and use regular tabs with 8 > spaces. This is particularly noticeable in the .cl file. > > The style ru