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-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-03-13Pass proper bmain to the updateDepgraph() of modifiersSergey Sharybin
2015-02-03Add inverse-square blending for PET and warpCampbell Barton
2015-02-02Warp modifier: remove redundant NULL checkCampbell Barton
2015-02-02Warp modifier: avoid sqrt checking radiusCampbell Barton
2015-02-02Fix T43524: Warp modifier curve clamped to 0-1Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-10-20Code cleanup: de-duplicate implementation of get_texture_valueSergey Sharybin
2013-08-07code cleanup: more zero as NULL pointers.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-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-10-24style cleanup: modifier structsCampbell Barton
2012-10-22code cleanup: check defgroup_name_index() return value != -1, rather then che...Campbell Barton
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...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-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-30- improve select grouped prefix/suffix from recent patchCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-10Fix #30882: using an image sequence in the displace modifier did not updateBrecht Van Lommel
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-01-18call CDDM_from_BMEditMesh without creating tessface data for modifiers.Campbell Barton
2012-01-18argument for CDDM_from_BMEditMesh() so creating tessface data is optional, no...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-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-27svn merge ^/trunk/blender -r40511:40587Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40432:40491Campbell Barton
2011-09-22Minor: Bah, doxygen file's doc comments were also missing from warp and navme...Bastien Montagne
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-15Fix [#28654] Warp modifier does not support negative strength when Vertex Gro...Bastien Montagne
2011-08-16svn merge -r39286:39385 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-12Modifiers: add callback to loop over each texture assigned to a modifier.Brecht Van Lommel
2011-07-26svn merge -r38200:38300 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-07-11Fix #27930: many modifiers crashed when used on a lattice with a vertex group.Brecht Van Lommel
2011-05-09svn merge -r36529:36564 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-09more syncing with trunk, also cleared many warnings with gcc4.6Campbell Barton
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-05-08fix [#27324] WindowManager.invoke_search_popup() crashes blender and does not...Campbell Barton
2011-05-02SVN maintenance.Guillermo S. Romero
2011-05-01warp modifier, using negative strength inverts the transformation matrix but ...Campbell Barton
2011-05-01warp modifier, added in the render branch for durian.Campbell Barton