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 (Expand)Author
2011-11-30use consistent naming for deform.c, also moved defvert_remove_index into defo...Campbell Barton
2011-11-29remove header text:Campbell Barton
2011-11-28quiet some warnings and logical errors.Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-23Fixed some glitches with WeightVG modifiers:Bastien Montagne
2011-11-22looking at CustomData_add_* functions - best the return valye is checked.Campbell Barton
2011-11-22more minor edits to ocean sim codeCampbell Barton
2011-11-22ocean simCampbell Barton
2011-11-22remove unnecessary switch() statement from ocean sim loop.Campbell Barton
2011-11-22- use cache_ as a prefix for new modifiers.Campbell Barton
2011-11-21Yet another fix for crashes when drawing empty base mesh with constructive mo...Lukas Toenne
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-20Option to rename the vertex color data layer used by Ocean modifier for foam....Lukas Toenne
2011-11-20Fixing compile breakage (was missing an #include "BKE_camera.h" in UVProject ...Bastien Montagne
2011-11-19Camera: some more refactoring, mostly in the function that computes the cameraBrecht Van Lommel
2011-11-16Default cache file paths for ocean and fluidsim modifiers are now "<temp fold...Lukas Toenne
2011-11-15remove unused OceanModifierData member & use smaller flags where possibleCampbell Barton
2011-11-14minor cleanup Campbell Barton
2011-11-13remove double promotions and some formatting edits (tabs & spaces mixed)Campbell Barton
2011-11-13Make Ocean modifier compile again! Also removed it’s $ID$ heading stuff.Bastien Montagne
2011-11-13ensure that the path and directory are joined correctly for ocean cache (assu...Campbell Barton
2011-11-13rename cmake WITH_OCEANSIM --> WITH_MOD_OCEANSIM and tag CYCLES_CUDA_BINARIES...Campbell Barton
2011-11-13Ocean Sim modifier patchLukas Toenne
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-10Fix [#29214] build modifier calculates wrong fraction of faces/verts/edges to...Andrew Wiggin
2011-11-10quiet some warnings from recent mergeCampbell Barton
2011-11-10Dynamic Paint merge:Miika Hamalainen
2011-11-10Workaround #29205: Crash while using Edge Split modifier (while rotating vert...Sergey Sharybin
2011-11-09Merge with trunk r41701soc-2011-carrotMiika Hamalainen
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-11-06replace macros with bli math functions for particles codeCampbell Barton
2011-11-06Removed old "bsystem_time()" function, which by now is just aJoshua Leung
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-01Fix #29124: Modifying mesh with mirror and solidify modifiers crashes blenderSergey Sharybin
2011-11-01Reverting r41409 (broken fix for #29089)Andrew Wiggin
2011-10-31Merge with trunk r41411Miika Hamalainen
2011-10-31Dynamic Paint:Miika Hamalainen
2011-10-31fix [#29089] Faces created for "rims" by solidify modifier have incorrect vis...Campbell Barton
2011-10-30Modifier compilation tweaks (Blender conference commit) Thomas Dinges
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-28Dynamic Paint:Miika Hamalainen
2011-10-27fix [#29044] applying mirror modifier causes crash; something with vertex gro...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Merge with trunk r41197Miika Hamalainen
2011-10-22Dynamic Paint:Miika Hamalainen
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel