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
2012-02-11update gpl header in cmake filesCampbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-03Minor Speedup: avoid for() loop over all faces in fluidsim by passing an exam...Campbell Barton
2012-02-01Optional offset for fluid cache frame reading.Lukas Toenne
2012-02-01calc_curve_deform was using axis range of 1-6, but other parts of the code us...Campbell Barton
2012-01-30Fix #29976: Carve Boolenas crasher with SolidifySergey Sharybin
2012-01-29Fixed for cloth modifier when it's applied after deformation modifier.Sergey Sharybin
2012-01-27Fix #30000: Boolean modifier messing up multi materialSergey Sharybin
2012-01-26Fix #29957: Texture "Generate" mapping work as global with cloth modifierSergey Sharybin
2012-01-24Fix #29965: Crash: Memory psys node array: end corruptSergey Sharybin
2012-01-23Fix #29934: New Carve library can't execute boolean operations in some casesSergey Sharybin
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2012-01-22Fix a crasher in WeightVG modifiers.Bastien Montagne
2012-01-22Fluidsim - Restoring simulation speed control (ZanQdo request)Joshua Leung
2012-01-20comment some dead assibnment and set dummy values for image profile conversio...Campbell Barton
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2012-01-16Carve booleans library integrationSergey Sharybin
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-09bugfix for solidify modifier rim faces which were created from triangles, wou...Campbell Barton
2012-01-04de-duplicate wave modifier texture function.Campbell Barton
2012-01-04replace wave spesific enum with generic oncesCampbell Barton
2012-01-04edits to UV project modifier which make it easier to sync with bmesh.Campbell Barton
2012-01-04bugfix - get_texture_coords() used by wave/warp/weight modifiers could initia...Campbell Barton
2012-01-03Remesh Modifier:Thomas Dinges
2012-01-01Fixed names of VertexWeight modifiers RNA structs, in RNA_access.h (probably ...Bastien Montagne
2011-12-31Fix [#29728] Explode Modifier Causes Crash.Bastien Montagne
2011-12-31option to build without remesh modifier for cmake and sconsCampbell Barton
2011-12-31Add remesh modifier (dual contouring).Nicholas Bishop
2011-12-29remove unused initFlags option in mirror modifierCampbell Barton
2011-12-29minor edits to trunk mirror modifier, use unsigned ints since the vertex valu...Campbell Barton
2011-12-29add UNLIKELY / LIKELY util defines to help optimize iterators that are called...Campbell Barton
2011-12-28Fix #29696: Crash on exit of edit mode after deleting contents of fluid domainSergey Sharybin
2011-12-28make MOD_dynamicpaint.c use more typical gpl2+ text and some formatting edits...Campbell Barton
2011-12-28copy BLI_edgehash changes from bmesh branch, main change is use of mempool.Campbell Barton
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