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
AgeCommit message (Collapse)Author
2010-08-18Update MSVC project filesBenoit Bolsee
2010-08-16Update MSVC project filesBenoit Bolsee
2010-07-16Update MSVC9 project fileBenoit Bolsee
2010-07-12Update MSVC project filesBenoit Bolsee
2010-05-25Update MSCV9 project filesBenoit Bolsee
2010-05-09== MSVC projectfiles ==Andrea Weikert
- update for latest ImBuf changes
2010-04-29== MSVC 9 projectfiles ==Andrea Weikert
small update
2010-04-15MSVC 9 projectfiles updateAndrea Weikert
* blenlib/math_geom_inline.c * also fix compile error with MSVC (snprintf not defined)
2010-04-14MSVC 9 projectfiles Andrea Weikert
* forgot to add modifiers.vcproj yesterday - sorry!
2010-04-13MSVC projectfiles updateAndrea Weikert
* big modifier refactor * added include path to pthreads for BL_gpu.vcproj and blender.vcproj - hopefully only temporarily. Is needed because BLI_threads.h includes <pthreads.h> header!!!
2010-03-31cleanupAndrea Weikert
* removed code that could lead to Blender writing in the Windows directory - is very old cruft and doesn't work on recent versions of Windows anymore and rightly so :)
2010-03-31MSVC 9 projectfilesAndrea Weikert
* maintenance - removed BLI_dynamiclist.c
2010-03-27MSVC 9 projectfilesAndrea Weikert
Updated RNA project to generate the files in the build directory rather than inside the source tree. This removes the need to manually deleting those files when building from the same tree with scons or cmake.
2010-03-24MSVC 9 projectfiles Andrea Weikert
- small update
2010-03-23fix [#21666] selecting images in file browser before thumbnail is created ↵Andrea Weikert
deselects them when the thumb is created - was overwriting the selection flag - also fixed mismatching prototype (own eek!) Also added small update of MSVC 9 projectfiles (blendkernel/image_gen.c)
2010-03-10filebrowser:Andrea Weikert
* move own thread handling for thumbnails to WM_jobs * cleanup of thumbnail creation code * added function to kill the job, which actually allows thread to terminate gracefully vc9 projectfiles: * fixed some missing includes for release target!
2010-03-08MSVC projectfiles_vc9:Andrea Weikert
* maintenance
2010-03-01MSVC projectfiles_vc9:Andrea Weikert
* added file blf.c in BPY_python * added headers from generic subdir to project
2010-02-28MSVC projectfiles_vc9 maintenanceAndrea Weikert
* added ghost dependency to blenlib * new file bpy_rna_callback.c in blender/python
2010-02-22Update MSVC project files.Benoit Bolsee
2010-02-14Support GPU image auto_refresh also for movie (was for sequence only).Benoit Bolsee
2010-02-12another vc9 projectfile fixLukas Steiblys
2010-02-12updated VC9 project filesLukas Steiblys
2010-02-09MSVC projectfiles vc9Andrea Weikert
* fix for audio: added missing defines for WITH_OPENAL, WITH_JACK, WITH_SDL * fixed linking for OpenAl, was still linking OpenAl32.dll instead of wrap_oal.dll Should now work same as other buildsystems. Quick test showed Yay! Sound in sequencer back :)
2010-02-04Update MSVC project files.Benoit Bolsee
2010-01-30COLLADA branch: updated vc9 project files and w32 scons config.Arystanbek Dyussenov
2010-01-27Update MSVC project filesBenoit Bolsee
2010-01-26Update MSVC project filesBenoit Bolsee
2010-01-24Update MSVC project filesBenoit Bolsee
2010-01-17MSVC 9 projectfilesAndrea Weikert
* update for animviz.c * updated glew dependency for ghost.
2010-01-05MSVC 9 projectfiles Andrea Weikert
* update for audaspace * added object_bake.c
2009-12-22MSVC project filesBenoit Bolsee
2009-12-13MSVC 9 compile fixes and cleanupsAndrea Weikert
* added renamed files in revision 25337 * renamed BLI_util.h -> BLI_path_util.h for consistency * cleanup of #includes: removed BLI_blenlib.h in favour of direct includes of the needed headerfiles in a few places. * removed debug print in sequencer.c * added missing include in blenkernel/blender.c -> bad dependency, needs to be fixed still
2009-12-12Sequencer: Transform Strip updates (Durian wish)Andrea Weikert
Removed the Start/End Settings and the effect_fader from the sequencer transform strip. The transform strip can now only be animated directly by keying the Scale X, Scale Y, Translate X, Translate Y and Rotation values. Caveat: The uniform scale re-uses the Scale X value, so when changing the animation on Scale X in the non-uniform scaling case, the uniform scaling will be affected too. This was done to not break files for Durian. Note: As much as I would have liked to clean up the TransformVars, it caused crashes of earlier versions of blender when opening the file. The rna identifiers were also kept as to not break any existing animation on those keys.
2009-12-11MSVC projectfiles Andrea Weikert
* update for sculpt merge NOTE: BLI_blenlib now uses functions in BL_gpu - I added the necessary include path to make it compile, but I'm not sure if this dependency shouldn't be avoided.
2009-12-10MSVC 9 projectfilesAndrea Weikert
* added missing header BKE_sequence.h * moved source folder back to correct place (was inside headers folder)
2009-12-09MSVC 9 projectfilesAndrea Weikert
* quick updates for bpy_driver.c
2009-12-08Few small things:Andrea Weikert
1. MSVC 9 projectfiles update (graph_header.c, action_header.c and nla_header.c removed) 2. Fix for opening the filebrowser when saving file for the first time (untitled.blend) from file menu 3. Add CROSS effect sequence type back to menu. (Durian fix) Note: Removed SEQ_EFFECT from rna, since this no actual sequence type, but rather used to check for the effect bit.
2009-12-04Update MSVC9 project filesBenoit Bolsee
2009-12-04Update MSVC9 project filesBenoit Bolsee
2009-11-26MSVC project files: enable Blender Game renderer.Benoit Bolsee
2009-11-23Fix MSVC project files for blenderplayer: the player compiles and runs ↵Benoit Bolsee
properly in debug and release mode. Still a problem with scons: the player compiles but crashes on startup.
2009-11-22MSVC 9 projectfilesAndrea Weikert
* Added GLEW_STATIC where necessary to make Blender compile again * First attempt at compiling blenderplayer again - compiles, but doesn't link yet * removed deprecated SND_ functions from blenderplayer
2009-11-19MSVC 9 projectfilesAndrea Weikert
* re-enabled collada now with hopefully correct debug libs * python API IDProps added
2009-11-16Update MSVC project files: disable COLLADA in debug build => runtime crash.Benoit Bolsee
2009-11-13Update MSVC project filesBenoit Bolsee
2009-11-08MSVC 9 projectfilesAndrea Weikert
* small maintenance: rna_fcurve_api.c added
2009-11-06Update MSVC project files for openCollada.Benoit Bolsee
2009-11-01MSVC project files update for collada. It won't compile yet, waiting for ↵Benoit Bolsee
lib/windows/collada to be updated.
2009-10-19file browserAndrea Weikert
* the code for BLI_is_dir can be shared on Windows, no need of extra implementation - error was usage of BLI_exists instead of BLI_exist! * left BLI_is_dir in since it's nicer to read and understand * also removed deprecated outliner_header from MSVC projectfiles.