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-12-28sync some edits with bmeshCampbell Barton
2011-12-27remove unneeded casts from 'unsigned int' to 'int'Campbell Barton
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-22Some small perf tweaks to weightvg proximity: do not use indices in case all ...Bastien Montagne
2011-12-20New modifier type: eModifierTypeType_NonGeometrical, for modifiers affecting ...Bastien Montagne
2011-12-20Fix a small typo-bug in UVProject modifier (using v3 instead of v4 to detect ...Bastien Montagne
2011-12-19Much cleaner and satisfying code in weightvg modifiers' "init": copy only the...Bastien Montagne
2011-12-19Fix a bug in CustomData_duplicate_referenced_layer(_named) functions: MEM_dup...Bastien Montagne
2011-12-19remove windows only benchmark functions, use PIL_time.h's TIMEIT macros instead.Campbell Barton
2011-12-19Minor tweaking to WeightVGProximity modifier code (not really usefull current...Bastien Montagne
2011-12-17use 2d copy functions with UV's in more places.Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-15New fix for [#29543] Hook modifier: falloff + vgroup influence brokenBastien Montagne
2011-12-15more vertex weight edits,Campbell Barton
2011-12-10Bugfix [#29567] Second Hook Modifier fails on Curve ObjectJoshua Leung
2011-12-09went over all uses of MDeformWeight.def_nr and made sure the value is clamped...Campbell Barton
2011-12-08Fix [#29543] Hook modifier: falloff + vgroup influence brokenBastien Montagne
2011-12-08minor refactor of vertex group functions,Campbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton
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