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-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
2011-01-08Paint/Sculpt:Nicholas Bishop
2011-01-08Paint/Sculpt:Nicholas Bishop
2011-01-08Fix for bug [#21534] Multires modifier strange deformationsNicholas Bishop
2011-01-07SVN maintenance.Guillermo S. Romero
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07Bug fix: unbaked particle cache was cleared from current frame onwards on fil...Janne Karhu
2011-01-07Revert bump mapping patch for now, backwards compatibility is not good enough,Brecht Van Lommel
2011-01-07Fix #25078: texture mapping options (e.g. size) not working correctly with bump.Brecht Van Lommel
2011-01-07Improved bump mapping patch by M.G. Kishalmi (lmg) and M.S. Mikkelsen (sparky).Brecht Van Lommel
2011-01-07bugfix [#25528] lack of update and crash using hook modifier.Campbell Barton
2011-01-07Bug fix: particle point cache was reset on start frame if particles had grid ...Janne Karhu
2011-01-07New hair child options:Janne Karhu
2011-01-07cmake: share the DNA_*.h list definition between makesrna and makesdnaCampbell Barton
2011-01-07Fix for [#25526] Inmediate crash when changing amount of particles in a parti...Janne Karhu
2011-01-07Fix for [#25506] Hair showing up in places not assigned by a weightmapJanne Karhu
2011-01-07patch [#25440] Object.vertex_group fixin'Campbell Barton
2011-01-07another error in commit r34143, was using the define's 'BLEN' & 'DER_' howeve...Campbell Barton
2011-01-07fix for error in own commit r34143Campbell Barton
2011-01-07- cmake use execute_process, exec_program is deprecated.Campbell Barton
2011-01-07bugfix [#25457] Lack of update on undoing a lattice rigCampbell Barton