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
2008-08-14Merge with r16081Nicholas Bishop
2008-08-14Removed *yet more!* old crufty multires stuff. I think this is all of it now.Nicholas Bishop
2008-08-14Added back the choice between simple subdiv vs. catmull clark for multires.Nicholas Bishop
2008-08-14Removed a bunch of references to the old multires.Nicholas Bishop
2008-08-14Better performance for loading old multires files by blocking multires update...Nicholas Bishop
2008-08-14For loading old files: no need to generate maps for the last level.Nicholas Bishop
2008-08-14_Finally_ got the conversion from old multires files to the new kind working....Nicholas Bishop
2008-08-12New nearest_point_in_tri_surface function.. 50% fasterAndre Susano Pinto
2008-08-12bdiego no 2.47 option for nowJens Ole Wund
2008-08-09Multires doesn't update itself outside of sculptmode now, so switching levels...Nicholas Bishop
2008-08-09Cleanup and refactoring. Removed some duplicate code.Nicholas Bishop
2008-08-08Fix for [#13697] Reactor particles with children doesn't renderJanne Karhu
2008-08-08Fix for [#16671] Moving a metaball that a particle system uses as a object (f...Janne Karhu
2008-08-08Fixing point-face distance to support degenerated tris/quads with area<FLT_EP...Daniel Genrich
2008-08-08Fixed compiling warnings of bvhutils.cAndre Susano Pinto
2008-08-07BVH-KDOP update (merge from shrinkwrap branch): supports raytracing, nearest ...Daniel Genrich
2008-08-07fix for [#17448] Duplicating textures with IPOs doesn't increment IPO user countCampbell Barton
2008-08-06* blenderplayer wasnt useing the scenes frame rate.Campbell Barton
2008-08-06Fix compiler warnings from earlier commit.Ken Hughes
2008-08-05Fix for [#17421] Issue with Displace modifier not updating withBen Batt
2008-08-04Fix for [#17291] Array modifier merge caps leaves a wholeBen Batt
2008-08-04Fix for [#17376] Applying mirror modifier does not respect UV pinning.Ben Batt
2008-08-04Fix for [#17414] Particles doesn't obey to lattice once children are addedJanne Karhu
2008-08-03Bugfix for non working selfcollisions [no 2.47 bugfix]Daniel Genrich
2008-08-03Bugfix for weird + in the code, no idea why it compiled (yet some selfcollisi...Daniel Genrich
2008-08-01Ipo Editor would not allow access to either World or Lamp texture Ipos. Now i...Roland Hess
2008-07-31Fixed the pageup/pagedown sculptmode shortcut keys for switching multires lev...Nicholas Bishop
2008-07-29No long needed here (win64 cleanup)Daniel Genrich
2008-07-29Game Engine: alpha blending and sortingBrecht Van Lommel
2008-07-28Removed mdisps from the default customdata of derivedmeshes since it's no lon...Nicholas Bishop
2008-07-27Merged with r15805Nicholas Bishop
2008-07-27Somewhat hacky support for undo in sculptmode; does a copy of MVert DerivedMe...Nicholas Bishop
2008-07-26Two fixes:Joshua Leung
2008-07-26rolling back 'bad' wind and force scaling compared to particles .. Jens Ole Wund
2008-07-25More speed/memory improvements to multires update.Nicholas Bishop
2008-07-25Reduced the multires memory usage a bit during level creation and level update.Nicholas Bishop
2008-07-25Removed some unneeded data copies made in MultiresDM.Nicholas Bishop
2008-07-25Removed some unused data/functions from the MultiresDMNicholas Bishop
2008-07-25Minor cleanup of some unused multires dataNicholas Bishop
2008-07-24added support for doubles to the id property code, and made the python code u...Joseph Eagar
2008-07-24soft body bug fix own findingJens Ole Wund
2008-07-23== Sequencer ==Peter Schlaile
2008-07-23Fix joining of multires meshes. The resulting mesh always has all the displac...Nicholas Bishop
2008-07-22Fixed rendering multires meshes. Also removed some more old multires code for...Nicholas Bishop
2008-07-22Added a reshape button to the multires modifier. It copies the vertices from ...Nicholas Bishop
2008-07-22Added a copy function for the multires modifier, so duplicating a mesh with m...Nicholas Bishop
2008-07-22Started removing the old multires code. Also removed a few pointers in the DN...Nicholas Bishop
2008-07-21Fix for crash in collisions (introduced *after* 2.46 with my collision recode)Daniel Genrich
2008-07-20[#17356]: Reactor particles makes blender crashDaniel Genrich
2008-07-20Bugfix #16662Ton Roosendaal