Revision df2fd95 by Ken Hughes December 26, 2006, 19:13 (GMT) |
Python API ---------- Bugfix for at least one annoying "DeprecationWarning: integer argument expected, got float" followed by garbage printed to the console. The message happens when PyArg_Parse() is called to parse an integer but is passed a float. This happens in a few other places, bun unfortunately I can't fix them all right now. |
Revision d2d86d3 by Ken Hughes December 26, 2006, 15:07 (GMT) |
Python API ---------- Correct some typos in Ipo API documentation. |
Revision 4457466 by Roland Hess December 26, 2006, 12:51 (GMT) |
Little commit to curb a tiny bit of the complaining about how easy it is to accidentally quit Blender and "lose" your work. Even though there is quit.blend, Ton said he had no problem with at least removing plain of 'q' for quit. Quit Blender hotkey is now Ctrl-Q. |
Revision 87286da by Ton Roosendaal December 26, 2006, 11:26 (GMT) |
Bugfixes #5314 and #5424 - removed the "" from pulldown menu, and replaced with readable "or" (makes it for translation systems easier to parse) - the theme menu, area type chooseer menu, "Timeline" didnt draw in the button due to bad pupmenu_col() code with using 'seperators'. Fixed it by just adding another separator for now. Both fixes reviewed and provided by Juho. Thanks! |
Revision d109129 by Ton Roosendaal December 26, 2006, 10:18 (GMT) |
Bugfix #5498 Textbutton: SHIFT+Arrow selections did not work proper when the amount of text in a button was more than its width could display. Now still doesn't work OK 100% (when selection itself goes outside of button view). Also: removed the very bad SELWIDTH define (but->selend - but->selsta). That's not making readable code! |
Revision e4511c8 by Ton Roosendaal December 26, 2006, 09:19 (GMT) |
Ancient bug: when subdividing the screen many times, it gives a crash when the amount of subwindows reaches 128 (64 areas+headers). Added a warning instead of crash! |
Revision 1013742 by Ton Roosendaal December 26, 2006, 08:46 (GMT) |
Bugfix #5487 New glDrawArrays() code used an array size of '1' for drawing Surface curves/polys. Seems to crash in Linux... |
Revision 46924d3 by Campbell Barton December 26, 2006, 07:00 (GMT) |
Camera.c refactor, moved to getsetattrs. deprecated get/set functions. and added access to all camera settings. cam.type now uses 'ortho' and 'persp' rather then 0 and 1 group.c and object.c, minor cleanup |
Revision 0aebc13 by Geoffrey Bantle December 26, 2006, 02:00 (GMT) |
-> Further work to improve triangle conversion tool: The improved triangle to quad conversion is now better integrated into Blender in several respects. First of all the code makes distinctions between 'simple' pairs and 'complex' pairs. Simple pairs are an island of exactly two selected triangles that are joined by an edge. These simple pairs are subject to the old 2.42 rules for joining triangles. Complex pairs are part of larger islands of selected triangles and their conversion is controlled by several parameters that can be individually tweaked via new buttons located in the "Mesh Tools" panel of the editing buttons. Furthermore the tool deals with any arbitrary combination of simple and complex islands in a consistent and logcial way. The code has also been drasitcally cleaned up and should address the open bugs in the tracker regarding alt-j. However as part of cleanup the tool has been made somewhat slower to insure a consistent mesh structure. This is a limitation of the exist_face() function in editmesh and will have to be adressed at a later date. |
Revision 470f91b by Campbell Barton December 26, 2006, 01:45 (GMT) |
object_cookie_cutter - use edge keys widgetwizard - made a mistake in last commit, works and also dosnt creash with bug. https://projects.blender.org/tracker/index.php?func=detail&aid=5289&group_id=9&atid=125 Can others test so we can close? Object_join was messing up object usercounts |
Revision b27785c by Nicholas Bishop December 25, 2006, 23:52 (GMT) |
Fixed a number of crashes occuring when loading saved files with sculpt mode active. (mostly missing checks for a sculpt session.) |
Revision 3fe44bf by Nicholas Bishop December 25, 2006, 23:16 (GMT) |
Update sculpt object when switching mesh shapes in the IPO editor |
Revision 8f010d2 by Campbell Barton December 25, 2006, 23:14 (GMT) |
mesh_skin updated to use ed.key, other minor cleanups. updated the url in other scripts |
Revision 576c5b8 by Ken Hughes December 25, 2006, 21:15 (GMT) |
Python API ---------- Add .materials attribute to BPy Curve API. Also clean up Mesh.materials documentation. |
Revision 11cd11d by Erwin Coumans December 25, 2006, 19:54 (GMT) |
minor fix in Bullet internals |
Revision 6b64ccd by Nicholas Bishop December 25, 2006, 19:11 (GMT) |
Sculptmode now works properly with shape keys (Merry Christmas.) Fixes bug #5499, Sculpt mode don't works correctly with Shape Key. |
Revision a2b3eb5 by Ken Hughes December 25, 2006, 15:07 (GMT) |
Python API ---------- Change "requiresd" to "required" in getChildren() documentation. |
Revision 604defd by Campbell Barton December 25, 2006, 10:53 (GMT) |
somehow pasted some text by mistake that raised an error. |
Revision 2a9fab5 by Campbell Barton December 25, 2006, 10:44 (GMT) |
PyAPI driverExpression: added "ipocurve.driver = 2" to set the curve to use driver python expressions. added ipocurve.driverExpression - the string to run. |
Revision 859b7f2 by Campbell Barton December 25, 2006, 09:17 (GMT) |
modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021