Blender Git Commits

Blender Git "master" branch commits.

Page: 4881 / 5574

August 18, 2008, 10:48 (GMT)
#2: Fixing compile errors on mingw/cygwin (reported by aligorith)
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.
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.
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)
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.
August 17, 2008, 23:03 (GMT)
another compile fix reported by ccherrett
August 17, 2008, 22:58 (GMT)
another compile fix reported by ccherrett
August 17, 2008, 22:32 (GMT)
Update MSVC project files after Win64 patch
August 17, 2008, 22:28 (GMT)
Fix compile problem in MSVC after Win64 patch
August 17, 2008, 19:58 (GMT)
Win64: Another missing include only appearing with powerpc-apple-gcc-4.x (reported by daredemo/#blendercoders)
August 17, 2008, 17:22 (GMT)
Win64: compiles fine with scons with gcc now
August 17, 2008, 17:16 (GMT)
Win64: forget include => this compile errors never showed up on msvc (if anyone wonders)
August 17, 2008, 17:12 (GMT)
Win64: forget include
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.

August 17, 2008, 17:11 (GMT)
Win64: forrget include
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!
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021