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
2013-07-23svn merge ^/trunk/blender -c58374 -c58406 -c58422 -c58427 -c58436 -c58440 -c5...v2.68aCampbell Barton
2013-07-16fix own regression [#36154] Simple deform modifier doesn't recalculate normalsCampbell Barton
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-07-15fix for own regression, face index ranges still need checking in some places.Campbell Barton
2013-07-14fix for case where negative index was used when rendering particles with UV's...Campbell Barton
2013-07-13remove NULL checks on fixed size arrays, also was calling BLI_testextensie_gl...Campbell Barton
2013-07-13fix bad uses of sizeof() with memory allocation.Campbell Barton
2013-06-26fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices.Campbell Barton
2013-06-19fix [#35795] Edge split modifier do not show result in viewport with curves.Campbell Barton
2013-06-15fix for recent changes in solidify, normals were OK but customdata for loops ...Campbell Barton
2013-06-14fix for own error in recent solitify refactor (r57402), face flip check was i...Campbell Barton
2013-06-12ifdef bugfix since its a little strange.Campbell Barton
2013-06-12solidify: dont add poly-normal layer to the derived mesh, since this is no lo...Campbell Barton
2013-06-12fix [#35710] Mesh explodes while using solidify modifier with tubular non-man...Campbell Barton
2013-06-12change to solidify modifiers own normal calculation function, dont attempt to...Campbell Barton
2013-06-12optimize solidify, no need to do edgehash lookups, the edges are known.Campbell Barton
2013-06-12solidify: reduce sign conversions.Campbell Barton
2013-06-12solidify: remove BLI_array realloc's.Campbell Barton
2013-06-12correct solidify normal calculation logicCampbell Barton
2013-06-10Follow up to r57354: WeightVG and Wave modifiers too need to handle tex id re...Bastien Montagne
2013-06-10Fix #35678: Duplicating an object with Displace modifier does not increase th...Sergey Sharybin
2013-06-08code cleanup: warn undefined compiler defines.Campbell Barton
2013-06-05fix [#35628] Dynamic paint waves over ocean modifier doesn't workCampbell Barton
2013-06-05fix [#35453] "copy mirrored uv coords" doesn't workCampbell Barton
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-06-03fix [#35545] Weight paint with mirror modifier does not accurate represent bo...Campbell Barton
2013-06-02corrections to modifiers from recent normal handling changesCampbell Barton
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-06-02fix regression in reducing normal recalculation [#35595],Campbell Barton
2013-05-30remove CD_MASK_NORMAL from CD_MASK_DERIVEDMESH, bmesh merge included this but...Campbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28optimize mirror merging, remove array reallocation, replace with fixed size a...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-25fix for out of bounds memory access in solidify (harmless with guardedalloc p...Campbell Barton
2013-05-21Fluid simulation manual number of threads option now doesn't set the numberBrecht Van Lommel
2013-05-20code cleanup: replace PARALLEL define with _OPENMPCampbell Barton
2013-05-12Fix #35317: crash with boolean modifier using an object whose library linkedBrecht Van Lommel
2013-05-08more optimal method of calculating the normal for the solidify modifier.Campbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-08code clenup: rename BKE_mesh_poly_calc_angles -> BKE_mesh_calc_poly_anglesCampbell Barton
2013-05-08add matrix multiply for projection that outputs 2d values.Campbell Barton
2013-05-05Fix #35209: cycles generated texture coordinates did not stick to deforming m...Brecht Van Lommel
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-04-29Fix [#35110]: Dynamic Paint does not paint accurately in baked "Image Sequenc...Miika Hamalainen
2013-04-27Fix #35113: solidify modifier not preserving clamp option on duplicating theBrecht Van Lommel
2013-04-26fix for out of bounds memory access in solidify modifier (hidden by guardedal...Campbell Barton