Commit Graph

  • 8fa6cd8c94 - added popup warning when choosing quicktime at OSX. this to notify that the 'options' button in QT dialog freezes. Ton Roosendaal 2003-11-08 21:00:09 +00:00
  • 27ddef2ad5 - zooming in for action window increased 5 fold. (bug report #679). Also corrects old files for it. Ton Roosendaal 2003-11-08 19:04:50 +00:00
  • 95791c0b81 - fix bug #682 button wrong size... Ton Roosendaal 2003-11-08 18:46:50 +00:00
  • b4c25d241b - another fix because of the stricter 'qualifier key' checking; ctrl+mouseclick didnt work to select objects in editmode, needed for making vertex parents. Ton Roosendaal 2003-11-08 18:37:28 +00:00
  • 602fe19b6f - fixed drawing in frontbuffer of selected object... the previous fix for selecting multiple objects reveiled this error... Ton Roosendaal 2003-11-08 17:51:32 +00:00
  • 7be1d02919 - bug fix #304 Wire rendering gave errors with parts. This due to the fact the lines are clipped exactly at the pixel centers of the image edge. For polys (triangles) that works fine, but in wireframe you see the lines ending at the edge. Ton Roosendaal 2003-11-08 16:57:23 +00:00
  • 96403dc309 - fix bug #294 removed some code of someone in NaN who tried to fix prototypes... just solved by introducing a correct cmat[3][3] instead of using weird new matrix code. Ton Roosendaal 2003-11-08 14:41:56 +00:00
  • 75997db19f - fixed bug #253 from NaN period, someone just commented out a piece of code... this to prevent the curve itself being converted (as edges) next to the 3d filled faces. but for 3D curves there are no filled faces. Ton Roosendaal 2003-11-08 13:36:16 +00:00
  • c04eb56983 - removed hack in initrender code that allowed 'border render' in a previously rendered image. it was just screwing up memory in some cases. for it to work quite more elaborate coding is needed. - when selecting border in camera view (SHIFT+B) the associated render option is set automatic - fixed some mallocs to become callocs in renderloop, to prevent garbish when border rendering - also enables closing bug #179 Ton Roosendaal 2003-11-08 12:50:40 +00:00
  • b18d1109ea - bug fix #74 (oldie!) rendering uses data as set in active 3d window again. meaning it renders localview or 'unlocked layers' correctly again. in background render it uses the scene layers by default. Ton Roosendaal 2003-11-08 10:59:59 +00:00
  • 185ea29d2a - removed all buttons to choose for 'image selector'. where loading images is meant, a ctrl+click will invoke image selector still. - this as discussed a while ago at meeting; the image selector is highly unstable, and causes bug reports for each release we do. - removed reference to 'save runtime' from file menu. - added icons to fileselect buttons in f10 menu Ton Roosendaal 2003-11-08 10:47:50 +00:00
  • 9caa2fee8e - fixed bug #384 browsing new texture for lamp in texturebuttons (f6) only gave 'add new' option. - saving images in texturepaint mode saves in same format only. this is far from an easy fix to use the scene settings, so it indicates with saving clearly its in the same type now Ton Roosendaal 2003-11-08 10:02:30 +00:00
  • c11eb86112 BPython: - Fixed uninitialized NMFace.mode var in NMesh.c - Incref'ed a couple Py_None's in Object.c - Minor update in the docs, changed required version to 2.30 Willian Padovani Germano 2003-11-08 02:19:09 +00:00
  • 85e8812c9f - fixed layout of curve panel (f9 menu) - changed 'curve' to 'path' in ipo types menu for ipowindow Ton Roosendaal 2003-11-07 22:26:15 +00:00
  • 7ef6e6889e - bug #670 input in ipowindow NKey menu went wrong for vertices... buttons were accidentally created double, resulting in double actions. uh! Ton Roosendaal 2003-11-07 21:12:43 +00:00
  • b7debeb792 Updated so that Default Vars button will reset envmap data, if it exists. doesn't do object its tied to but does everything else for envmaps now. (clipsta, depth, etc...) Kent Mein 2003-11-07 21:03:58 +00:00
  • 21c2e8f74f - fixed bugreport intrr about shadeless UV texture face having wrong brightness... it had one multiplication too many... Ton Roosendaal 2003-11-07 19:23:13 +00:00
  • 7390acc2b4 Middle mouse emulation fix. Martin Poirier 2003-11-07 01:52:31 +00:00
  • 71978017cb Fixed Ctrl-Shift-F3 to capture the whole screen. Martin Poirier 2003-11-07 01:51:01 +00:00
  • 1d9f0e1594 Raised the numbot upper limit for DupSta and DupEnd. Martin Poirier 2003-11-07 01:50:14 +00:00
  • 9be7b43c2d - fixed specularity for sun lights Ton Roosendaal 2003-11-06 22:38:41 +00:00
  • 74cdaf7da2 - made shadowbuffer button into normal num but. sliders should be reserved for more limited ranges like 0.0-1.0 and so reason was it wasnt readable at all! Ton Roosendaal 2003-11-06 22:10:33 +00:00
  • cf18d4431a Fixed my blunder with Default Vars button. It was causing plugins not to accept changes to buttons. Now it works correctly, defaults are set only when you press the button. Kent Mein 2003-11-06 22:07:41 +00:00
  • 047d18d72c - zoom in/out in rendered image always includes zoom level 1.0 now. Ton Roosendaal 2003-11-06 21:31:47 +00:00
  • ecb758d47b - selecting multiple objects at same location had error. was caused by new code that manages multiple matrices for 'overlay' buttons. just forgot to add call persp(PERSP_VIEW); Ton Roosendaal 2003-11-06 19:20:56 +00:00
  • e2e6bc37a9 setControlPoint() had incorrect argument list. also some minor reformatting. Stephen Swaney 2003-11-06 18:17:05 +00:00
  • b9cdf97e19 - little new feature; 'hide' vertices/edges/faces works in editmode for subsurf Ton Roosendaal 2003-11-06 17:22:39 +00:00
  • ec836b3390 nla strips were not updating the reference counts of actions they were using. Chris Want 2003-11-06 17:17:52 +00:00
  • 94c6fae700 - fixed order in addmenu pulldown - added 'add bones' for in editmode armatures in toolbox Ton Roosendaal 2003-11-06 16:35:15 +00:00
  • fa6a1bc5fe -fixed bug; ALT+LeftMouse emulates MiddleMouse again. Ton Roosendaal 2003-11-06 15:28:40 +00:00
  • 13c95a6e85 bug fix: audio hangs on OSX when playback with ALT+A Ton Roosendaal 2003-11-06 14:13:49 +00:00
  • b1762e85f6 - fixed bug: removing a window edge (join areas) sometimes found the wrong edge. this code error was very old... wonder how this error could exist so long Ton Roosendaal 2003-11-06 11:59:36 +00:00
  • b961e52f71 Discovered I never remapped RMB to cancel in get_mouse_trail(). Done now. Robert Wenzlaff 2003-11-06 01:57:49 +00:00
  • 8dfd33c4fb Improved Knife line drawing, and added Knife cursor. Robert Wenzlaff 2003-11-06 00:01:51 +00:00
  • aeb8a0f1ae Modified pupmenu_col() to allow separators. Robert Wenzlaff 2003-11-05 23:54:22 +00:00
  • e1c8f26537 - typo in toolbox, caused faceloop not to work. (making release notes, and checking it all... sorry!) Ton Roosendaal 2003-10-30 10:56:06 +00:00
  • 2e832d50cd second violate against freeze & tag... :/ Ton Roosendaal 2003-10-30 09:17:54 +00:00
  • c3cac7282a - violating my own AHOY a few minutes ago.. last minute bug report. small errors in texture panel... 2 buttons invisible, and 'add new' in lamp texture added texture to world. Ton Roosendaal 2003-10-30 00:41:36 +00:00
  • e6c3706a09 - a SPLASHing splash! Made by our house designer Xype. it's a teaser for the upcoming manual... but the design for it is not ready... the hands theme will come back on cover though. Ton Roosendaal 2003-10-30 00:13:50 +00:00
  • ae68b653b5 shell script to generate blender python api docs using epydoc Stephen Swaney 2003-10-29 23:03:30 +00:00
  • 2eaf0523cf - missing break statement caused middle mouse click to zoom one step, only in text editmode Ton Roosendaal 2003-10-29 22:53:09 +00:00
  • 5ab967a6e6 - fixed error in .b.blend... now all 'dupli' settings that need to be on are on... to prevent default 'linked dupli'. Ton Roosendaal 2003-10-29 21:57:02 +00:00
  • f838b38a37 - release code upped to 2.30 as well Ton Roosendaal 2003-10-29 21:03:55 +00:00
  • bcb1e133b7 - blender is 2.30 now! Oh my, what a nice color! :) Ton Roosendaal 2003-10-29 21:03:28 +00:00
  • 0c6ffb0b21 - new .B.blend as provided by intrr, and tweaked by me. :) - fixed error introduced by coding color for panel, instead of just implementing the right default color. this caused colors not possible below value '100'... tsk tsk Ton Roosendaal 2003-10-29 20:43:40 +00:00
  • d4a4f0e493 - increased tooltip back-grab safety one pixel - fixed good merging of constraint and effect panel in odd situations Ton Roosendaal 2003-10-29 19:23:51 +00:00
  • b232b1d3e5 - added name button for lamp data, lamp-object and empty-object in F9 menu. actually also belongs in F7 one.... thats for later Ton Roosendaal 2003-10-29 18:22:48 +00:00
  • cbd5c5520e - improved readability of top header bar text a bit. patch submitted by Desoto. - also aligned color bar behind 'www.blender.org' vertically with buttons Ton Roosendaal 2003-10-29 13:54:39 +00:00
  • 4089ad1770 Commented the Key buttons in the constraint window. Sadly, I didn't have time to add the functionality. Martin Poirier 2003-10-29 12:33:15 +00:00
  • 94931ece1e removed duplicated arrays Jacques Guignot 2003-10-29 09:12:22 +00:00
  • dd6a83d9c0 Exppython: - Minor tweaks related to ipos and Added Object_setIpo and Object_clearIpo to Object.c - Updated docs Willian Padovani Germano 2003-10-29 01:37:32 +00:00
  • f3a809b09f - made option for auto open toolbox on left/mouse hold. standard starts with 0.5 sec. Turn the threshold value up to effectively disable it when you dislike it. But give it a try! - added 'Home' after splitting window for buttonswindow Ton Roosendaal 2003-10-29 01:10:10 +00:00
  • 5ea904faca - added another load of items to new toolbox... yeez, what an ENORMOUS job Matt has done with the menus! :) - followed as much as possible order and options in pulldowns, but since toolbox has more categories, it is split up sometimes. - did some minor changes in pulldowns to make it more consistant - not yet: armature & text options... - not yet: toolbox in other window types Ton Roosendaal 2003-10-29 00:23:16 +00:00
  • 29f532588a fixed the last bug with FollowPath (it didn't work with path without a speed IPO). Martin Poirier 2003-10-29 00:06:59 +00:00
  • fad1324e5a update of the doc (ipoCurve function) Jacques Guignot 2003-10-28 23:25:59 +00:00
  • 976164a338 modified the print function Jacques Guignot 2003-10-28 23:25:25 +00:00
  • 966ff6840e added getIpo() function. Jacques Guignot 2003-10-28 23:23:30 +00:00
  • a496ca4db3 faceloop select adds to selection by default now. I know this is not standard behaviour but there isn't a nice way to implement the normal "Shift adds to selection" for this yet.. Roel Spruit 2003-10-28 22:46:34 +00:00
  • 10c452e13e - fixed hotkey error; apply object needs 2 combos - changed call to selectconnected to accept qualifier as input (need to do that for all such tools... no more checking inside! Ton Roosendaal 2003-10-28 21:28:13 +00:00
  • dcfdb6f3bc - forgot to add links panel for: Armature, Camera, Lattice - this enables browsing data again. All in F9 menu (editing) Ton Roosendaal 2003-10-28 19:03:28 +00:00
  • 5f3a96be10 Fixes after report from Matt: Ton Roosendaal 2003-10-28 18:43:55 +00:00
  • f7b513ea7a Fixed Edge shift selection with Ctrl-Alt-Shift-Right click Martin Poirier 2003-10-28 17:47:04 +00:00
  • 5bd910ae2c - added buttons for NKEY menu editmode curve, nurbs, armature - same for PoseMode Ton Roosendaal 2003-10-28 16:26:51 +00:00
  • 1e3da857b9 Ooops Martin Poirier 2003-10-28 15:29:25 +00:00
  • f3c219efd4 - added Ipo Panel in 'curve' pulldown menu - fixed: with a minimized 'object transform' panel in 3d win, another call for it using pulldowns didnt force it open Ton Roosendaal 2003-10-28 15:05:11 +00:00
  • a5247cf5b8 - fixed bug in wrong event code, causing some plugin buttons not working - added redraw events to plugin buttons, to show updates better Ton Roosendaal 2003-10-28 14:37:47 +00:00
  • 4bec8ba7d5 Fixing loose ends: Ton Roosendaal 2003-10-28 14:20:03 +00:00
  • c6ec4cb984 --Changed labels in Knife from "Centers" to "Midpoints". Robert Wenzlaff 2003-10-28 13:14:47 +00:00
  • df53e57bf3 Missing feature: Snap menu was not available in editmode. Stephen Swaney 2003-10-28 07:15:02 +00:00
  • 829c0340f2 mostly done for both toets.c and space.c Martin Poirier 2003-10-28 03:08:50 +00:00
  • 9c6275c55b Exppython: - Small fix in NMesh.c - Updates to ipo related methods in Camera, World and Material - Doc updates Willian Padovani Germano 2003-10-28 00:29:37 +00:00
  • bfef1d0d92 Hotkey fixes for space.c Martin Poirier 2003-10-27 23:55:38 +00:00
  • 9c54e9507a Updated documentation for the getCurves function. Jacques Guignot 2003-10-27 21:50:36 +00:00
  • 5ca0051419 - fixed very very old but in TOG button (it didnt check the values correctly for deciding whether its pressed or not - added 'add new' buttons to material & texture menus is done by std_lib buttons in headerbuttons.c, now only for this. doing it for ipowindow, sound, etc. has some weird consequences, save that for later - verified usage of 'setting2' color for databuttons only Ton Roosendaal 2003-10-27 16:13:45 +00:00
  • c69636b288 - included glitch patch from Desoto: the 'copy/paste' icons in Materials editor are drawn on fixed location now. Ton Roosendaal 2003-10-27 13:32:48 +00:00
  • 41545885b8 - added a 'collapse pulldown' icon to all headers that have it - narrowed the space icon takes, looks pretty - the status (pulldown or not) is now stored locally per window, it was global flag in user settings. Ton Roosendaal 2003-10-27 13:23:48 +00:00
  • 32a03fe460 Changed Knife cursor in windows back to an arrow, since cross is "normal" cursor. Robert Wenzlaff 2003-10-27 00:03:18 +00:00
  • e51a464731 - fixed this nasty selection problem, i hope for good! - problem was in limiting the abuse of frontbuffer drawing as happended a lot in 2.28 and older. the less the better... - bug was not registering a curarea->win_swap=FRONT_OK, to indicate there was only drawn in frontbuffer - cleaned up calls further, and made sure it doesnt draw 1 vertex too many! also means it works better with selecting in solid drawmode now, check! Ton Roosendaal 2003-10-26 23:47:58 +00:00
  • cc35c992b3 Added K Menu for Loop Select, Loop Cut, and Knife tools. Robert Wenzlaff 2003-10-26 21:22:32 +00:00
  • cd0e042dbc Update of the documentation files for the new IPO functions Jacques Guignot 2003-10-26 21:22:24 +00:00
  • 0311189fb8 - fixed printing in headers (during modes) for when there is no header... (uhh.. i mean, then it doesnt print!) - put back axis icon of 3d win to left/bottom corner. it was only moved for tests with an extended header to the left... Ton Roosendaal 2003-10-26 21:09:33 +00:00
  • f0f851d963 - restored default one 'solid' light - subsurd level '0' is possible again. however; it was changed to '1' because convert-to-mesh crashes. the subsurf code doesnt give a result when level is '0', causing the convert routines to either crash, or deliver empty mesh... I added a warning in the convert routine now, and dont do anything then. - changed all glFlush() in glFinish() in editobject.c, which seems to be the right magical call to show frontbuffer drawing. Ton Roosendaal 2003-10-26 20:45:52 +00:00
  • cfa48583ae added a new function : getCurve(string) allowing access to an ipo curve from its name. Jacques Guignot 2003-10-26 16:54:33 +00:00
  • 6b1b9c1890 iaccess to the IPOs of a Camera, a World, or of a Material Jacques Guignot 2003-10-26 16:51:53 +00:00
  • e63a938c45 - removed a debug printf(). Simon Clitherow 2003-10-26 08:58:48 +00:00
  • d423c0828f Exppython: - Added "Radio" to Material modes - Fixed bug in bone.getParent (bug report on blender.org py forum) - Added more types to object.shareFrom (method to share obdata) - Added nmesh.get/setMaxSmoothAngle and nmesh.get/setSubDivLevels - Updated NMesh doc Willian Padovani Germano 2003-10-26 06:03:18 +00:00
  • 1f7bfbf50a Mirror now works with all types of data Fixes the different type of center for Mirror Rename mirrormesh to mirrormenu Martin Poirier 2003-10-26 04:18:03 +00:00
  • 6da544eeeb - new menu type; with icon support! (the one you make with uIDefBut(..., MENU, ...) add a %i<nr> to the string, and the item gets <nr> as icon. - added this to the 'mode' selectors in 3dwin and ipowin - cleaned up code for modeselector pup... that was a bad ass one! :) Ton Roosendaal 2003-10-25 23:57:58 +00:00
  • f9e231beb0 Background image offset buttons Martin Poirier 2003-10-25 22:59:15 +00:00
  • 7c6ddc2bd3 - fixed bug: strcat used instead of strcpy. is dangerous on unitialized stack string... Ton Roosendaal 2003-10-25 22:43:08 +00:00
  • 37edc132dd - added more items to the menu. Object is getting complete, now Mesh... Ton Roosendaal 2003-10-25 22:30:27 +00:00
  • bbd9018ec5 - fixed colors of ipokeys in 3d window - fixed constraint popup menu (used icons) - moved 'full' and 'View3d props' and 'background' items in menu to bottom Hope Matt wont kill me for it, but these were about the only useful ones there... :) - little fix in interface.c for menus... Ton Roosendaal 2003-10-25 22:29:24 +00:00
  • 36668278ac Fixed grab on local axis in object mode Martin Poirier 2003-10-25 22:24:00 +00:00
  • f3532c7be5 Split the 'background and settings' panel in 3d window in 2 parts. Instructions for how to add panels there: Ton Roosendaal 2003-10-25 22:03:19 +00:00
  • c2cb25a4ed fixed a few warnings in my code Roel Spruit 2003-10-25 20:56:05 +00:00
  • 786fad9285 corrected a bug with Align view and rotated objects Martin Poirier 2003-10-25 20:30:37 +00:00
  • 7326fa933b - fixed crash with ALT+C conversion of subsurf to mesh with subdiv level 0 - also changed the limits in the subdiv levels buttons; ranging now 1-6 (note: '6' gives 16k new faces per old face... and max was 12!) Ton Roosendaal 2003-10-25 19:17:24 +00:00
  • ce60c3edc1 - fixed smooth drawing of subsurf & mesh in 'shaded' draw mode. looks indeed a lot better! Ton Roosendaal 2003-10-25 17:33:47 +00:00
  • 9ea73362ae New feature! Ton Roosendaal 2003-10-25 16:53:50 +00:00
  • 8675a8b165 - item "Export" renamed: "Convert to 3d text" Jiri Hnidek 2003-10-25 14:33:53 +00:00