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
2011-01-10rna collection sizes for face data layers were invalid.Campbell Barton
2011-01-10[bugfix] Curve tilt button in 3d toolbar showing wrong shortcutLuca Bonavita
2011-01-10Bug fix: effectors in pre 2.5 files didn't work due to a forgotten flag in do...Janne Karhu
2011-01-10bug [#25535] proportional editing bugCampbell Barton
2011-01-10edit to Ton's recent commit, r34177, only use the far clipping as PET max whe...Campbell Barton
2011-01-10callback function ptcache_particle_extra_read() was incorrect type, also fix ...Campbell Barton
2011-01-10comment/remove various unused vars,Campbell Barton
2011-01-10comment unused vars from subsurf code.Campbell Barton
2011-01-10comment dead code from RNA_pointer_create(), was finding the id pointer type ...Campbell Barton
2011-01-10add constraint operatorCampbell Barton
2011-01-10Compiler warning fixes for the same point cache things Joshua tried to fix ea...Janne Karhu
2011-01-10Bug fix: particles dying in collisions could lead to crash in some casesJanne Karhu
2011-01-10Restoring "Pose Markers"Joshua Leung
2011-01-10Bumping up margin for catching marker events in animation editors.Joshua Leung
2011-01-09Viscoelastic springs for sph particle fluids, original patch by Stephen White...Janne Karhu
2011-01-09several cosmetic changes to the node-editorM.G. Kishalmi
2011-01-09Bugfix #25557Ton Roosendaal
2011-01-09Replace uint32_t in pointcache code with unsigned int as it's supported in dnaJanne Karhu
2011-01-09Bugfix #25554Ton Roosendaal
2011-01-09warning from clang, possible crash:Campbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-09use PySequence_Size() rather then PySequence_Length(), this is only kept in p...Campbell Barton
2011-01-09mathutils matrix initialization now matches other mathutils types.Campbell Barton
2011-01-09Bugfix #25547Ton Roosendaal
2011-01-09use PySequence_Fast for matrix slice assignment to speed up assignment.Campbell Barton
2011-01-09py matrix api Campbell Barton
2011-01-09Bugfix #25551Ton Roosendaal
2011-01-09quiet zombie python class warning. bug remains but its not useful to print ou...Campbell Barton
2011-01-09cleanup for mathutils multiplication functions, a little faster in some cases...Campbell Barton
2011-01-09Remove py mathutils Euler.unique() methodCampbell Barton
2011-01-09Fix for [#25544] Blender crashes when changing the particles emission amountJanne Karhu
2011-01-09Fix typo in particle rnaMatt Ebb
2011-01-09stubs.c updates provided by Kupoman.Mitchell Stokes
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-08Bugfix #25525Ton Roosendaal
2011-01-08Bugfix, IRC reportTon Roosendaal
2011-01-08Todo items:Ton Roosendaal
2011-01-08Crash fix, IRC report.Ton Roosendaal
2011-01-08Proportional editing:Ton Roosendaal
2011-01-08Bugfix, own collectionTon Roosendaal
2011-01-08remove unused code & variables.Campbell Barton
2011-01-08fix for crash when converting sequencer profiles with non-float buffers.Campbell Barton
2011-01-08fix for using freed memory with animation/group/ungroup code.Campbell Barton
2011-01-08fixed a case with occlusion where uninitialized variable could be used.Campbell Barton
2011-01-08variable 'pool' could be accessed as NULL, globalPool was allocated but not a...Campbell Barton
2011-01-08Sculpt/Paint:Nicholas Bishop
2011-01-08Paint:Nicholas Bishop
2011-01-08More Windows+mingw compiling fixes:Joshua Leung
2011-01-08Removed some overly agressive (and IMO pointless) "UNUSED(arg)"Joshua Leung
2011-01-08Paint cleanup:Nicholas Bishop