Code Monkey home page Code Monkey logo

codegoogle.topmod's People

Contributors

dvmorris avatar

Watchers

 avatar

codegoogle.topmod's Issues

Unsafe casts from pointer to int.

What steps will reproduce the problem?
1. Checkout latest TopMod
2. Build on 64-bit Linux

Some DLFL source files set an unsigned int to a pointer value, and g++ refuses 
to compile the code without -fpermissive. Appending -fpermissive to the 
CXXFLAGS works around this, but this should be fixed in source.

Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 2:48

Start-up error

What version of the product are you using? On what operating system?
TopMod2.223.zip for Windows XP.

Please provide any additional information below.
Whenever I start the application, it says 'Run-Time error 76: Path not found' 

Original issue reported on code.google.com by [email protected] on 28 May 2013 at 10:54

2 faces selection fails on first try

What steps will reproduce the problem?
1. create a cube
2. select add handle tool
3. select 2 faces with shift


What is the expected output? What do you see instead?
When select the second face while holding shift, the first one is deselected. 
Doing it again solves the issue.

Original issue reported on code.google.com by hamstahguru on 5 Aug 2010 at 8:38

OpenGL display not working properly

What steps will reproduce the problem?
1. compile under linux
2. run
3. create a primitive

What is the expected output? What do you see instead?
Should see the primitive centered at the right size, instead the primitive is 
drawn in the lower left corner (on the axis) and in small size.
When zooming in the primitive is clipped. When the window is resized, the 
display is correct until clicking or doing any action in the program.



Original issue reported on code.google.com by hamstahguru on 4 Aug 2010 at 4:20

Segfault when extruding a cut corner

What steps will reproduce the problem?
1. create a cube
2. select the cut corner tool
3. select a corner
4. set the offset at 1.0
5. select the face created by the cut
6. Ctrl-X

What is the expected output? What do you see instead?
extrusion of the face (working for offset < 1.0)
instead the program segfaults.


Attached is the beginning of the gdb output

Original issue reported on code.google.com by hamstahguru on 5 Aug 2010 at 8:49

Attachments:

add handle fails for #segments != 10

What steps will reproduce the problem?
1. Create a primitive
2. select two faces with shift F and shift click
3. add handle with #segments != 10

What is the expected output? What do you see instead?
should add a handle with the specified number of segments.
Only 1 face per segment is visible, sometimes just edges depending on the 
situation.

Bug seen on a linux build from the latest checkout.

Original issue reported on code.google.com by hamstahguru on 5 Aug 2010 at 8:33

Please remove exe's and dll's from the repository

What steps will reproduce the problem?
1. Check out the code from the repository
2.
3.

What is the expected output? What do you see instead?

I expect to just get the code only and not exe's and dll's and other
release stuff. They take forever to check out and generally those things
aren't stored in the version control system. If it is really necessary to
keep these files here, then they should be put in a separate module. Any
file that can be generated by qmake or configure or make or whatever should
be excluded from the repository.

Thanks.


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 25 Apr 2007 at 9:39

Linux binary needed

Several people have emailed me asking for Linux sources. At this point I
don't think the source is in a form that can be released, but we should at
least be able to get a Linux binary out.

Original issue reported on code.google.com by [email protected] on 23 Apr 2007 at 6:38

Alt-click is shadowed in GNOME

What steps will reproduce the problem?
1. Use GNOME
2. Run TopMod
3. Try rotating the view by alt-clicking

Alt-click is normally taken by GNOME and others for moving a window, so 
alt-drag just moves the topmod window instead of rotating the view.

I changed it to start rotating the view when alt was pressed (mouse button not 
required) and it was quite usable. That's a suggestion, but it might not be 
best for everybody.

Original issue reported on code.google.com by [email protected] on 28 Feb 2012 at 1:30

add handle not working all the time

What steps will reproduce the problem?
1. create a cube
2. select the create handle tool, keep the default values
3. select 2 faces with an edge in common
4. the handle is not created every time

What is the expected output? What do you see instead?
should create the handle, doesnt create it, no error message or anything, the 
two faces stay selected. 
pressing esc and reselecting them few times eventually creates the handle.



Original issue reported on code.google.com by hamstahguru on 5 Aug 2010 at 8:37

How to run the source?

Excuse me. Could I ask how to run the source here?
I am configing the source of TopMod.
I have installed MinGW5.1.6(the latest edition), Dev C++4.9.2, QT4.3.2, 
Python2.5.2.  Subvision + Tortoise SVN. and Check out the latest edition of 
source code of Topmod.

However, when I run the makeall.bat , the program cannot be compiled 
correctely. The wrong information as follow:

Does someone know how to solve the problem? What's the platform of topmod 
development should I use? 

=================================================================
E:\svndemo\topmod\topmodx\include>mingw32-make
cd vecmat\ && mingw32-make -f Makefile
mingw32-make[1]: *** No rule to make target `C:/Qt/4.1.1/mkspecs/win32-g++\qmake
.conf', needed by `Makefile'.  Stop.
mingw32-make[1]: Entering directory `E:/svndemo/topmod/topmodx/include/vecmat'
mingw32-make[1]: Leaving directory `E:/svndemo/topmod/topmodx/include/vecmat'
mingw32-make: *** [sub-vecmat-make_default-ordered] Error 2

=================================================================

Original issue reported on code.google.com by [email protected] on 16 Aug 2010 at 1:58

MSVCR71.dll missing error under Windows 8

What steps will reproduce the problem?
1. Have Windows 8
2. Try to run the contents of PyTopMod2.223.zip
3. Receive error message saying that MSVCR71.dll is missing for system and that 
the program should be reinstalled.

What is the expected output? What do you see instead?
I expect TopMod to run, I get an error message instead.


What version of the product are you using? On what operating system?
PyTopMod2.223 under Windows 8

Please provide any additional information below.
Don't get me started about what I think of Windows 8, I had TopMod under 
Windows 7 and it was wonderful, I miss it a lot and could use some help.



Cheers, and thanks!!!
Mealea Ying

Original issue reported on code.google.com by [email protected] on 12 Aug 2013 at 7:36

Insane memory consumption loading an externally generated mesh

I have a mesh I have generated with a scipy script of my own, and which I want 
to use TopMod to further modify -- primarily extract a mesh of a thickened 
wireframe. However, I keep running into runaway memory consumption issues. The 
latest mesh I've tried using is attached here -- with 440 vertices and 780 
(triangular) faces.

_What steps will reproduce the problem?_
1. Try to load the mesh file in TopMod or PyTopMod 2.223.
2. Watch as memory consumption goes to over 1.8G.
3. Kill the process before the entire computer locks up with swapping.

_What version of the product are you using? On what operating system?_
I'm using 2.223 on MacOSX Snow Leopard 10.6.8.

Original issue reported on code.google.com by [email protected] on 23 May 2012 at 10:45

Attachments:

rind modeller creates artefacts

What steps will reproduce the problem?
1. Start version 2.223 or 2.195. Repeat the procedures as described in the
symmetric shape vid in the "Instructional video" section of ERGUN AKLEMAN
homepage
http://www.viz.tamu.edu/faculty/ergun/research/topology/TopMod/symmetric/Procedu
reVideo.html
2. use multiple selections mode for marking 
3. use consecutive (>=2 times) rind modelling (thickness) function 

What is the expected output? What do you see instead?
rind modeller works not like shown in vid instead rind modeller creates
artefacts (-->additional edges and faces).

What version of the product are you using? On what operating system?
This problem occurs with version 2.223 and 2.195 BUT NOT with 1.0!
OS: Win 7 and Win7 (XP compatability mode)

Please provide any additional information below.
if needed I can provide a pic. I would be glad if someone could take of
this wonderful topology modeller and resolves the issue.

Original issue reported on code.google.com by [email protected] on 30 May 2010 at 10:10

memory leak in dlfl_walk

calling dlfl_walk leaks memory because Py_BuildValue increases reference
counts to vlist, elist.
Attached a patch from a recent trunk to fix the bug.

Original issue reported on code.google.com by [email protected] on 16 Jul 2008 at 5:49

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.