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
path: root/source
AgeCommit message (Expand)Author
2016-04-16Removed tool settings for particle edit mode.Lukas Tönne
2016-04-16Removed remaining uses of the particle edit mode flag.Lukas Tönne
2016-04-16Removed the Main.particle list, used for ParticleSettings ID blocks.Lukas Tönne
2016-04-16Fixed some minor errors in game engine and player.Lukas Tönne
2016-04-16Removed the translation context for particle settings.Lukas Tönne
2016-04-16Removed the ID_PA code used for ParticleSettings.Lukas Tönne
2016-04-16Removed some unused declarations for boids code.Lukas Tönne
2016-04-15Merge branch 'master' into temp_remove_particlesLukas Tönne
2016-04-15Fix T48157: 3D view's depth of field isn't displayed correctly with scene uni...Bastien Montagne
2016-04-15UI: copy to selected: add 'single'/'all' options to buttons' menu when relevant.Bastien Montagne
2016-04-15Code Cleanup: Fix up various odds and endsJoshua Leung
2016-04-15Code Cleanup: Remove unused define left over from earlier versions of this codeJoshua Leung
2016-04-15Remove a leftover from older codeSergey Sharybin
2016-04-15Fix T48151: Brush texture overlay won't refresh automatically in UV editor wh...Bastien Montagne
2016-04-15New freehand curve drawing toolCampbell Barton
2016-04-15Cycles: Support heat volume attributeSergey Sharybin
2016-04-15Drivers Editing: Added "Copy/Paste" buttons beside "Add Variable" for copying...Joshua Leung
2016-04-15NLA Copy/Paste Modifiers: Apply similar fixes as those done in Graph EditorJoshua Leung
2016-04-15Fix T42148: Copying/Pasting FModifiers copies to all selected FCurves, not ju...Joshua Leung
2016-04-15FModifiers: Various tweaks for consistency + improved behaviourJoshua Leung
2016-04-15FModifiers: "Add Modifiers" in Graph/NLA Editor buttons now uses a dropdown i...Joshua Leung
2016-04-15Code Cleanup: Add proper defines (with ANIM_* prefix) for animation-related c...Joshua Leung
2016-04-15Graph Editor: Move "View" panel to be the lastJoshua Leung
2016-04-14Compositor: Fix image and render layer always extending edgesSergey Sharybin
2016-04-14Remove redundant abs ray/line point functionsCampbell Barton
2016-04-14Math Lib: ray_point_factor_v3 functionsCampbell Barton
2016-04-13Removed remaining use of pointers to particle types as well as boids headers.Lukas Tönne
2016-04-13Partially revert 82ec9c87a7d8ee28b65555c7fcbd8cdb156249e9, to add back point ...Lukas Tönne
2016-04-13Removed particle DNA.Lukas Tönne
2016-04-13Removed particle system and particle instance modifiers.Lukas Tönne
2016-04-13Removed blenkernel particle code.Lukas Tönne
2016-04-12Removed most particle system code from RNA.Lukas Tönne
2016-04-12Fix T47754: Meshes glitch on cycling Viewport Shading mode with Linked GroupsSergey Sharybin
2016-04-12Missed last commitCampbell Barton
2016-04-12Removed all direct uses of BKE_particle.h and DNA_particle_types.h from sourc...Lukas Tönne
2016-04-12Removed remnants of particle draw code.Lukas Tönne
2016-04-12Fix T47443: Circle & UV Sphere aren't alignedCampbell Barton
2016-04-12Removed particle operators API and point cache operators.Lukas Tönne
2016-04-12Removed particle operators from editors/physics/.Lukas Tönne
2016-04-12Cleanup: use boolCampbell Barton
2016-04-11Fix T48084: Solidify uses alternate quad-directionCampbell Barton
2016-04-11Fix T48082: Unwrap overwrites face selectionCampbell Barton
2016-04-11BGE: Fix T48071: Global logic managerPorteries Tristan
2016-04-10Docs: comment on line-sphere intersectionCampbell Barton
2016-04-09Cleanup a bit particle distribution code.Bastien Montagne
2016-04-09Fix T47983, Take II: Particles - Emit from Verts emits double on one vert.Bastien Montagne
2016-04-08Fix T48088: Reproducible crash: Edges + Array Mod + Hair Particles.Bastien Montagne
2016-04-08Fix broken by D1880 line stipple deactivationAlexander Romanov
2016-04-08Wide lines + line stipple deprecated API replacementAlexander Romanov
2016-04-06Cycles: Fix compilation error of Hair BSDF GLSL shaderSergey Sharybin