Commit Graph

  • f7ba839698 epy_docgen.sh: change directory name for generated doc to BPY_API_237 for upcoming release. Font.py: fix a couple of warnings about mismatched header underlines. Stephen Swaney 2005-05-09 14:11:00 +00:00
  • 34cd733c2b fixed a syntax error line 45 . Joilnen Leite 2005-05-09 13:40:00 +00:00
  • dec1c38332 New buttons image, with fix for slightly offset icons in top row. Ton Roosendaal 2005-05-09 12:59:05 +00:00
  • 6eb57f8c0a doc about Text3d.Font object . Joilnen Leite 2005-05-09 11:43:14 +00:00
  • dcae3d2058 MSVC 6.0 Projectfile changes for the timeline in BL_src.dsp (adding new files mostly). Martin Poirier 2005-05-09 09:53:55 +00:00
  • e9545cb9cd bugfix #2494: parented linked data lamps made the export crash. Alfredo de Greef 2005-05-09 03:46:21 +00:00
  • 09fb5d6b8d BPython: Willian Padovani Germano 2005-05-08 21:20:34 +00:00
  • 8077caa96e Bug fix #2528 Ton Roosendaal 2005-05-08 20:44:59 +00:00
  • ef2855bcab Timline goodies; Ton Roosendaal 2005-05-08 20:10:59 +00:00
  • eec4e32714 Another Transform todo: correct Undo names for using Transform. Ton Roosendaal 2005-05-08 12:00:28 +00:00
  • 744bb6f19a UI goodies & cleanup Ton Roosendaal 2005-05-08 11:24:46 +00:00
  • 74ec3d4f51 Added: new Pivot option, "Around active object". Works nice quick to rotate a group of Objects around a defined center, without hassle with the 3d cursor. Especially for the 3D Manipulator. Ton Roosendaal 2005-05-08 08:16:43 +00:00
  • d10862a9da Fix for negative scaling & Mirror menu in Object mode (CTRL+M) Hope Martin likes this simple hack. :) Ton Roosendaal 2005-05-07 21:04:55 +00:00
  • 4a123c082f Dang, flipped a zero and one! Error in commit of 5 hours ago... normal alignment didnt work OK for the case a face is selected. Ton Roosendaal 2005-05-07 20:15:54 +00:00
  • 9a41ac4f70 Patch from Tom Musgrove to bypass extrude popup on singular selections... Implementation had some issues though, since: Ton Roosendaal 2005-05-07 15:50:09 +00:00
  • 71c2d1e9d6 Added two UI level warnings on using Softbody; Ton Roosendaal 2005-05-07 12:31:43 +00:00
  • 54094fed0b Commit of 2 weeks ago to correctly find normals for extrusion had a typo... started loop with "->last" instead of "->first". This caused old faces that should be deleted on extrude to remain there. Ton Roosendaal 2005-05-07 11:13:37 +00:00
  • bcd5d1c9ed * integrate bFTGL with Scons * add some ENV = os.environ's here and there (help those who have msvc toolkit installed) Nathan Letwory 2005-05-06 13:37:18 +00:00
  • c68c3c253f Fix for crash in Mesh EditMode "Join triangles" (JKEY). Found & code provided by Campbell Barton, thanks mate! :) Ton Roosendaal 2005-05-06 12:12:26 +00:00
  • 799d7e3f98 Bug fix #2512 Ton Roosendaal 2005-05-05 20:56:05 +00:00
  • 2887e68705 Bug fix #2515 Ton Roosendaal 2005-05-05 20:39:50 +00:00
  • 8717577950 Bug fix #2414 Ton Roosendaal 2005-05-05 20:36:14 +00:00
  • ec9ed88d28 Replaced the round() call with floor(0.5 + ). Apparently MSVC doesnt have it... Ton Roosendaal 2005-05-05 20:07:22 +00:00
  • 1ef0359bc4 Finetuning Timeline; Ton Roosendaal 2005-05-05 19:37:22 +00:00
  • b33536cdaa Two little issues for Timeline window; Ton Roosendaal 2005-05-05 18:31:39 +00:00
  • 2b0f00d4bd Button image changed for new space type. Had to move some icons away... Ton Roosendaal 2005-05-05 17:20:13 +00:00
  • f0a4ce98f9 Added the new Timeline Window, copied from Tuhopuu, coded by Matt Ebb. Ton Roosendaal 2005-05-05 17:19:21 +00:00
  • 22f65bce76 erased headers dirent.h and unistd.h . Joilnen Leite 2005-05-05 05:55:29 +00:00
  • 2f0cf8cf73 print a msg about which Python version we are using before the evil "'import site' failed" msg appears. Stephen Swaney 2005-05-05 04:46:06 +00:00
  • 3469a99f75 added Font.c . Joilnen Leite 2005-05-04 23:18:10 +00:00
  • fac824df40 export function to Text3d use Joilnen Leite 2005-05-04 22:52:14 +00:00
  • 273ec4fb26 added load font support to Text3d submodule . Joilnen Leite 2005-05-04 21:31:51 +00:00
  • 028aae8417 define BPy_Font . Joilnen Leite 2005-05-04 21:28:16 +00:00
  • cc008dbc30 it wrapping font stuff like font file info . Joilnen Leite 2005-05-04 21:26:29 +00:00
  • 6db7d23b5f On click-release for Manipulator handles, without moving mouse, it will stick to transform() until another mouse press (or ESC etc) Ton Roosendaal 2005-05-04 15:13:25 +00:00
  • 3b2c30dae4 Another big cleanup, thanks to transform recode. Could do this stage because Martin recoded the Mirror(). Ton Roosendaal 2005-05-04 12:53:35 +00:00
  • 4664431d76 Removed redundant ghostwindow->commandqual veriable, which caused to hang on using Apple command keys. For example; starting a TextEdit from the Dock, Command+Q, caused Blender to treat all LMB events as a RMB. Ton Roosendaal 2005-05-04 08:46:14 +00:00
  • e05e85523f Mirror function reuses new Transform (basicly calls the split off ElementResize function on the data). Updated the menus to work with that too. Martin Poirier 2005-05-04 00:37:11 +00:00
  • a1f70b516e Bugfix #2506 Ton Roosendaal 2005-05-03 11:45:05 +00:00
  • f2f45d563d Removed old NO_FROZEN hack Ton Roosendaal 2005-05-03 11:05:00 +00:00
  • f51b6996d1 Latest button image. Note: this is a png 24 bits Ton Roosendaal 2005-05-03 10:55:03 +00:00
  • 422b69fe1e UI cleanup work; Ton Roosendaal 2005-05-03 10:54:42 +00:00
  • cdca939c2c Removed linewidth 2 from constraintlines Ton Roosendaal 2005-05-02 19:47:50 +00:00
  • 9eb5eee92e Bug fix #2507 Ton Roosendaal 2005-05-02 18:47:00 +00:00
  • 6d99044373 added DNA_object_force.h to DNA_makesdna project to make it look nicer in MSVC6 Jens Ole Wund 2005-05-02 18:16:19 +00:00
  • 42126cb5fc Added baking for softbodies. Ton Roosendaal 2005-05-02 13:28:13 +00:00
  • 2606a5c5d3 Removed DerivedMesh and DispList creation from countall(). Apart from the not very structured way countall() is called, it should not make displists then, since the order of calculations then get spoiled. Ton Roosendaal 2005-05-02 12:16:18 +00:00
  • 61f2736ec3 Local axis constraint external call. Had to do it in a very hackish way which highlight a design problem in the code. To solve it (and would solve other problems too), we'd have to split off the initialisation function. Not terribly hard to do but I'm overwhelmed with work... Martin Poirier 2005-05-02 02:18:13 +00:00
  • 01a053f989 put depsgraph_private.h to BKE_blenkernel.dsp /include files looks 'claener' to me Jens Ole Wund 2005-05-01 21:40:24 +00:00
  • 8c1d95abc7 Error in combo of Spothalo + normal halo over sky, with OSA + gammacorrected adding. :) Ton Roosendaal 2005-05-01 17:11:48 +00:00
  • a6bb0b7f79 fix 'no newline at end of file' warnings Stephen Swaney 2005-04-30 23:29:10 +00:00
  • a21fd1571b changed empty #elif to #else Stephen Swaney 2005-04-30 23:24:48 +00:00
  • 2577c4e915 Updated MSVC6 projects to handle depgraph (added some files) fixed some *includes* with #ifdef WIN32 #elif #include <sys/time.h> #endif looks like MSVC6 does not need that include .. donno if cygwin builds will so thats why i kept that *ifdef overhead* Jens Ole Wund 2005-04-30 22:52:00 +00:00
  • 79e333343b Dependency graph patch, provided by Jean-Luc Peuriere. Ton Roosendaal 2005-04-30 21:27:05 +00:00
  • 42ae9128fa Removal of old transform() <sob> part one. Ton Roosendaal 2005-04-30 21:19:19 +00:00
  • 413677caff Moved sinclude for user-def.mk Chris Want 2005-04-30 21:06:54 +00:00
  • e46c8b8ad6 Error in the clipping plane for drawing rotate-widget. On zoom out or zoom in, this clipping went more narrow or wider... should be fixed. Ton Roosendaal 2005-04-30 20:18:46 +00:00
  • 9aadcfc2c4 New methods for Image module: .getPixel( x, y ) returns float list of [r, g, b, a] for pixel .getMaxXY() returns image size as float list [x, y] Stephen Swaney 2005-04-30 19:30:35 +00:00
  • ec52d4a0d3 Allow make to find user-def.mk even when compiling in subdirectories using the 'mke' trick. Chris Want 2005-04-30 17:33:20 +00:00
  • 194ded1263 Weird, make on OS X needs an 'export' for CPPFLAGS to make value persist when building subdirectories. I wonder why other platforms don't need this? Chris Want 2005-04-30 17:28:38 +00:00
  • 26d1346b79 Bug #2497 Ton Roosendaal 2005-04-30 11:29:05 +00:00
  • ea3f579482 - file sizes > 4 GB were not correctly displayed in the file window. It still was using int for calculus... made it using 64 bits ints. Ton Roosendaal 2005-04-30 09:57:35 +00:00
  • feca8c4644 Manipulator with "normal alignment" now aligns to edges too (if no faces selected) and to vertex normals. Only issue is that vertexnormals are not updated on each editing command (it's a bit too much overhead...) so use a TAB+TAB for now to enforce proper vertexnormals. Ton Roosendaal 2005-04-30 09:55:37 +00:00
  • a62b0309bf Uncommitted fix in NAN_NO_KETSJI compile, which seems to work only for Makefile usage... the linking error might be makefile related then. Ton Roosendaal 2005-04-30 09:17:10 +00:00
  • b7a927cc95 More stats-junk stuff! Ton Roosendaal 2005-04-29 18:43:17 +00:00
  • cc44c12b9f Compile with NAN_NO_KETSJI kept giving me errors with OpenAL. Ton Roosendaal 2005-04-29 17:36:30 +00:00
  • c812d2ac20 Two fixes in one commit. Ton Roosendaal 2005-04-29 08:18:41 +00:00
  • 1eadd455b2 Additional fix for malloc/MEM_mallocN issues in files code. Previous patch left out a couple of strings, causing MEM_freeN() errors. Ton Roosendaal 2005-04-28 19:29:54 +00:00
  • 6fd281c14d Made "Centre" in mesh editmode listen to the "Around" setting, so it can now use centroid as well (instead of only bounbox-centre) It doesn't do "cursor" though... it's centering for object center, right? Ton Roosendaal 2005-04-28 18:46:35 +00:00
  • 7e85b26750 Made circle select listen to the event queue nicely, so it doesn't keep selecting after releasing a mouse button. Ton Roosendaal 2005-04-28 17:53:14 +00:00
  • 8b99bfb173 Added menu in header for orientation of manipulator widgets. Also slightly tweaked threshold for drawing text in menu buttons. The text was clipped just too quick. Ton Roosendaal 2005-04-28 17:04:08 +00:00
  • 73f88ae286 To please the stats-junkies: the "tech stat" drawing now displays all values that change during transform(). For the rest drawing sticks to actual selection, making the view quite less cluttered. Hope this gets approval. :) Ton Roosendaal 2005-04-28 15:41:09 +00:00
  • c0f129d0be Add bracket matching to text editor. #2437 from the Patch Tracker. Contributed by Ricki Myers (themyers). Thanks! Stephen Swaney 2005-04-28 15:41:06 +00:00
  • ac1cccdf59 Added idling with BIF_wait_for_statechange() in loop doing 'screen edge' moving. Might fix issue reported by Campbell Barton, on low performance. Ton Roosendaal 2005-04-28 14:41:43 +00:00
  • b705434c72 A couple more simple gcc4.X warnings fixed. Kent Mein 2005-04-28 14:37:15 +00:00
  • 1d97a448cb Restored traditional Turntable for view rotation, and without the error of previous code which slanted after a while. Patch provided by John Aughey, thanks! Ton Roosendaal 2005-04-28 14:09:20 +00:00
  • 5270db94c7 ima_ibuf_is_nul() now needs a second arg, fixed. Chris Want 2005-04-28 13:03:39 +00:00
  • d7d58accda Fix for reported (thanks Jens Ole!) error in rendering UV map textures. Caused by making threadsafe envmap render... Ton Roosendaal 2005-04-28 09:57:21 +00:00
  • 7811d7209a Bunch of gcc 4.0 warning fixes. Kent Mein 2005-04-27 11:52:50 +00:00
  • e79db85cc1 Bug fix #2483 Ton Roosendaal 2005-04-27 10:08:37 +00:00
  • 5bae7bb9be Fixed CTRL modifier for rotation widget drawing. Also fixes bug #2481 Ton Roosendaal 2005-04-27 08:52:11 +00:00
  • b16d6e005d Fix #2472 for rotate edges. Somewhere along the line edge h flags were being wiped out. This addition now saves those flags and restores them Johnny Matthews 2005-04-25 20:42:50 +00:00
  • 28ebc6fede Small fix for envmap rendering + threads... not sure if it fixes linux and windows for it... will be tested! Ton Roosendaal 2005-04-25 20:36:17 +00:00
  • 8fbecd24e8 Built in an escape from sbObjectStep() if transform() is used. Has to be done for lattices... these keep calling this during transform, causing the lattice itself and its children (if soft) to remain static on same position. Ton Roosendaal 2005-04-25 08:30:49 +00:00
  • 7f75cfdd29 Bug fix #2469 Ton Roosendaal 2005-04-24 21:38:19 +00:00
  • 9083ab1a14 cleaned up parameter list for SoftBodyDetectCollision(...) SoftBodyDetectCollision() is handeling the case 'user wants to prevent self intersection by declaring SB object a deflection target' ahh .. yeah .. i can see the bug reports on that (me shrugs .. never promised that to work) Jens Ole Wund 2005-04-24 20:51:47 +00:00
  • 71b561c03f Bug #2467 Ton Roosendaal 2005-04-24 19:50:07 +00:00
  • 0094bc92dd - EXPP_addScriptLink called wrong error function (I bet the compiler warned about this...) Daniel Dunbar 2005-04-24 19:32:04 +00:00
  • a15fbce1de fix overlooked compiler warning. sheesh. update contributor names. Stephen Swaney 2005-04-24 19:27:14 +00:00
  • 72fd784f92 Sigh! Left in debug print... :) Ton Roosendaal 2005-04-24 19:08:14 +00:00
  • 626e930c47 New IPO methods. Ipo.delCurve( curve_name ) deletes named curve from IPO. Ipocurve.delBezier( int ) deletes point at index from Ipocurve. Stephen Swaney 2005-04-24 19:03:39 +00:00
  • d40ba55c8c Adapted Nvidia hack for OSX; it checks for the gl string more narrow, to also include othe 6800 card types. (reported in tracker) Ton Roosendaal 2005-04-24 18:09:54 +00:00
  • d8f23c8d3c Reflecting the discussions on Transform Manipulators... Ton Roosendaal 2005-04-24 13:22:24 +00:00
  • 0016d29b51 Make view translation and zooming 'smooth' in the uv editor. Power-of-two zoom levels can be found in the View > View Navigation menu. Also Ctrl+MMB zooming was added. Brecht Van Lommel 2005-04-24 11:57:23 +00:00
  • 6379ff9b70 Toying a bit with MMB behavior: MMB click with no constraint selects a constraint right away (the axis selector doesn't flash on screen) MMB click with a constraint removes the constraint MMB click-drag in both case (with and without a constraint) uses the axis selector. Martin Poirier 2005-04-24 01:18:13 +00:00
  • 3c7617de52 MSVC 6.0 Projectfile changes for transform_conversions.c Martin Poirier 2005-04-23 22:53:50 +00:00
  • 7a4ae00da2 Replaced powf to (float)pow in zblur.c. Was giving problems with MSVC (the rest of the code base uses pow too). Martin Poirier 2005-04-23 22:45:34 +00:00
  • 7fa7826da7 The zblur plugin (aka as DoF) integrated in render. Compared to patch submitted by Alexander, changes/improvements are: Ton Roosendaal 2005-04-23 20:49:23 +00:00
  • 0dcba86c6b Added the docs & use Python booleans for physics reinstance. Kester Maddock 2005-04-23 12:25:21 +00:00
  • 10acf20645 Support reinstancing the physics mesh from Python. Kester Maddock 2005-04-23 12:03:37 +00:00