Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
AgeCommit message (Collapse)Author
2010-08-01OSX/Cocoa : fix the Cmd modifier stuck after cancelling the quit dialogDamien Plisson
2010-07-27Smoke:Daniel Genrich
- Fix typo in tooltip - Add timeframe independand timesteps
2010-07-27Smoke Patch + additions: a) Applying patch #22765 by Miika Hämäläinen ↵Daniel Genrich
(domain border collision settings, vorticity settings, time scale, non absolute density, smooth high res emitter, initial velocity multiplier, high res strength available to be set to 0), b) Additions by me: --Initial velocity is now per flow object, not per domain; --Using boundingbox as standard display mode for domains (was wire before); --When adding a flow object, an initial nice SmokeParticle system is added too with nice initial settings (life=1, no_render, unborn, etc) fitting smoke simulation; --Adaptive timesteps introduced to the smoke sim (depending on the magnitude of the velocity) because it was quite unstable when used for fire simulations, still needs to be tested and will also slow down some simulations.
2010-07-26bugfix [#23038] View rotation snap has left and right view names swapped ↵Campbell Barton
arround. also noticed some spelling errors.
2010-07-25from Luca's recent commit noticed there are more typo's: lenght -> lengthCampbell Barton
2010-07-23Attempt to fix compile for GCC 4.4.Brecht Van Lommel
2010-07-20- correct some spelling errors.Campbell Barton
- remove FreeCamera struct (wasnt used) - remove world color alpha values (not used anywhre).
2010-07-16Rather then hard coded /usr/share, use CMAKE_INSTALL_PREFIX to set the ↵Campbell Barton
PREFIX, could be added for scons/make too.
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
https://svn.blender.org/svnroot/bf-blender/branches/soc-2010-jwilkins See log of that branch for details.
2010-07-12Update MSVC project filesBenoit Bolsee
2010-07-11installation paths:Andrea Weikert
small fix: removed extra slash in system path
2010-07-09Fixed bug [#22555] OSX/Cocoa: Suppress delayed mouse position changed event ↵Damien Plisson
after setting it
2010-07-07fix mingw compileAndrea Weikert
- seems to have been conflicting #defines for INT, solved by moving #include up
2010-07-06Fixed bug [#22757] : hide dock and menu on OSX only when Blender window is ↵Damien Plisson
maximized to fullscreen on the primary monitor
2010-07-05File/installation paths: osx (cocoa & carbon) update in ghostDamien Plisson
2010-07-05Fix Makefile for new getUserDir system.Diego Borghetti
2010-07-05compile fix, another missed semicolon - blushAndrea Weikert
2010-07-05bugfix [#22724] "Scene" switch on the console doesn't workCampbell Barton
2010-07-05fix for buildingCampbell Barton
2010-07-05Add missing ";".Guillermo S. Romero
2010-07-05SVN maintenance.Guillermo S. Romero
2010-07-05Patch [#22339] File/installation paths changesAndrea Weikert
Update after discussions on IRC: * operating system specific path retrieval is moved back to GHOST, nothing blender specific here though * cleaned up path functions a bit to remove #ifdefs * removed Cocoa from blenlib again TODO: * Matt, Damien, please check and correct the functions for Cocoa and Carbon, could only put back existing code but needs adjustment * finish GHOST_getBinaryDir - this should replace the BLI_where_am_i eventually as well as BLI_getInstallationPath on Windows and get_install_dir for the blenderplayer runtime * It would probably be nice to define GHOST_getTempDir as well and move those out * more cleanups... NOTE: Things are likely broken for macs
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
Patch Tracker: http://projects.blender.org/tracker/?func=detail&aid=22339&group_id=9&atid=127 This patch implements the proposal outlined here: http://wiki.blender.org/index.php/Dev:2.5/Source/Installation/Proposal Original patch by Matt Ebb. Contributions by Nathan Letwory, Damien Plisson and Andrea Weikert NOTE: This is a work in progress commit, some work still needs to be done on the SCons and CMake files for this to work properly, but at least should compile and the files should be created in the right directory. Commit discussed on IRC with Ton and Campbell.
2010-06-15ifdef disable X11 mouse grab, it locks up the system for artists too often ↵Campbell Barton
(whenever blender locks up).
2010-06-15Got the okay from Nathan to commit this: It's a small patch for Win32 Ghost ↵Mitchell Stokes
that prevents a Blender window from setting the cursor position when it's not the active window.
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
- CMake building without python or fluidsim working again (broke in recent commit) - remove BLI_short_filename(), it wasnt used anywhere.
2010-06-02Progress indicator in the application iconDamien Plisson
Displays a global progress indicator in the application icon reflecting the total progress of all running jobs. Currently fully implemented on OSX (Cocoa). On other OSes that do not allow to redraw the app icon, this can be implemented as a [x%] display in the app title, so to appear in the taskbar. Thanks to Matt for the windowmanager wrapper.
2010-06-01Fixes [#21791] Toggle Fullscreen (Alt + F11) returns to non-maximized windowNathan Letwory
Applied patch provided by Elia Sarti
2010-05-30Fixes: #22064 When the Windows task bar is placed on top of the screen, ↵Nathan Letwory
Blender "User Preferences" opens with the title bar underneath it I applied the patch provided by Charlie Shen in the comments of the bug report
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk ↵Dalai Felinto
instead of the branch :) svn merge -r 29067:29066 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-05-22Fix [#22306]: convert dropped file names from OSX to correct char encoding ↵Damien Plisson
to handle non 7-bit ascii chars (e.g. accents)
2010-05-16Fix for compilation with newer ffmpeg librarySergey Sharybin
Error was cased by undefined UINT64_C in stdint.h for c++ programs. As I understand from ffmpeg mailing list the simpliest solution is to define __STDC_CONSTANT_MACROS before including ffmpeg libraries. There already was some amout of such definitions in the code and I've tested this with newer and older ffmpeg libraries -- this should work and should be safe, but maybe there is better way of fixing this problem.
2010-05-16no functional changesCampbell Barton
- add PySequenceMethods members (all NULL) - spaces -> tabs - cmake syntax warning from recent ghost commit
2010-05-15made cmake ghost file less confusing (was globbing then removing files for ↵Campbell Barton
each system).
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-05-03Drag & drop from OS: set to accept any drop operation by default for nowDamien Plisson
2010-04-30use size_t for MEM_allocN_len as well as some of its callersCampbell Barton
2010-04-29Amendment to r28508 (Make Blender malloc be 64 bit ready)Nathan Letwory
- one function missed in header causes compile problems (intern/guardedalloc/intern/mallocn.c:352: error: conflicting types for ‘MEM_mapallocN’)
2010-04-29Make Blender malloc wrapper be 64 bit ready.Guillermo S. Romero
2010-04-28reverting 28469, there is no use in using a long, while the allocation ↵Campbell Barton
functions only accepts an int. - only wastes 4 bytes per alloc. Also would be most correct to use size_t
2010-04-27Make len portable (as best as can tested with a 32 bit machine).Guillermo S. Romero
2010-04-27fix for allocations over 2gig crashing blender (even on 64 bit systems)Campbell Barton
the memheader len would wrap to a negative number and when freeing it would write into the memheader.
2010-04-24Fix for #22135, loading ffmpeg now before .B25.blend is loaded.Joerg Mueller
2010-04-20Fix #22085: compile error on windows, M_PI undeclared.Brecht Van Lommel
2010-04-18remove config.h references, was added for automake build system rev around ↵Campbell Barton
124-126 but isnt used by any build systems now.
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
* Division by zero fix for TNT SVD code. * Sound fix, in case ffmpeg decode fails, don't use the samples. * Fix for incorrect bounds of transformed objects in new raytracing code. * Gave memory arena's a name used for allocations for easier memory usage debugging. * Dupligroup no_draw option was using layers but not restrict view/render setting. (not a bugfix exactly but would do display list context switching while drawing for no reason). * Fix objects instanced on hair particles not giving consistent results when the object is transformed. * New math functions: madd_v4_v4fl, len_squared_v3v3, interp_v4_v4v4v4, mul_v4_m4v4, SH and form factor functions, box_minmax_bounds_m4. * mul_m4_m4m4 and mul_m3_m3m3 now accept the same pointers for multiple arguments. * endjob callback for WM jobs system. * Geometry node uv/color layer now has search list/autocomplete. * Various small buildsystem tweaks, not strictly needed yet in trunk.
2010-04-15Make memstat easier to read, add missing Intel ID and cleanups.Guillermo S. Romero
2010-04-11Cocoa fix [#21866] : force mouse move event to be sent upon cursor position ↵Damien Plisson
set request
2010-04-06Fix #20365: new render window does not respect Windows taskbar at top of screen.Brecht Van Lommel