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
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-19Sculpt: smooth brush, exclude self from averageCampbell Barton
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-31Corrective Smooth Modifier (aka delta-mush)Campbell Barton
2015-03-20Fix T43786: Cycles bake disregards Auto Smooth (vertex per-face normals)Sergey Sharybin
2015-03-13Add argument to DM_to_mesh() function to take ownership over the DMSergey Sharybin
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-07Fix T40712: Duplicators don't generate orco and UV coordinates in Cycles view...Lukas Tönne
2014-06-24Make main library safe(er) for the threaded usageSergey Sharybin
2014-06-09Fix for slowdown converting mesh to curve with large polygonsCampbell Barton
2014-05-09Indentation fix.Tamito Kajiyama
2014-05-03Bake API - bpy.ops.object.bake()Dalai Felinto
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-16Code cleanup: modifier_skin_customdata_ensure was a bad level callCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-11Mesh Data: disable two-sided for new meshes (see: T37518)Campbell Barton
2014-02-01Code cleanup: use length squared where possibleCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-13Compilation error fix and strict warning silence for previous commitsSergey Sharybin
2014-01-13Avoid memcpy to self when validating UV layer nameSergey Sharybin
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-23Fix for converting unfilled 3d text into a meshCampbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-11-26Fix T37225: UV map for closed curves incorrectly generatedSergey Sharybin
2013-11-22Fix T37465: UV Coords we're incorrect when converting from a curveCampbell Barton
2013-11-11Fix [#37394] UV Map cannot be renamed.Bastien Montagne
2013-10-01Fix issues reported by coverity scan in recent changes to customdata code.Brecht Van Lommel
2013-09-29Followup to r60416, we need to get cdlayers from bmesh everywhere! sorry...Bastien Montagne
2013-09-29Fix [#36841] UV-Maps cannot be renamed in EditModeBastien Montagne
2013-09-24allocate bmesh data from known sizes where possible (was still using defaults...Campbell Barton
2013-09-20Fix [#36759] UV Project - Specified UV Map doesnt work properlyBastien Montagne
2013-09-09move mesh evaluation functions (normal, mapping, smooth group... etc, calcula...Campbell Barton
2013-09-02Ack... Followup to r59743: in fact, bitflags groups are not always wanted/nee...Bastien Montagne
2013-09-02Fix [#36636] Incorrect assignment of Smoothing Groups on exportBastien Montagne
2013-08-28scanfill curves, ngons, masks had their own memarena code and would allocate ...Campbell Barton
2013-08-27fix [#36301] Mirror modifier does not mirror vertex normals when there are no...Campbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-24use reserve argument for more edgehashsCampbell Barton
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton
2013-08-24fix for leak in make_edges_mdata() if there were no edges to create,Campbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-08-20fix/workaround [#36519] Origin to Center of Mass" failes when faces have an a...Campbell Barton
2013-08-19Tag object-data level boundbox as invalid rather than freeing itSergey Sharybin
2013-08-19Made curves almost thread-safeSergey Sharybin