Joerg Mueller
52ef66da4d
Audaspace:
...
* Created awesome filter classes :)
* Made all filter effects use the filter classes instead of having the same implementation everywhere.
* Added a Python API for LTI IIR filters.
* Fixed a warning in creator.c that was introduced when adding game autoplay.
2010-08-01 22:33:50 +00:00
Damien Plisson
4da55eed8f
OSX/Cocoa : fix the Cmd modifier stuck after cancelling the quit dialog
2010-08-01 16:25:00 +00:00
Joerg Mueller
5c9cf81cf9
Audaspace:
...
* Fixed some compiler warnings
* Implemented device looping
* Note: Scrubbing in the sequencer is broken atm
2010-07-31 10:03:08 +00:00
Joerg Mueller
61c9e46aad
svn merge -r 30718:30912 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-07-30 22:34:27 +00:00
Joerg Mueller
c59b930d13
Audaspace: Refactored the complete 3D Device code giving a nicer API.
2010-07-30 22:20:08 +00:00
Joerg Mueller
3ff872bf59
Audaspace Refactor:
...
* Removed whole Capabilities System
* Fixed Py API error strings
* Improved some Py API properties
* Minor other changes
2010-07-28 12:43:59 +00:00
Joerg Mueller
7296600434
Audaspace: HUGE Refactor.
...
Some points of the refactor not sorted by importance:
* Fixed immutability of readers and factories (there are exceptions...)
* Fixed copy constructors and = operators
* Removed messaging system
* Removed reader types
* Added const where possible
* Using initalisers when possible
* Avoided use of pointers when possible
* Removed AUD_NEW and AUD_DELETE macros
* Removed useless NULL pointer checks
* Fixed exception catching
* Fixed some yet unknown bugs
* Lots of other stuff
2010-07-28 09:36:03 +00:00
Daniel Genrich
78e5a29990
Smoke:
...
- Fix typo in tooltip
- Add timeframe independand timesteps
2010-07-27 15:33:21 +00:00
Daniel Genrich
967d25ac1c
Smoke Patch + additions: a) Applying patch #22765 by Miika Hämäläinen (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-27 14:53:20 +00:00
Campbell Barton
c1649dcf10
bugfix [ #23038 ] View rotation snap has left and right view names swapped arround.
...
also noticed some spelling errors.
2010-07-26 19:00:15 +00:00
Joerg Mueller
3e3f874a65
Audaspace Py API:
...
* Renamed get_c_device() to device()
* Made the threshold parameter of Sound.square() optional
* Added a sample rate parameter for Sound.sine()
* Example updates
2010-07-26 11:17:43 +00:00
Joerg Mueller
409b79c5c4
Audaspace Py API:
...
* Renaming superpose and double to mix and join
* Making most of the static methods of Sound normal ones
* Minor documentation fixes
2010-07-26 09:29:36 +00:00
Joerg Mueller
109618749f
Removing unnecessary _ functions from device as the c_device is a device too and doesn't have it's own api.
2010-07-25 22:35:48 +00:00
Joerg Mueller
147a5229a1
svn merge -r 30566:30717 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-07-25 13:12:58 +00:00
Joerg Mueller
d0e3d4a482
Audaspace Py API documentation fixes.
2010-07-25 12:25:44 +00:00
Campbell Barton
885bbe6999
from Luca's recent commit noticed there are more typo's: lenght -> length
2010-07-25 01:45:53 +00:00
Joerg Mueller
8365f14019
Audaspace Python API: Better docs.
2010-07-23 18:00:37 +00:00
Brecht Van Lommel
f8f3244629
Attempt to fix compile for GCC 4.4.
2010-07-23 15:36:27 +00:00
Joerg Mueller
4a659017b9
Changed the fix for string literal warnings to dynamic casts, patch for one function sent to python devs the other won't be patched according to the devs in IRC.
2010-07-23 15:13:06 +00:00
Joerg Mueller
46155bc009
svn merge -r 30513:30565 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-07-21 07:24:52 +00:00
Campbell Barton
75410037fd
- correct some spelling errors.
...
- remove FreeCamera struct (wasnt used)
- remove world color alpha values (not used anywhre).
2010-07-20 10:41:08 +00:00
Joerg Mueller
4490e409a4
svn merge -r 30418:30512 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-07-19 22:43:45 +00:00
Joerg Mueller
51bbc01adf
Audaspace Py API: Getting rid of string literal warnings.
2010-07-17 14:57:46 +00:00
Joerg Mueller
2ffe3e46c5
svn merge -r 30323:30417 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-07-16 17:43:08 +00:00
Campbell Barton
a3e0667e94
Rather then hard coded /usr/share, use CMAKE_INSTALL_PREFIX to set the PREFIX, could be added for scons/make too.
2010-07-15 20:25:09 +00:00
Jason Wilkins
5505697ac5
Merge GSOC Sculpt Branch: 28499-30319
...
https://svn.blender.org/svnroot/bf-blender/branches/soc-2010-jwilkins
See log of that branch for details.
2010-07-14 14:11:03 +00:00
Joerg Mueller
5315a84ebf
Python API:
...
* PEP8 fixes for aud.
* Correction of doc strings.
2010-07-14 12:35:55 +00:00
Joerg Mueller
7a89b679c9
Merging revision 30126:30261 from trunk.
2010-07-13 11:14:49 +00:00
Benoit Bolsee
ac981c08af
Update MSVC project files
2010-07-12 11:37:15 +00:00
Andrea Weikert
ffcec4024b
installation paths:
...
small fix: removed extra slash in system path
2010-07-11 15:30:32 +00:00
Damien Plisson
6682dae779
Fixed bug [ #22555 ] OSX/Cocoa: Suppress delayed mouse position changed event after setting it
2010-07-09 18:54:44 +00:00
Joerg Mueller
9772eb4d5f
Audaspace:
...
* Renamed AUD_Handle to AUD_Channel in the C-API to prevent errors with the C++ version of AUD_Handle.
* Added Python API!!!
2010-07-09 12:35:40 +00:00
Joerg Mueller
5460994095
Audaspace:
...
* Comment fix for PingPongFactory
* Added 2 new factory types: Superpose and Double
2010-07-09 08:56:25 +00:00
Andrea Weikert
c468f94f53
fix mingw compile
...
- seems to have been conflicting #defines for INT, solved by moving #include up
2010-07-06 20:31:55 +00:00
Damien Plisson
ea183b58d3
Fixed bug [ #22757 ] : hide dock and menu on OSX only when Blender window is maximized to fullscreen on the primary monitor
2010-07-06 19:59:37 +00:00
Damien Plisson
dd724f2826
File/installation paths: osx (cocoa & carbon) update in ghost
2010-07-05 19:59:37 +00:00
Diego Borghetti
63335f2d10
Fix Makefile for new getUserDir system.
2010-07-05 14:32:15 +00:00
Andrea Weikert
7aca4eec4b
compile fix, another missed semicolon - blush
2010-07-05 06:04:24 +00:00
Campbell Barton
9c4e3a7b6b
bugfix [ #22724 ] "Scene" switch on the console doesn't work
2010-07-05 00:00:40 +00:00
Campbell Barton
ef3f967baf
fix for building
2010-07-04 22:35:09 +00:00
Guillermo S. Romero
f3638488c3
Add missing ";".
2010-07-04 21:36:48 +00:00
Guillermo S. Romero
646ee52d3a
SVN maintenance.
2010-07-04 21:33:01 +00:00
Andrea Weikert
4135f1310c
Patch [ #22339 ] File/installation paths changes
...
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-04 21:14:59 +00:00
Andrea Weikert
ca81aa704e
Patch [ #22339 ] File/installation paths changes
...
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-07-04 15:35:23 +00:00
Campbell Barton
3e3d2b7a4c
ifdef disable X11 mouse grab, it locks up the system for artists too often (whenever blender locks up).
2010-06-15 17:40:31 +00:00
Mitchell Stokes
982cd944a4
Got the okay from Nathan to commit this: It's a small patch for Win32 Ghost that prevents a Blender window from setting the cursor position when it's not the active window.
2010-06-15 17:12:21 +00:00
Campbell Barton
ed338da8c9
- WITH_CXX_GUARDEDALLOC working again
...
- CMake building without python or fluidsim working again (broke in recent commit)
- remove BLI_short_filename(), it wasnt used anywhere.
2010-06-06 01:15:44 +00:00
Damien Plisson
3f326354b8
Progress indicator in the application icon
...
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-01 20:21:40 +00:00
Nathan Letwory
b96a2c346c
Fixes [ #21791 ] Toggle Fullscreen (Alt + F11) returns to non-maximized window
...
Applied patch provided by Elia Sarti
2010-06-01 06:18:17 +00:00
Nathan Letwory
e2585355c3
Fixes : #22064 When the Windows task bar is placed on top of the screen, 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-30 13:50:59 +00:00