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-10-20Code cleanup: de-duplicate implementation of get_texture_valueSergey Sharybin
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton
2013-09-18UVProject modifier was still requiring old tesselated UV data instead of new ...Bastien Montagne
2013-09-15replace BLI_edgehash_insert with BLI_edgehash_reinsert for explode operator, ...Campbell Barton
2013-09-12more localized fix for [#36299], only changes behavior for subsurf with orco ...Campbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-04replace sqrt(dot()) with length functions.Campbell Barton
2013-09-04move timeit macros into their own include, since they are only used for testi...Campbell Barton
2013-09-02bmesh: internal api change, remove BMOElemMapping, its not needed since the v...Campbell Barton
2013-08-28array modifier was adding vertices to the 'targetmap' multiple times.Campbell Barton
2013-08-26Remove unused function NewBooleanMeshSergey Sharybin
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-21fix own regression [#36443] Vertex to UV index doesn't match with 2.68aCampbell Barton
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-17style cleanupCampbell Barton
2013-08-13fix for bug in rip tool, isolated verts would remain selected after ripping.Campbell Barton
2013-08-13fix own regression, rip tool wasn't handling selection.Campbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-09Fix #36417: vertex weight mix modifier crash with texture mask and subsurf mo...Brecht Van Lommel
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-08-07code cleanup: more zero as NULL pointers.Campbell Barton
2013-08-06fix for using uninitialized boolean vars for mask select more/lessCampbell Barton
2013-08-04code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and cor...Campbell Barton
2013-08-04code cleanup: replace strncpy -> BLI_strncpy, skip first 2 chars when making ...Campbell Barton
2013-08-01code cleanup: remove unused functionsCampbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-27code cleanup: remove unused codeCampbell Barton
2013-07-26use math functions for copying matrix/vector types, also cast const pointers ...Campbell Barton
2013-07-23remove use_relative option from simple deform,Campbell Barton
2013-07-23code cleanup: remove deprecated bevel code (unused since 2.64)Campbell Barton
2013-07-23replave isfinite with finite for msvcCampbell Barton
2013-07-23fix/workaround for crash in ocean modifier when size is zero (causes invalid ...Campbell Barton
2013-07-23fix [#36247] Modifier Ocean (Geometry in Displace)- Subdivision SurfaceCampbell Barton
2013-07-19optimization: avoid memcpy with shake key vertex array.Campbell 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