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-12Added operator to show all armature layers (similar to the 3D ViewJoshua Leung
2011-01-11Bugfix #25580Ton Roosendaal
2011-01-11bugfix - collection index lookups was not working correctly when some items w...Campbell Barton
2011-01-11revert own recent fix for collection length, this is incorrect, the bug needs...Campbell Barton
2011-01-11Bugfix #25581Ton Roosendaal
2011-01-11Bugfix, own testingTon Roosendaal
2011-01-11- Added operator to clear all transforms from Pose Bones. This makesJoshua Leung
2011-01-11bugfix [#25542] do not work? "Bind camera to Markers"Campbell Barton
2011-01-11py/mathutils fix for eternal loop with Matrix.Rotation().Campbell Barton
2011-01-11remove misc unused vars and correct theme name for face angles.Campbell Barton
2011-01-11comment/remove unused vars from particle and multires code.Campbell Barton
2011-01-11use size clamped string copying,Campbell Barton
2011-01-11change rna function action.fcurves.add() so options an enum flag rather then ...Campbell Barton
2011-01-11bugfix [#25577] Ctrl-Z after adding Color Ramp key resets ramp.Campbell Barton
2011-01-11- bpy.data.lamps.new() now takes a type argument since lamp type also sets cl...Campbell Barton
2011-01-11"New Action" Operator:Joshua Leung
2011-01-11tag unused vars.Campbell Barton
2011-01-11Fix [#25575] Collada import problem with Maya2010 exported collada filesNathan Letwory
2011-01-11- Local Markers are now taken into account correctly for operatorsJoshua Leung
2011-01-11Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet EditorJoshua Leung
2011-01-11SVN maintenance.Guillermo S. Romero
2011-01-10action paste properties were assigned to copy operator instead.Campbell Barton
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