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-08-21Fix uninitialized var useCampbell Barton
2015-07-27Don't allocate MFace's by defaultCampbell Barton
2015-01-27Followup fix for T43394: Reconnect feature was using identity matrix forLukas Tönne
2015-01-26Fix T43394: hair remapping needs to handle "global" hair correctly.Lukas Tönne
2015-01-20Cleanup: warningsCampbell Barton
2015-01-20Second variant of the copy-to-select operator for particles to onlyLukas Tönne
2015-01-20Make removal of existing particle systems on copying optional.Lukas Tönne
2015-01-20Added space selection option to the particle system copy operator.Lukas Tönne
2015-01-20Removed debugging code.Lukas Tönne
2015-01-20Fix for particle system copy: This has to make sure the ORIGSPACE dataLukas Tönne
2015-01-20Changed the workflow for the particle system copy operator to the commonLukas Tönne
2015-01-20New operator for copying (hair) particle systems from one object toLukas Tönne
2014-06-17Fix T40638: Crash in Particle System, Connect HairSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2013-06-03fix [#35477] Clicking "Connect Hair" button translates a mesh by it's object ...Campbell Barton
2013-04-18style cleanupCampbell Barton
2013-02-22patch [#34103] - listbase.patch, insertlinkbefore.patchCampbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2012-12-21Fix #33640: Blender crashes when I click on "Connect Hair" in "Particles" pannelSergey Sharybin
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-19ensure defoem DM has tessface data for the few places that need it.Campbell Barton
2012-01-03svn merge ^/trunk/blender -r43062:43085Campbell Barton
2012-01-02replace:Campbell Barton
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-06replace macros with bli math functions for particles codeCampbell Barton
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-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-22bugfix [#20768] Project Snap BrokenCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-08Hair disconnect/connect wasn't working properly.Janne Karhu
2010-09-04merge with trunk at r31523Joseph Eagar
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel