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-24bugfix [#24887] Crash on snapping verts on other objectCampbell Barton
2010-11-24Bugfix #24887Ton Roosendaal
2010-11-24fix for crash canceling fly mode.Campbell Barton
2010-11-24Bugfix #24847Ton Roosendaal
2010-11-24Typo in commit... for some reason rna_xx.c files compile without warning?Ton Roosendaal
2010-11-24add a window manager to files loaded from 2.4x in background mode. (partial f...Campbell Barton
2010-11-24Bugfix #23576Ton Roosendaal
2010-11-24Fix #24782: proxy armature Layer state not saved with file. Was in 2.4x butBrecht Van Lommel
2010-11-24correction while looking into another bug, setup_app_data() will always free ...Campbell Barton
2010-11-24fix [#24879] "Feather" symmetry option in sculpt mode crashes.Campbell Barton
2010-11-24when fail to read a blend, report the filepath too, less confusing when chain...Campbell Barton
2010-11-24Fix for [#24877] Cloth + hair bugJanne Karhu
2010-11-24Fixes for [#24862] Fluid Simulator issuesJanne Karhu
2010-11-24bugfix [#23871] OSX panel button bug (Python Namespace issue)Campbell Barton
2010-11-24Reverting revision 33120, which added vram monitoring. The method used had so...Mitchell Stokes
2010-11-24When exporting images also add the string name (attribute). This is optional,...Nathan Letwory
2010-11-23Fix #24834: curves extrude + bevel gave bad normals on rendering.Brecht Van Lommel
2010-11-23Small feature fix: zero-user blocks get indicated with "0" again inTon Roosendaal
2010-11-23Bugfix #24860Ton Roosendaal
2010-11-23use unit system for the grid floor (was only ortho before).Campbell Barton
2010-11-23minor edits to exception formatting (remove ... or \n from suffix)Campbell Barton
2010-11-23fix for typo in mathutils vec.to_track_quat() argument parsing.Campbell Barton
2010-11-23Fix for [#19706] Smoke 'sticks' to Collision objects initial positionJanne Karhu
2010-11-23changes in own recent commit broke MSVC building.Campbell Barton
2010-11-23Changes to the ortho grid drawing based on discussion with Ton.Campbell Barton
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