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
2010-11-23Cached smoke wasn't being drawn on file load before going to simulation start...Janne Karhu
2010-11-23transform snapping to a unit scaled grid was broken.Campbell Barton
2010-11-23fix [#24870] ObjectActuator.offset_rotation in radiansCampbell Barton
2010-11-23partial fix for [#23532]Campbell Barton
2010-11-23Particle fluid and boid settings didn't have a valid rna path, so they couldn...Janne Karhu
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-23Partial fix for #24773: Material Nodes - there isn't able to set keys on Mapp...Joshua Leung
2010-11-23fix for player with recent update.Campbell Barton
2010-11-23fix for building with mingw/cmakeCampbell Barton
2010-11-23fix for cmake if build flags are not defined.Campbell Barton
2010-11-23Fix #24596: specular toggle on material didn't work correct.Brecht Van Lommel
2010-11-22bugfix [#23609] Lamp PointerPropertyCampbell Barton
2010-11-22Bugfix #24823Ton Roosendaal
2010-11-22More button alignment stuff: campbell had a script that wasTon Roosendaal
2010-11-22Bugfix #24856Ton Roosendaal
2010-11-22bugfix [#20768] Project Snap BrokenCampbell Barton
2010-11-22rna invoke function wm.invoke_confirm() for python access.Campbell Barton
2010-11-22find filepaths operator had blend file and search path swapped.Campbell Barton
2010-11-22Reverting fix for yesterday's commit that broke Undo.Ton Roosendaal
2010-11-22- blend_m3_m3m3 and blend_m4_m4m4 now support matrices with negative scales.Campbell Barton
2010-11-22fix for fix r33219, reports. Set a valid WM after running UNDO.Campbell Barton
2010-11-22rename hide_tooltips_python to show_ ..., tag unused variable with recent seq...Campbell Barton
2010-11-22User preference to hide Python references in Tooltips.Elia Sarti
2010-11-22Fix: 8bit raw and 'blender voxel' voxel data texture formats didn't support r...Matt Ebb
2010-11-21== Sequencer ==Peter Schlaile
2010-11-21Toggle cyclic on when creating segment between first and last points of non-c...Sergey Sharybin
2010-11-21Recalc handles after toggling bezier's cyclic flag when deleting segmentSergey Sharybin
2010-11-21Applying patch #24822: Select linked for curves as for meshes, CTRL + L versionSergey Sharybin
2010-11-21Bugfix #22611Ton Roosendaal
2010-11-21[#22854] Objects lag behind mouse pointer when transformed (translated)Martin Poirier
2010-11-21Bugfix #24837Ton Roosendaal
2010-11-21Bugfix #24825Ton Roosendaal
2010-11-21Fixed missed selection oulines for curves/surfaces/fonts/armature when textur...Sergey Sharybin
2010-11-21- check IF WIN32 AND NOT UNIX (for cygwin)Campbell Barton
2010-11-21Bugfix #24824Ton Roosendaal
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-21- some more rna range corrections Campbell Barton
2010-11-21incorrect argument parsing for python opengl module bgl.Campbell Barton
2010-11-21fix for RNA ranges exceeding the range of the type (INT_MAX used on short's f...Campbell Barton
2010-11-21Changing KX_Camera.perspective didn't actually change the camera's perspectiv...Mitchell Stokes
2010-11-21[#24827] Crash when auto-keyframing while playing animationMartin Poirier
2010-11-20Bugfix #24792Ton Roosendaal
2010-11-20== Multires ==Nicholas Bishop
2010-11-20Cancel edge slide on invalid selection.Martin Poirier
2010-11-20Bugfix #21028Ton Roosendaal
2010-11-20Allow keyframing editmode curve values, also fix a bug where adding a new cur...Campbell Barton
2010-11-20- report python script errors to blender report system, or through operators ...Campbell Barton
2010-11-20Bugfix #24801Ton Roosendaal
2010-11-20region.tag_redraw() broke building with the player.Campbell Barton
2010-11-20WITH_OPENJPEG wasn't defined for CMake or SCons, which meant blender couldn't...Campbell Barton