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-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-14Fix for [#24237] Hair dynamics with zero particles generates a segmentation f...Janne Karhu
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-06Fix for [#24134] pointcache memory error (crash)Janne Karhu
2010-10-04Fix for [#24118] Hair particles can not be editedJanne Karhu
2010-09-28[#24028] Minor fixes to BLI_math_vectorCampbell Barton
2010-09-28Fix for [#23732] Smoke / load external cache doesn't workJanne Karhu
2010-09-28Fix for own recent commit 32147Janne Karhu
2010-09-28Fix for [#24031] Baked Physics with Phsics set to NO can't be freedJanne Karhu
2010-09-27Fixed: Showing pointcached frames in the timeline was terribly slow when usin...Janne Karhu
2010-09-14Fix for [#23794] Particle System + FS Motion Blur corrupts some frames and po...Janne Karhu
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-24bugfix [#22988] Duplicating Lights by Frame Causes HangupCampbell Barton
2010-07-14pointcache support for relative external paths with the useual // prefix as w...Campbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-05-18dont use a thread for baking in background mode, its not really any advantage...Campbell Barton
2010-05-12merge of last commit to trunkJoseph Eagar
2010-05-11fix for crash reading pointcache, was reading over the buffer size, use lzo1x...Campbell Barton
2010-05-06option to use the linked path or the local path for pointcache.Campbell Barton
2010-05-03Fix [#22199] Cloth Cache Panel > Disk Cache doesn't workMatt Ebb
2010-04-29NULL check for pointcache. not sure this should be fixed elsewhere, commented...Campbell Barton
2010-04-22only override start and end frames with particle's if the partices are emitte...Campbell Barton
2010-04-21option to use curve point weights to influence particle effectors.Campbell Barton
2010-04-16fix for own mistake, from r27961.Campbell Barton
2010-04-14Testing for the need to quick cache was causing slowdowns on files with many ...Janne Karhu
2010-04-13Fix for [#21983] Entering Particle Edit mode crashJanne Karhu
2010-04-02Set Scenes and PhysicsCampbell Barton
2010-03-30Baking for dupligroup & linked library objectsBrecht Van Lommel
2010-03-26Purging compiler warningsJoshua Leung
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Big cleanup of particle system core, also some minor pointcache cleanup. Shou...Janne Karhu
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
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-09Point cache optimization: only cache particles that are alive.Janne Karhu
2010-03-08image re-project now uses offscreen render function and has input for render ...Campbell Barton
2010-02-25Fix for [#19955] 2.5 Particles are calculated wrong when object has any trans...Janne Karhu
2010-02-12correct fsf addressCampbell Barton
2010-02-07Smoke: Patch #20955 / fix by Damien Plisson (damien78)Daniel Genrich
2010-01-25Smoke: The well known Miika Hämäläinen (aka MiikaH) patch (http://blendera...Daniel Genrich
2010-01-14spelling errors, no real changes to code.Campbell Barton
2009-12-04Null check for baking progressend functionMartin Poirier
2009-12-04* Fix for incorrect disabling after baking cloth simMatt Ebb
2009-11-10Math LibBrecht Van Lommel
2009-10-15typing in non-existant dirs now goes back to the previous dir. (also for book...Campbell Barton
2009-10-05General particle bug fixes + few small goodiesJanne Karhu
2009-10-01Unified effector functionality for particles, cloth and softbodyJanne Karhu