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-08-15use more BLI math functions.Campbell Barton
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-25Fix for [#22167] Hair lattice only works with dynamic hairJanne Karhu
2010-07-17Revert part of commit 29079, cleanup of particle path drawing logicBrecht Van Lommel
2010-07-13fix for crash when psys_get_dupli_texture() was called on a subsurf mesh with...Campbell Barton
2010-06-30Bugfix: effector weights were not copied when copying particle settings.Brecht Van Lommel
2010-05-30Some cleanup of particle path drawing logic:Janne Karhu
2010-05-05make a dummy billboard if its velocity or vector are nan/infCampbell Barton
2010-05-05billboards were using un-initialized memory and avoid divide by zero in some ...Campbell Barton
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-21option to use curve point weights to influence particle effectors.Campbell Barton
2010-04-17bugfix and cleanupCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-04Fluid physics for particles by Raul Fernandez Hernandez (Farsthary) and Steph...Janne Karhu
2010-03-22Fix for child drawing bug reported in the comments of [#21103] Updating bugs ...Janne Karhu
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-09Point cache optimization: only cache particles that are alive.Janne Karhu
2010-02-14Fix #20400: hair particles do not render when in "particle mode"Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-01-15- particle drawing was using invalid memory with weights.Campbell Barton
2010-01-14no-functional change - use interpolation functions where possible.Campbell Barton
2010-01-14particle weight brush back (mostly the same as in 2.4x), needed to control lo...Campbell Barton
2010-01-12- bugfix [#20654] the property edge_face_count of the Mesh-Object does not workCampbell Barton
2010-01-12bugfix for particle editmode operators from (Janne Karhu)Campbell Barton
2009-12-30Fix for [#20430] Boids options for Flying and climbing do not workJanne Karhu
2009-12-26Fix for [#20458] Segmentation fault when trying to enable Hair dynamicsJanne Karhu
2009-12-26Particles bug fix: using virtual parents for child particles crashed in some ...Janne Karhu
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-07Particles: child editing bugfixesBrecht Van Lommel
2009-11-28py/rna apiCampbell Barton
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-06- removing the last particle system now exits particle edit mode.Campbell Barton
2009-11-04Sculpt: derivedmesh no longer created CD_ORIGINDEX layer when thereBrecht Van Lommel
2009-10-29Smoke:Daniel Genrich
2009-10-22Shape KeysBrecht Van Lommel
2009-10-18Bug fixes:Janne Karhu
2009-10-15move view3d keymaps so edit&paint mode keymaps override removed workaround th...Campbell Barton
2009-10-05General particle bug fixes + few small goodiesJanne Karhu
2009-10-01Texture stack influences are now all separate values, and negativeBrecht Van Lommel
2009-10-01Unified effector functionality for particles, cloth and softbodyJanne Karhu
2009-09-18Move some static math functions out of paint_image.c into arithb.cCampbell Barton
2009-09-18Particles cleanup, optimizations and some small new stuff.Janne Karhu
2009-09-17Warning fixes for blenkernel and editors.Brecht Van Lommel
2009-09-12Use curve radius for pathsCampbell Barton
2009-09-12new struct PathPoint for each path element (replaces float[4]), Paths now sto...Campbell Barton
2009-09-11svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r23043:23119Campbell Barton