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-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-13Fix for [#21983] Entering Particle Edit mode crashJanne Karhu
2010-03-30Baking for dupligroup & linked library objectsBrecht Van Lommel
2010-03-25Restored Fluid Sim bakingMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22Fix for [#21103] Updating bugs in Particle ModeJanne Karhu
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-12Fix #21066: particle hair X mirror doesn't work.Brecht Van Lommel
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-09Mac + OpenMP + pthreads workaround: recent commit broke compile, justBrecht Van Lommel
2010-03-09Fix for: [#20937] Add brush doesnt work when disconnected hair option is enab...Janne Karhu
2010-02-12correct fsf addressCampbell Barton
2010-02-11fix for own mistake [#21088] comb mode broken?Campbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-09bugfix [#21055] Python: accessing ParticleEdit.hair causes segmentation viola...Campbell Barton
2010-02-07Smoke: Patch #20955 / fix by Damien Plisson (damien78)Daniel Genrich
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-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
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
2010-01-02OS X Makefiles: append -DPARALLEL=1 to CPPFLAGS when compiling with OPENMPStefan Gartner
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-17OSX vs OpenMP : implement workaround to fix crashes when using mop from a bac...Damien Plisson
2009-12-14edits to the bone copy metarig type from Cessen, pointcache warning fixCampbell Barton
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-07Particles: bugfixesBrecht Van Lommel
2009-12-07Particles: child editing bugfixesBrecht Van Lommel
2009-12-04Null check for baking progressend functionMartin Poirier
2009-12-04Fix for [#20203] Linked objects - A few bugsMatt Ebb
2009-12-04* Fix for incorrect disabling after baking cloth simMatt Ebb
2009-12-04Print baking progress to console when window is not available.Martin Poirier
2009-12-04Only set baking progress function to cursor when a window is present.Martin Poirier
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-11-28py/rna apiCampbell Barton
2009-11-25Sculpt:Brecht Van Lommel