Commit Graph

  • 5d2f98f440 - improved polygonization (linear interpolation) of Implicit Surfaces (Meta) - added new MetaElem types (plane, elipsoid and cube) old TubeX, TubeY and TubeZ will not be supported - new buttons in Edit button window (dx, dy, dz) - added new items into the headers menu and toolbox menu Jiri Hnidek 2003-09-05 13:54:22 +00:00
  • a09e5a7f2f Exppython: - Window: added .GetCursorPos() - Lamp: updated for NoDiffuse and NoSpecular modes - Registry: new module to handle persistent data - vector: made it correctly print only 3 values when vec->size==3: Fixes nmvert coords printed with a 4th 0.0 coordinate - Text: fixed crash on startup (Python 2.3, linux): added definition of the Text pyobject earlier, in Types.c Willian Padovani Germano 2003-09-03 04:13:08 +00:00
  • 65746ab10a Exppython: - Updated two doc files Willian Padovani Germano 2003-09-03 04:04:17 +00:00
  • bb824b08b7 function PyArgsParse changed for PyArgsParseTuple by Stephen ( not so that sure...) Jacques Guignot 2003-09-02 20:13:43 +00:00
  • 679a44d2c6 Modification of the GetControlPoint function by Stephen, who is now responsible for this module slight bug fixes (Steph.) Jacques Guignot 2003-09-02 20:11:11 +00:00
  • bdaa5eaad6 - fixed crash when you render a scene without emit Material and new Radio render on. crash happened after redraw in 3d window. Ton Roosendaal 2003-09-02 19:32:48 +00:00
  • 5cc50a7b60 - added /debug to the libpath of guardedalloc in makesdna. Pointed out by Maci_Ray (thanks!). - updated project files with radiosity changes. Simon Clitherow 2003-09-01 18:21:17 +00:00
  • 470b5c0366 So, for the platform managers to check: - the link order for Blender has changed, the libradiosity.a has to be moved after the librender.a (obviously for a new dependency!). Check blender/source/Makefile - there's a new file: blender/source/radiosity/intern/source/radrender.c Ton Roosendaal 2003-08-31 20:33:46 +00:00
  • b64b5d7b63 * Fix crash when linking something illegal to an Object. Pointed out and fixed by Stephen Swaney Michel Selten 2003-08-27 18:10:59 +00:00
  • dbed089835 - text provided by Gregor Mueckl describes the MEM_mallocN and MEM_callocN api Ton Roosendaal 2003-08-27 17:46:59 +00:00
  • b92e99d0a8 In ODE, a dVector3 is really a 4D array ... the 3D initialization used in this file caused the MipsPro 7.4 compiler to choke ... please test on all platforms! Chris Want 2003-08-23 19:09:52 +00:00
  • 25268cbf3b - Bisschofftep's improvements of tooltips text. in editmesh three error menus were made more clear. Ton Roosendaal 2003-08-21 12:49:28 +00:00
  • 2e39d1f137 - a control-s character accidentally inserted here... but how? Ton Roosendaal 2003-08-17 17:59:03 +00:00
  • 4005e5859a - Duplicated both the "Sync" button (from Sound buttons) and the "Frs/Sec" button (from the Render buttons) in the Anim Buttons (F7) for more clarity. Alexander Ewering 2003-08-17 16:00:37 +00:00
  • 0b2d2868f1 - fixed bug #448 Ton Roosendaal 2003-08-17 15:57:12 +00:00
  • af395ada12 - fix bug #479 Ton Roosendaal 2003-08-17 13:42:50 +00:00
  • 3a6581ca22 - fix bug #480 SHIFT+C in 3dWindow didnt update the other 3d windows, when open. Ton Roosendaal 2003-08-17 13:02:17 +00:00
  • 29edbab2c9 - fix bug #481 when adding a new scene in a Screen without buttons window, a pointer was referenced which is zero Ton Roosendaal 2003-08-17 12:56:41 +00:00
  • 17eac8a60c allow NAN_SDL etc. to be overridden on OS X Stefan Gartner 2003-08-16 22:28:19 +00:00
  • 15c996b471 Making Hans' mods to sdl in nan_definition.mk work under irix. Chris Want 2003-08-16 20:16:40 +00:00
  • 9d9ee107c3 SDL definitions cleanup and fix for FreeBSD (FreeBSD SDL ports maintainers really *really* only want to use sdl11-config while not offering sdl-config as well ...) This patch was briefly discussed on -committers but still might break SDL stuff. Hans Lambermont 2003-08-16 11:28:51 +00:00
  • 85245bfe13 - make sure shadowbuffers are tested & corrected for sizes that are multiples of 16 pixels Ton Roosendaal 2003-08-15 14:39:08 +00:00
  • abede3ca04 A little more cleanup, removed a bunch of unused vars in the code. Trying to get rid of some of the extra warnings we can ignore ;) Kent Mein 2003-08-14 15:18:45 +00:00
  • 80f3d5863e - Transition period for Windows... Part 2! :) Simon Clitherow 2003-08-12 20:37:45 +00:00
  • 776374f38b - Transition period for Windows... Ctrl+U now saves in ~/.blender, but we still check old locations to avoid people from losing settings! :) Simon Clitherow 2003-08-12 20:37:14 +00:00
  • 6ef8d0a0ee release number is 2.28a Ton Roosendaal 2003-08-12 17:43:50 +00:00
  • 258bc61e2a - Fix bug #250: Blender no longer uses the windows dir as %HOME% This also fixes the ".blanguage not found" errors when double-clicking .blend files. (Win32) Simon Clitherow 2003-08-11 18:53:23 +00:00
  • 159f53f0a0 - increased toon value 'size' to 3.14 for diff, and 1.53 for spec, as in tuhopuu (as max for buttons) - Sun lamps now do toon specularity too Ton Roosendaal 2003-08-11 18:18:11 +00:00
  • 2289f3abb6 Exppython: - Adding argv to the builtin sys Python module: Currently only argv[0] is there. This fixes a weird error that can make correct scripts fail. Willian Padovani Germano 2003-08-10 23:18:00 +00:00
  • 3295b394b6 - Split build/install info out from README into INSTALL - Add information on the .blender dir - Add some helpful links Wouter van Heyst 2003-08-10 13:55:20 +00:00
  • 7163867395 * Fix crash in the getParent() and getTracked() methods of the Python API. This crash was reported by Jean-Michel Soler (jms). Problem was that I was trying to be a little too intelligent. I kept a reference to created PyObjects which at some point apparently fails. Keeping the object references is not necessary. Now we just create a new PyObject when necessary and let Python handle the reference counts. Michel Selten 2003-08-10 10:03:37 +00:00
  • 84f2b08461 - patch provided by Jiri, to prevent polygonizer not to do metaballs outside of the old boundbox of the Object. Ton Roosendaal 2003-08-09 17:09:11 +00:00
  • e2a702a7b4 - Fixed bug #440, an error resulting from work at optimizing 'glflush' calls. Ton Roosendaal 2003-08-07 14:08:41 +00:00
  • d24761807d changed a return value for Irix compiler Jacques Guignot 2003-08-07 13:20:25 +00:00
  • 1e433aeb58 Exppython: - Fixed crash in NMesh: When trying to rename newly created meshes, Blender would crash due to invalid id->lib in new_id(). Willian Padovani Germano 2003-08-07 04:12:44 +00:00
  • 0c1f9dd832 * Updated the Python API module documentation for Object. Added a couple of examples for some functions. * Fixed some small documentation problems with regards to the implementation. Michel Selten 2003-08-06 22:08:56 +00:00
  • 577616b358 Exppython: - Update method scene.update(): To accept an optional parameter for a "full" update (using set_scene_bg()). - Updated the docs accordingly. Willian Padovani Germano 2003-08-06 19:25:06 +00:00
  • 2db07e8f27 * Updated the Python API module documentation for Object. This module now contains a complete description - finally. Michel Selten 2003-08-06 17:04:36 +00:00
  • 598da24413 * Fixed crash when editing Ipo curves on Linux. This problem only occurs on Linux with NVidia cards. Fixed by Timo Mihaljov (noid). Michel Selten 2003-08-06 14:57:11 +00:00
  • cf322b1a9a * Fix problem that edge select hotkey doesn't work on Linux. Edge select is now _only_ working with ctrl-alt-RMB. Patch provided by Roel Spruit (Goofster). Michel Selten 2003-08-06 12:25:24 +00:00
  • d3e2e5e660 Fix volume envelopes for audio strips, they now work in all spaces. Alexander Ewering 2003-08-05 13:39:27 +00:00
  • babd29f1df don't use QuickTime to load tga, png, and jpg images, as this causes problems when trying to play a sequence of images (fixes bug #430) Stefan Gartner 2003-08-05 12:44:34 +00:00
  • 05187adc2f removed unuseful function calls in BezTriple.[ch] general cleaning of Ipocurve.c Ipocurve.h Ipo.h Ipo.c updated doc Jacques Guignot 2003-08-05 10:19:28 +00:00
  • 683c322b0e Exppython: - Fixed bug #399: Old bug on NMesh: segfault on NMesh.Face(vertexlist). - Fixed bug #433: "Typo" on Armature: bone's setQuat method was changing bone->head, not bone->quat. Willian Padovani Germano 2003-08-05 03:45:31 +00:00
  • 7db4249ae4 - added include path for imbuf (MSVC 6) Simon Clitherow 2003-08-04 18:12:34 +00:00
  • 6d6936fa8f - interface.c doc Ton Roosendaal 2003-08-04 12:40:09 +00:00
  • 4796c8599b Irix mips3 build, Part 2 Chris Want 2003-08-04 03:26:07 +00:00
  • 41211edfee Exppython: Text module: trying to get the filename attribute didn't check for NULL. Reported by Stani Michiels. Fixed now. Willian Padovani Germano 2003-08-02 20:49:31 +00:00
  • 1a0fc24542 Exppython: Expanding NMesh_update() to accept a parameter to tell it to recalculate normals, I introduced an error: new meshes would segfault Blender. Fixed. Willian Padovani Germano 2003-08-02 03:37:16 +00:00
  • 08c1fe6818 Added a new function (member of the Ipo object) EvaluateCurveOn(int pos, float time) which returns the value of the ipo curve number pos at the given time. Updated doc accordingly. Jacques Guignot 2003-08-01 19:47:01 +00:00
  • 4ebd7f6301 added path to IMB_imbuf_types.h to include path (needed by Image.c) Stefan Gartner 2003-07-31 18:34:41 +00:00
  • fe07b232b7 * got rid of a warning in editipo.c: changed "get_ipo(key, ..." to "get_ipo((ID *)key, ..." in line 107. * changed insert_meshkey(Mesh *me) to insert_meshkey(Mesh *me, short offline): To call this function from a script, so that it doesn't pop the "relative / absolute" dialog window when the "offline" arg is non-zero. Willian Padovani Germano 2003-07-30 21:15:41 +00:00
  • 35c4c3222c * Linking a Mesh object to the base object was not possible. Fixed. * Clean up of some comments. Michel Selten 2003-07-30 21:02:55 +00:00
  • a284d65d1c * Updated the Object.py documentation. Not all is finished, but we're getting there. Michel Selten 2003-07-30 20:52:35 +00:00
  • 8a558f2e45 * Fixed crash in Object.getTracked() method It tried to create a new Object from the tracked variable, when the variable was NULL. Ouch. Michel Selten 2003-07-30 18:47:05 +00:00
  • cef267684e cvs maillist test. pls ignore. Rob Haarsma 2003-07-29 14:22:08 +00:00
  • 9aef0bab5c Modified Text alignment, it now aligns from the origin (centre) of the Text object. Rob Haarsma 2003-07-29 13:36:18 +00:00
  • d58a5fa269 Added the variable NAN_NO_OPENAL to force building without openal. Set NAN_NO_OPENAL to true for this behavior. Also removed a comment about EXPYTHON, which is obsolete. Chris Want 2003-07-27 17:09:19 +00:00
  • 916f527253 * Fixed problems in with script linking. I had to update many files to get this to work. Michel Selten 2003-07-27 15:56:32 +00:00
  • 2222fc7168 added functions World_CheckPyObject World_FromPyObject World_CreatePyObject and World_compare Jacques Guignot 2003-07-27 13:53:29 +00:00
  • c886b5a7bf Exppython docs: Fixing a small comment in the nmesh doc, to avoid confusion. Willian Padovani Germano 2003-07-26 20:19:01 +00:00
  • f84d02e42d MSVC 6 debug target finally fixed! (yes, really!) :) Simon Clitherow 2003-07-26 18:05:20 +00:00
  • 92ff8e298f - fixed include paths for SoundSystem (MSVC 6). Simon Clitherow 2003-07-26 16:26:01 +00:00
  • 28e4b0118c added function buildParts Jacques Guignot 2003-07-25 19:53:42 +00:00
  • 7b324bef33 bug fixes in functions getLocation and similar. added buildParts() methods, which forces the computation of the partivcle system. Jacques Guignot 2003-07-25 19:52:51 +00:00
  • 65de07aeec removed a debug message Jacques Guignot 2003-07-25 09:00:01 +00:00
  • bde4d40f8b - added sdl.dll to the release makefiles for windows Simon Clitherow 2003-07-23 18:06:10 +00:00
  • 00ef5ad616 Updated win self-installer script. Still uses the 16-color icon images (sorry broken!) :) Simon Clitherow 2003-07-23 17:59:27 +00:00
  • ed074e8630 Don't fail cleaning if the locale directory doesn't exist. Wouter van Heyst 2003-07-23 17:51:40 +00:00
  • 13f7233f2f - tiny changes: - more crispy splash screen from Matt - insert key menu reworded in more logical way ("Nah, the other kind" :) Ton Roosendaal 2003-07-23 09:47:22 +00:00
  • 33700b8b65 fix bug #397: shift+o caused a crash if no object was active (tsk...) Stefan Gartner 2003-07-23 00:24:42 +00:00
  • 46cbeb28a0 bugreport from intrr: Ton Roosendaal 2003-07-22 21:50:21 +00:00
  • ae848a97c4 Images in Sequence editor work again! Isn't this great! :) Alexander Ewering 2003-07-22 21:17:30 +00:00
  • b83fb8c87c - updated release release number. :) Ton Roosendaal 2003-07-22 20:50:14 +00:00
  • 28495ad12b - fixed .B.blend, with hacked in version number 2.27... otherwise it does not show a splash, hah! Ton Roosendaal 2003-07-22 20:38:15 +00:00
  • 932e9e8316 - new standard .b.blend file which has changes: - the plane has a material - material has texture - scene has a world - default set 'draw faces' and 'draw edges' Ton Roosendaal 2003-07-22 19:49:47 +00:00
  • 43f8138974 * Fix an ugly crash when retrieving an object and trying to get the ipo from it. Ouch, I really need to remove those small parts of duplicate code for 2.29 - too much maintanance which eventually goes wrong. Michel Selten 2003-07-22 18:42:57 +00:00
  • 9ab32780ae addition of a small example Jacques Guignot 2003-07-22 18:11:07 +00:00
  • 9085330008 - reverted change which only displayed lamp icon in buttons-header when a lamp was selected. Ton Roosendaal 2003-07-22 16:19:55 +00:00
  • 5574bd234b - fixed 'HOME' option for action window. it had a wrong 'max zoom' setting. also provided a patch in do_versions to make saved action windows work. Ton Roosendaal 2003-07-22 14:28:56 +00:00
  • 68c3a6dccd removed the patch for ipo attr, which had side effects Jacques Guignot 2003-07-22 13:56:41 +00:00
  • 7e5a6ec482 - tinsy bit toned down new color for rvk sliders, to match the blender scheme - restored commented out test_view2d() call in changeactionspace(). this fixes the errors when opening a new or larger action window, with wrong layout/matrices (HOS: can you verify that doesnt break stuff?) Ton Roosendaal 2003-07-22 12:49:32 +00:00
  • 4f83159bb2 Fixed it so that add nla strip works even when databrowse is not needed. Chris Want 2003-07-22 02:38:27 +00:00
  • de60889865 Exppython docs: - Updates and fixes to the documentation files, only, no code involved. Willian Padovani Germano 2003-07-22 00:27:03 +00:00
  • 9a5cf3cb66 modified the function getattr, which crashed blender when someone tried to access a NULL field. This function returns now PyNone. Jacques Guignot 2003-07-21 21:58:13 +00:00
  • bf23ed161e - bugfix #178 Ton Roosendaal 2003-07-21 21:21:15 +00:00
  • d2fe1ea50a - Make the output bin/ directory for every target that needs it. Wouter van Heyst 2003-07-21 20:09:36 +00:00
  • aa9f2a5733 - saves the 'draw faces' flag in a file, in fact the entire G.f flag. WARN: this recompiles other stuff too, outside of the loader. be sure to 'make' in source/blender/ or a higher dir. Ton Roosendaal 2003-07-21 19:41:07 +00:00
  • 85d043ffef - slightly improved icons, again by xype. Now they are less ... er .. shady! Ton Roosendaal 2003-07-21 18:25:50 +00:00
  • 5009911788 - lazy pointer check... foei foei ton! Ton Roosendaal 2003-07-21 18:11:35 +00:00
  • 03ada07a57 - fixed a small error, the change i made before with frontbuffer drawing of right-mouse selection of objects, now calls a correct glFlush Ton Roosendaal 2003-07-21 17:46:55 +00:00
  • e229cf24e2 - restored proportional hotkey. it now works again as follows: Ton Roosendaal 2003-07-21 17:44:23 +00:00
  • a223e9f055 * Fix small compilation problem in Ipo.c Moved the declaration of a variable to the beginning of a function. Michel Selten 2003-07-21 17:35:19 +00:00
  • ee5461b06a reincorporation in the cvs of modifications which had been lost. Jacques Guignot 2003-07-21 00:08:30 +00:00
  • 2a4fae99ce sdl stuff modified to work well on irix Chris Want 2003-07-20 23:26:38 +00:00
  • 85f961bdb4 Some manipulations of the keyword 'static' to get blender to compile Chris Want 2003-07-20 23:06:59 +00:00
  • cf495e6655 Support for using the action window as a tool for modifying (mesh or lattice) RVK IpoCurves: support currently includes: Chris Want 2003-07-20 23:04:09 +00:00
  • 9a9cb5448b - changed order for 'draw faces'... it now draws first, then wire and vertices Ton Roosendaal 2003-07-20 20:38:22 +00:00
  • 6b070b3d0d - added ALT_RIGHTMOUSE select edges in Mesh editmode - added 'draw edges' mode in F9 menu - changed ugly 'draw faces' in a nice transparant :) - hotkey for screenshots: ALT+CTRL+F3 now works too Ton Roosendaal 2003-07-20 20:25:30 +00:00
  • ab76e4594a - removed soundsystem projects (now part of intern) (MSVC 6) Simon Clitherow 2003-07-20 19:52:20 +00:00