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-10-13Revert to master - those changes are globally valid, but remain incomplete,free-refcount-idsBastien Montagne
2015-10-05Cleanup , and remove public '_release_datablocks' funcs for now.Bastien Montagne
2015-09-27Free IDs; lattice & camera.Bastien Montagne
2015-08-17Lattice min_max: add a version of the func using lattice's final DispList,Philipp Oeser
2015-08-13Add real boundbox support to lattice, and update armature one.Philipp Oeser
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-24Fix T38755: Crash when having cyclic dependency and curve deformSergey Sharybin
2014-02-05Fix compilationSergej Reich
2014-02-05Scanfill: malloc arrays and zero init membersCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-13Remove direct displist creation from curve deformSergey Sharybin
2013-12-09Lattice API: add BKE_lattice_index_flip, BKE_lattice_bitmap_from_flagCampbell Barton
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-06-24lattice: use functions rather then defines, also added a function to get uvw ...Campbell Barton
2013-06-10patch [#35631] Active element for LatticeCampbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-02-01Fix #34070: set origin operator did not work for lattice objects.Brecht Van Lommel
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-28code cleanup: Campbell Barton
2012-03-26Patch: [#30652] Influence slider for Lattice ModifierThomas Dinges
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-01minor cleanup made while looking into bug report (having vector size in comme...Campbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-06-28Fix #20965: metaballs partticles and volume material crash renderingSergey Sharybin
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-01-132.5Ton Roosendaal
2009-01-072.5Ton Roosendaal
2009-01-042.5Ton Roosendaal
2008-11-04Simple warning fixesAndre Susano Pinto
2008-11-04Added Lattice vgroup support to shrinkwrap and simple deform modifier.Andre Susano Pinto
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2007-11-16Long outstanding feature request: "Multi Modifier"Ton Roosendaal
2007-07-29Armature CrazySpace ImprovementBrecht Van Lommel
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2006-10-31Two wonderful new NLA & Armature editing features!Ton Roosendaal
2006-10-28* Changed the Curve Modifier to have it's own X/Y/Z axis deform directionMatt Ebb
2006-08-29Added a VGroup input to the Armature modifier. This allows the user to specifyBen Batt
2006-08-28Integration of the Google Summer of Code Modifier Stack Upgrade project. TheBen Batt
2005-10-20Curve and Lattice deform Modifiers now accept optional Vertex Group nameTon Roosendaal