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
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-14"flip -> pen_flip" missing rename on particle edit modeDalai Felinto
2010-09-02"Fix" for [#23621] lattice modifier on particle hair when applied doesn't app...Janne Karhu
2010-07-29Fix for error while weight painting:Campbell Barton
2010-07-23Fix for [#22644] hair particles bug 2, patch by Lukas ToenneJanne Karhu
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-05-30Some cleanup of particle path drawing logic:Janne Karhu
2010-04-30Fix [#22207] Selecting Roots also selects hiddenMatt Ebb
2010-04-283dview --> view3d, patch by Jonathan Smith with small corrections and changes.Campbell Barton
2010-04-27fix for error in decleration orderCampbell Barton
2010-04-27factor for setting particle weightsCampbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-13Fix for [#21983] Entering Particle Edit mode crashJanne Karhu
2010-03-30Baking for dupligroup & linked library objectsBrecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-22Fix for [#21103] Updating bugs in Particle ModeJanne Karhu
2010-03-12Fix #21066: particle hair X mirror doesn't work.Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-11fix for own mistake [#21088] comb mode broken?Campbell Barton
2010-02-09bugfix [#21055] Python: accessing ParticleEdit.hair causes segmentation viola...Campbell Barton
2010-01-26bugfix [#20401] Hair Combing with "Limit Selection to Visible" does not comb ...Campbell Barton
2010-01-23bugfix [#20767] Particle edit mode crashesCampbell Barton
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-15- particle drawing was using invalid memory with weights.Campbell Barton
2010-01-14improve volume preserving puff to shape the end strands of the hair in relati...Campbell Barton
2010-01-14particle weight brush back (mostly the same as in 2.4x), needed to control lo...Campbell Barton
2010-01-12particle puff, volume option.Campbell Barton
2010-01-12bugfix for puff brush, it wasnt working if the object had any transformation.Campbell Barton
2010-01-12last commit was no good since pe_get_current was running recalc_emitter_field...Campbell Barton
2010-01-12particle editCampbell Barton
2010-01-11remove operators PARTICLE_OT_brush_set and PARTICLE_OT_edit_type_set, rna dat...Campbell Barton
2010-01-06Particle edit: optimization for combing, was computing hair space too often,Brecht Van Lommel
2010-01-05Particles:Brecht Van Lommel
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-12-24Removed a few operators that were just used to generate popup menus and repla...Matt Ebb
2009-12-18Fix #20401: hair combing with limit selection to visible does not combBrecht Van Lommel
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-07Particles: bugfixesBrecht Van Lommel
2009-12-07Particles: child editing bugfixesBrecht Van Lommel
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-11Sculpt: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r...Brecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-09- added particle select_inverseCampbell Barton
2009-10-29Sculpt: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r...Brecht Van Lommel
2009-10-28Bugfix: particle editmode cut tool still wasn't working correct.Brecht Van Lommel
2009-10-27Commit of the sculpt patch (#19672). Further development will be in this bran...Nicholas Bishop
2009-10-21Make compiler happy, remove doubtful non init usage.Guillermo S. Romero
2009-10-21Silencing some compiler warnings for mingwJoshua Leung