Revision a84d346 by Daniel Genrich August 18, 2008, 10:48 (GMT) |
#2: Fixing compile errors on mingw/cygwin (reported by aligorith) |
Revision f876fd6 by Daniel Genrich August 18, 2008, 10:37 (GMT) |
Fixing compile errors on mingw/cygwin (reported by aligorith) |
Revision d39cdd7 by Ian Thompson August 18, 2008, 10:24 (GMT) |
Moving the find panel caused some funky projection effect, introduced when I fixed the scrollbar. The scrollbar and panel now play nice. |
Revision 7f30e5f by Ian Thompson August 18, 2008, 10:01 (GMT) |
Better class support with inheritance for text parsing. |
Revision ff45582 by Campbell Barton August 18, 2008, 02:29 (GMT) |
Added vec.reflect(mirror) method to Python Mathutils Vector type also made sensor and actuator text areas a bit bigger so full names can be read. |
Revision aef4586 by Martin Poirier August 18, 2008, 00:08 (GMT) |
For now, don't join subgraphs if graphs are cyclic (this causes problem when reweighting because it uses a depth first method which doesn't work with cycles properly) |
Revision 89a735e by Andre Susano Pinto August 17, 2008, 23:48 (GMT) |
BVHTree fix (non 2.47) It was building incorrect trees when there was only 1 leaf. Code fixed to always generate a tree with at least 1 branch.. since most of bvh code relies on this. |
Revision 0c79804 by Daniel Genrich August 17, 2008, 23:03 (GMT) |
another compile fix reported by ccherrett |
Revision 0db489b by Daniel Genrich August 17, 2008, 22:58 (GMT) |
another compile fix reported by ccherrett |
Revision ed9a0fe by Benoit Bolsee August 17, 2008, 22:32 (GMT) |
Update MSVC project files after Win64 patch |
Revision 9f61090 by Benoit Bolsee August 17, 2008, 22:28 (GMT) |
Fix compile problem in MSVC after Win64 patch |
Revision 904b97e by Daniel Genrich August 17, 2008, 19:58 (GMT) |
Win64: Another missing include only appearing with powerpc-apple-gcc-4.x (reported by daredemo/#blendercoders) |
Revision 0c5adb7 by Daniel Genrich August 17, 2008, 17:22 (GMT) |
Win64: compiles fine with scons with gcc now |
Revision 62845c3 by Daniel Genrich August 17, 2008, 17:16 (GMT) |
Win64: forget include => this compile errors never showed up on msvc (if anyone wonders) |
Revision 1f46aaa by Daniel Genrich August 17, 2008, 17:12 (GMT) |
Win64: forget include |
Revision 7fd701a by Willian Padovani Germano August 17, 2008, 17:11 (GMT) |
== BPython API == Bug: Draw.Number wasn't properly checking that the initial, min and max values passed to it were numbers. On errors Python would set an error flag that would only be caught later on, masking where the real problem was. Pesky bug... Reported by André (jaguarandi) on irc, thanks! PS for bpy devs: PyInt_AsLong returns -1 on error and sets the error flag. With functions like that we need to take special care or not that obvious bugs appear. |
Revision f4d682d by Daniel Genrich August 17, 2008, 17:11 (GMT) |
Win64: forrget include |
Revision fd0072e by Daniel Genrich August 17, 2008, 17:08 (GMT) |
Win64: please check my changes if you ran across them ;) But should be fine since no additional crashes were reported! |
Revision 68765dc by Daniel Genrich August 17, 2008, 16:36 (GMT) |
Win64 commit: first little commit to test how it compiles on other plattforms - I'll then commit the other changes if all is fine :) |
Revision e93151d by Ian Thompson August 17, 2008, 10:10 (GMT) |
Fix for text area scrollbar drawing incorrectly |
|