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-30Merge branch 'master' into depsgraph_refactorSergey Sharybin
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-03-16Depsgraph: Pass bmain to the new modifier updateDepsgraph callbackSergey Sharybin
2015-03-16Merge branch 'master' into depsgraph_refactorSergey Sharybin
2015-03-13Pass proper bmain to the updateDepgraph() of modifiersSergey Sharybin
2015-01-02Depsgraph: Fill in missing updateDepsgraph() callbacks for modifiersSergey Sharybin
2014-12-05Merge branch 'master' into depsgraph_refactorSergey Sharybin
2014-11-29Cleanup: unused headersCampbell Barton
2014-05-07Merge branch 'master' into depsgraph_refactorLukas Tönne
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-13Merge branch 'master' into depsgraph_refactorLukas Tönne
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-03-21Basic callback in ModifierTypeInfo for registering dependencies in theLukas Tönne
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-09-18UVProject modifier was still requiring old tesselated UV data instead of new ...Bastien Montagne
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-08add matrix multiply for projection that outputs 2d values.Campbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2012-09-22replace UV project modifier matrix calculation with BKE_camera_params_* funct...Campbell Barton
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-06style cleanup: modifiersCampbell Barton
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-05-04Fisheye Camera for CyclesDalai Felinto
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-19Fix [#30234] Various problems with CD layers and tesselation, related to modi...Bastien Montagne
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-24Fixed crash in UV project modifier.Sergey Sharybin
2012-01-20quiet some warningsCampbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-04update UV project modifier to use MLoopUV's rather then tessface UV'sCampbell Barton
2012-01-04svn merge ^/trunk/blender -r43092:43092Campbell Barton
2012-01-04edits to UV project modifier which make it easier to sync with bmesh.Campbell Barton
2011-12-21svn merge ^/trunk/blender -r42761:42776Campbell Barton
2011-12-21svn merge ^/trunk/blender -r42759:42761Campbell Barton
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-19svn merge ^/trunk/blender -r42680:42722Campbell Barton
2011-12-19Fix a bug in CustomData_duplicate_referenced_layer(_named) functions: MEM_dup...Bastien Montagne
2011-12-17use 2d copy functions with UV's in more places.Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-11-24svn merge ^/trunk/blender -r42095:42116Campbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel