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-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-24Fix T37914: Mask modifier behaves differently until paintedCampbell Barton
2013-12-23Code Cleanup: styleCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-22error in last commit, missing normal update.Campbell Barton
2013-12-22error in last commit, flag names.Campbell Barton
2013-12-22Modifier: New Wireframe ModifierCampbell Barton
2013-12-21Fix for mesh deform modifier missing copy for flag.Campbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-12-19Fix T37869: vertex paint + wireframe draw mode + smoke domain did not draw co...Brecht Van Lommel
2013-12-19Fix T37003, Fix T37859: smoke modifier taking deforming modifiers into accountBrecht Van Lommel
2013-12-19Fix T37691: Screw modifier created zero length normalsCampbell Barton
2013-12-18Fix T37837: mirror modifier merge does not place vertices at the center.Brecht Van Lommel
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-12-12Add meaningful default for SimpleDeform modifier's angle prop.Bastien Montagne
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-12-03Laplacian Deform Modifier: fix possible NULL pointer dereference.Campbell Barton
2013-11-26Screw Modifier: UV supportCampbell Barton
2013-11-26Screw Modifier: copy face data when the original face is known.Campbell Barton
2013-11-26Usual ui messages fixes...Bastien Montagne
2013-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-11-24Mesh Modifiers: Added Laplacian DeformAlexander Pinzon
2013-11-21Code Cleanup: use strict flags for screw modifier, reduce sign conversionCampbell Barton
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-11-19Fix T37519: Screw Modifier ignores material setupCampbell Barton
2013-11-18Fix T37413 - Fit-Curve option for Array Modifier ignores constraint resultsJoshua Leung
2013-11-10Added options for how bevel amount is measured.Howard Trickey
2013-11-05Fix [#37315] Mirror+MeshDeform cause crash when Vertex Group is referredBastien Montagne
2013-10-30Fix #37252: Mask modifier doesn't copy settings on object copySergey Sharybin
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
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