Revision b68ecc9 by Ken Hughes March 6, 2007, 18:55 (GMT) |
Python API ---------- Converted CurNurb module to tp_getseters. Added patch #5761 to provide read access to NURB knot vectors. |
Revision e85228c by Ken Hughes March 6, 2007, 18:35 (GMT) |
Python API ---------- Bugfix #6166: Mesh.getFromObject() didn't accept three parameters. |
Revision 67e1188 by Ken Hughes March 6, 2007, 16:50 (GMT) |
Python API ---------- Forgot to put sentinel at end of Curve_getseters, probably the cause of crashes on OSX (thanks Stephen!). Also add doc strings for attributes, add missing "taperob" attribute to python docs. |
March 6, 2007, 03:39 (GMT) |
Uses the bglFlush() and is_a_really_crappy_intel_card() hacks to give better support on low-end Macintoshes with integrated Intel graphics chipsets. Patch received from "UncleZiev" on #blendercoders, but I adjusted it so other video chipsets and platforms are unaffected. The only visual difference is that on MacBook and iMac machines, the box select outline is drawn with solid, not dashed lines like other platforms and not invisible as they were previously. |
March 5, 2007, 20:50 (GMT) |
extra space in CCFLAGS was causing problems on some systems. reported on irc... by bdiego Kent |
Revision ee79b59 by Ton Roosendaal March 5, 2007, 20:49 (GMT) |
Small silly feature: menus in blender now scroll with mouse wheel. :) Note that activiting it works as if you used arrow keys, not with mouse. |
Revision bf5dfc6 by Ton Roosendaal March 5, 2007, 20:47 (GMT) |
bugfix #6163 Dupligroup: the recursive option did not check for the button (flag) to be set, only for the pointer ->dupli_group |
Revision 69a4694 by Campbell Barton March 5, 2007, 15:26 (GMT) |
adding experemental sequencer module, This may change or be removed before next release. scene.sequence - This is an iterator that loops over strips, metastrips are intern iterable. currently has support for dealing with scene strips and metastrips, generic strip options and moving strips about. |
Revision aa33c4f by Campbell Barton March 5, 2007, 13:07 (GMT) |
mesh_skin - syntax error stopped ths script from working. svg2obj.py update from JMS - Exec was removed from the collect_ATTRIBUTS function . - Other uses was evaluated. |
Revision b3d8c7a by Nathan Letwory March 5, 2007, 06:38 (GMT) |
=== SCons == * fix by Malcolm Tredinnick for #6148 * some other misc changes by myself. |
Revision ef900ce by Ken Hughes March 5, 2007, 04:36 (GMT) |
Tools ----- Bugfix #6156: Fluid simulation crashed on meshes with no vertices. Add a check for mesh->totvert==0 and print a message in that case. |
Revision 5dfd592 by Ken Hughes March 5, 2007, 03:44 (GMT) |
Python API ---------- Conversion of Curve module to tp_getseters. |
Revision e276a6f by Ken Hughes March 5, 2007, 03:38 (GMT) |
Python API ---------- Removed prototype for recently-removed Blender_RemoveFakeuser(). |
Revision 5ddf565 by Ken Hughes March 5, 2007, 03:34 (GMT) |
Python API ---------- Fix potential problem with tex.evaluate(); calling multitex_ext() with non-zero integers instead of pointers. Campbell, double-check that this fix is correct, otherwise take another look at what it should do. |
Revision 0a227f5 by Campbell Barton March 4, 2007, 11:48 (GMT) |
made it possible to set a modifiers object to None to remove the object added initial support for the displacement modifier |
Revision ffab782 by Campbell Barton March 3, 2007, 14:05 (GMT) |
Added functions to Text3d that allow modifying of text frames * .addFrame() * .removeFrame(index) getseters * .activeFrame * .totalFrames * .frameWidth * .frameHeight * .frameX * .frameY |
Revision d1b17f8 by Andrea Weikert March 3, 2007, 11:28 (GMT) |
==== MSVC 7.1 project files ==== - fix for 3DPlugin compile - cleanup of bullet path - removed PHY_ODE project from 3D plugin too, not used anymore Now all configurations should build again, let me know of any problems! Not been able to test if the 3DPlugin is actually working,is job for another day ;) Also the 3DPlugin is compiled without OpenExr, this needs to be looked into once too. |
Revision 7354517 by Ton Roosendaal March 3, 2007, 10:40 (GMT) |
Bugfx #6138 Raytraced transparent shadow: did not respect lamp option "Layer". |
Revision 8437b84 by Campbell Barton March 3, 2007, 01:29 (GMT) |
Pose.c - added option not to update IPO's when adding a keyframe to a bone. bvh_import.py - delaying IPO updates gives a significant speedup. - IPO's use linear interpolation now - Added an option to loop the animation. - fix for own bug, importing to empties never worked. |
March 2, 2007, 22:02 (GMT) |
* Compo: Added the curve options buttons (clipping, vector handles, etc) to the time node |
|
|
|


Master Commits
MiikaHweb | 2003-2021