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
2007-12-11Merge from Harmonic Skeleton branchMartin Poirier
This code adds a basic and simple skeleton generator. Examples and links are in the wiki, docs will come eventually: http://wiki.blender.org/index.php/User:Theeth/skeletor In a nutshell, select a vertex at the top of the head and press "Generate Skeleton". UI Panel is in the Editing buttons in Edit Mode, tooltips and semi-useful.
2007-12-09== MSVC 7.1 project files ==Andrea Weikert
- added file strand.c to render lib
2007-11-28== MSVC 7.1 projectfiles ==Andrea Weikert
- update for new particle system - made blenderplayer.exe compile again (DDS library missing) - exchanged a few float math functions (logf, sinf, cosf, expf, powf) with their double counterparts in CMP_nodes (MSVC chokes on them, because the compiler is not C99 compliant)
2007-11-27ParticlesBrecht Van Lommel
========= Merge of the famous particle patch by Janne Karhu, a full rewrite of the Blender particle system. This includes: - Emitter, Hair and Reactor particle types. - Newtonian, Keyed and Boids physics. - Various particle visualisation and rendering types. - Vertex group and texture control for various properties. - Interpolated child particles from parents. - Hair editing with combing, growing, cutting, .. . - Explode modifier. - Harmonic, Magnetic fields, and multiple falloff types. .. and lots of other things, some more info is here: http://wiki.blender.org/index.php/BlenderDev/Particles_Rewrite http://wiki.blender.org/index.php/BlenderDev/Particles_Rewrite_Doc The new particle system cannot be backwards compatible. Old particle systems are being converted to the new system, but will require tweaking to get them looking the same as before. Point Cache =========== The new system to replace manual baking, based on automatic caching on disk. This is currently used by softbodies and the particle system. See the Cache API section on: http://wiki.blender.org/index.php/BlenderDev/PhysicsSprint Documentation ============= These new features still need good docs for the release logs, help for this is appreciated.
2007-11-19Bugfix #7510: Doesn't save .blend file name with [Andrea Weikert
* Added Windows specific implementation for fnmatch taken from GNU/MINGW/MSYS C library * behaviour should now be the same as under Linux and other OSs * changed filename for fnmatch.h to ensure we include the correct one if we link with the included implementation * tested compile with MSVC 7.1 and gcc(MinGW-5.1.3) on Windows.
2007-11-07Adding new files to MSVC 7.0 projects (have to work on win32 at school)Martin Poirier
2007-11-07Filling in branch from trunkMartin Poirier
2007-11-05== MSVC 7.1 projectfiles ==Andrea Weikert
- added missing CMP_crop.c
2007-10-27== imagebrowser ==Andrea Weikert
* added support for .dds image files * added support for .int, .inta and .rgba image files == MSVC 7.1 project files == * added WITH_DDS to support .dds files when compiling with the project files by default * added the dds source files to imbuf project * also added CMP_glare, CMP_lensdist, CMP_tonemap nodes to nodes.vcproj
2007-10-21added missing include dir from stampinfo patch to msvc project files and ↵Andrea Weikert
SConscript file.
2007-10-02== Sequencer ==Peter Schlaile
Added include compiler switches for windows to make pthread.h accessible and reverted Joshua's patch. (Joshua: the prefetch buffering has _nothing_ to do with FFMPEG!) If this still does not fix the problem, please send an email to me! I also fixed source\blender\src\sequence.c(1405) : error C2275: 'PrefetchThread' GCC is way to gracefully in latest versions... :)
2007-09-02== imagebrowser ==Andrea Weikert
Initial commit of imagebrowser in trunk. BIG COMMIT! Main changes: * completely reworked imasel space * creation and storage of the preview images for materials, textures, world and lamp * thumbnails of images and movie files when browsing in the file system * loading previews from external .blend when linking or appending * thumbnail caching according to the Thumbnail Managing Standard: http://jens.triq.net/thumbnail-spec/ * for now just kept imasel access mostly as old imgbrowser (CTRL+F4, CTRL+F1) a bit hidden still. * filtering of file types (images, movies, .blend, py,...) * preliminary managing of bookmarks ('B' button to add, XKEY while bookmark active to delete) More detailed info which will be updated here: http://wiki.blender.org/index.php/User:Elubie/PreviewImageBrowser Places that need special review (and probably fixes): * BLO_blendhandle_get_previews in readblenentry * readfile.c: do_version and refactorings of do_library_append * UI integration TODO and known issues still: * Accented characters do not display correctly with international fonts * Crash was reported when browsing in directory with movie files * Bookmark management still needs some UI work (second scrollbar?), feedback here is welcome! Credits: Samir Bharadwaj (samirbharadwaj@yahoo.com) for the icon images. Many thanks to everyone who gave feedback and helped so far!
2007-09-02== MSVC 7.1 projectfiles ==Andrea Weikert
added SHD_hueSatVal.c
2007-08-31* updated MSVC projectfiles with SHD_sepcombRGB.c shader nodes.vcprojAndrea Weikert
* fix for possible double free.
2007-08-19- fix for missing include dir in MSVC 7 project filesAndrea Weikert
- small warning fix for unreferenced variable.
2007-07-30Font previewJoilnen Leite
2007-07-28== MSVC 7.1 projectfiles ==Andrea Weikert
- new files rayshade.c and raytrace.c replace ray.c - new file meshlaplacian.c
2007-07-15== MSVC compilation ==Andrea Weikert
two small fixes in this commit: - added new file for nodes - fixed compile error in readfile.c, as reported by Jean-Michel Soler here: http://lists.blender.org/pipermail/bf-committers/2007-July/018849.html
2007-06-25==== MSVC 7.1 projectfiles ====Andrea Weikert
- bullet update to version 2.53 cleanup - added file sculptmode-stroke.c
2007-06-13==== MSVC 7.1 projectfiles ====Andrea Weikert
- adding verse_method.c to blenkernel.vcproj
2007-06-06==== MSVC 7.1 projectfiles ====Andrea Weikert
- small update for missing nodes.vcproj - also first commit to svn
2007-05-05==== MSVC 7.1 projectfiles ====Andrea Weikert
- small maintenance, added sss.c and sss.h (does not affect release build)
2007-04-20==== MSVC 7.1 project files ====Andrea Weikert
- cleanup of the python included files - update for some recently added files
2007-04-13==== MSVC 7.1 Projectfiles ====Andrea Weikert
- small maintenance: added two new node files to project
2007-04-06==== MSVC 7.1 project files ====Andrea Weikert
- update for nodes_util.c and nodes_util.h
2007-03-27==== MSVC 7.1 projectfiles ====Andrea Weikert
- Python API changes: removed Main.c, added BPyModule.c
2007-03-26==== MSVC 7.1 projectfiles ====Andrea Weikert
maintenance work: - internally renamed nodes lib to BL_nodes to follow naming of other libs, renaming of actual projectfile will follow after move to svn. - added missing include dirs for new BL_nodes lib - removed hardcoded include dir in nodes lib - changed nodes lib to not 'compile as C++', but as default, so .c as C, .cpp as C++ - still found PHY_Ode dependency in ActiveX plugin which I removed summary: All should compile fine again now, let me know of any problems.
2007-03-24Has the nodes in it. I'm not a windows guru, so please review.Robert Holcomb
2007-03-24Still not part of the solution file, so shouln't affect the build. This ↵Robert Holcomb
version is complete, but won't compile until I commit the new BKE_node.h and drawnode.c files (plus a couple of others)
2007-03-21==== MSVC 7.1 projectfiles ====Andrea Weikert
- added BLI_boxpack2d files
2007-03-19==== MSVC 7.1 projectfiles ====Andrea Weikert
- added new file Config.c for Python API
2007-03-13==== MSVC 7.1 projectfiles ====Andrea Weikert
- small update, added missing files.
2007-03-03==== MSVC 7.1 project files ====Andrea Weikert
- fix for 3DPlugin compile - cleanup of bullet path - removed PHY_ODE project from 3D plugin too, not used anymore Now all configurations should build again, let me know of any problems! Not been able to test if the 3DPlugin is actually working,is job for another day ;) Also the 3DPlugin is compiled without OpenExr, this needs to be looked into once too.
2007-03-01updating vc7 projectfiles to link to python2.5Joseph Gilbert
2007-02-25==== MSVC project files ====Andrea Weikert
- maintenance: added python Main.c
2007-01-11==== MSVC 7 project files ====Andrea Weikert
- small update:added multires-firstlevel.c
2007-01-07==== MSVC 7.1 project files ====Andrea Weikert
- updated to latest version of OpenExr in lib/windows/openexr/lib - also changed the /NODEFAULTLIB to the same values as scons build - changed blender to compile with /MT like all libraries too
2006-12-05==== MSVC 7 project files ====Andrea Weikert
- small update for added files shadeinput.c and shadeoutput.c
2006-12-03==== MSVC Projectfiles ====Andrea Weikert
- finally update to bullet2
2006-11-17=ID Properties MSVC Project Files Update= Joseph Eagar
This commit updates the MSVC project files (both sets of them) to build with ID Properties. Please test!
2006-11-12==== MSVC 7 project files ====Andrea Weikert
very small cleanup: add DNA_customdata_types.h header
2006-11-08==== MSVC 7 project files ====Andrea Weikert
- aded missing verse.lib for linking blenderplayer - added missing files from sculptmode commit
2006-10-26==== MSVC 7 project files ====Andrea Weikert
- added transform_snap.c
2006-10-13==== MSVC 7 project files ====Andrea Weikert
- finally added OpenExr to be included by default to Blender release and Blender debug release targets
2006-09-30=== MSVC 7 project files ===Andrea Weikert
- added verse support - verse library and server are compiled with the extern solution - note: verse server still misses icon, VS2003 refuses to add the currently provided icon
2006-09-17==== MSVC 7 project files ===Andrea Weikert
maintenance work: - added missing files in blenkernel - updated Bullet in extern - Python: SurfNurb.c - removed compile and dependency of PHY_Ode - made blenderplayer compile again (had to add pthreads lib)
2006-08-19=== MSVC 7 project files ===Andrea Weikert
maintenance work: removed img module following the other build systems due to this commit: http://projects.blender.org/pipermail/bf-blender-cvs/2006-July/007415.html
2006-07-02=== MSVC project files ===Andrea Weikert
- added new Geometry.c file
2006-06-29=== MSVC 7 project files ===Andrea Weikert
- removed edgeRender.c that doesn't exist an more - removed not needed link dependencies odbc32.lib and odbccp32.lib from DNA_makesdna
2006-06-23*msvc project updateJoseph Gilbert
- commiting fixes for vc8 - updating projects for added files