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
AgeCommit message (Expand)Author
2014-06-19Python: Remove deprecated uses of os.popenCampbell Barton
2014-06-02Improve behavior of Setup Tracking Scene when default nodes exists in the treeSergey Sharybin
2014-06-02Fix possible issues when blender is compiled without CyclesSergey Sharybin
2014-06-02Keep active layer when setting up tracking sceneSergey Sharybin
2014-05-23Transfer shape keys wasn't checking for mesh typesCampbell Barton
2014-05-21use C style string formattingCampbell Barton
2014-05-06Minor tweak to previous commit:Antony Riakiotakis
2014-05-06Related to T39950.Antony Riakiotakis
2014-05-01Fix some dummy formating issue (breacks i18n message processing).Bastien Montagne
2014-04-28Fix T39806: Koro rig (Caminandes) wrong in master, worked in 270(a).Bastien Montagne
2014-04-25Fix T39886: Transformed parents of Rigid Bodies cause problems with Bake To K...Sergej Reich
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-04-24Smart UV Project: don't rotate islands which are almost squareCampbell Barton
2014-04-15Fix my last commit cad4bfe: Added 'use_' prefix to Freestyle edge/face mark p...Tamito Kajiyama
2014-04-03Fix T37509: regression in smart-uv island orientationCampbell Barton
2014-04-03Code cleanup: styleCampbell Barton
2014-03-17Fix T31598: smart UV failed for small facesCampbell Barton
2014-02-27RNA: rename matrix_for_frame -> matrix_from_frameCampbell Barton
2014-02-26Fix 3D tracks to mesh not aligning mesh properlySergey Sharybin
2014-02-26WM: hide screen management and ndof operators from seach popupCampbell Barton
2014-02-26Fix T38548: Edit externally always uses first frame onlySergey Sharybin
2014-02-25Use string escaping when renaming custom propertiesCampbell Barton
2014-02-19Fix for Copy Settings From Active TrackSergey Sharybin
2014-02-19Added track weight to presetsSergey Sharybin
2014-02-19Added an option to camera preset to include/exclude focal length from the presetSergey Sharybin
2014-02-19Code cleanup: styleCampbell Barton
2014-02-18Python: remove redundant len() useCampbell Barton
2014-02-13Code cleanup: styleCampbell Barton
2014-02-12Code cleanup: replace WM_OT_ndof_sensitivity_change -> WM_OT_context_scale_floatCampbell Barton
2014-01-18Code Cleanup: py script float comparisonsCampbell Barton
2014-01-17Rigidbody: Add missing properties to "Copy Rigid Body Settings" operatorSergej Reich
2014-01-17Fix T36190: Rigid Body bake to keyframes bakes wrong the rotations.Sergej Reich
2014-01-17Oops! Should have double checked before pushing that last commit.Joshua Leung
2014-01-17Fix T38157: Rigid body, crazy f-curves after bake to keyframesJoshua Leung
2014-01-17Code Cleanup: avoid bpy.context when its passed in as an argCampbell Barton
2014-01-15Fix a bunch of UI string issues...Bastien Montagne
2014-01-14Fix T38205, typo in Add Torus operator.Thomas Dinges
2014-01-11Fix T38145: python error popup when pressing shift+Z in blender game mode.Brecht Van Lommel
2014-01-08UV Unwrap: smart uv unwrap would fail still on some very small facesCampbell Barton
2014-01-07Object Operators: make-dupliface and join-uvs weren't using UNDO.Campbell Barton
2013-12-26Usual minor UI messages fixes...Bastien Montagne
2013-12-22Fix for extrude poll functions not checking active objectCampbell Barton
2013-12-18Error in last commitCampbell Barton
2013-12-18Style CleanupCampbell Barton
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-17Fix T37103: Keyframing custom properties issue (FCurve would not reflect Cust...Bastien Montagne
2013-12-14Code cleanup: Remove Blender 2.4x animation player preset, since we have the ...Thomas Dinges
2013-12-13Changed label to use UV Maps instead of UV Layoutsgaiaclary
2013-12-12Fix T37692: Follow active quads failed on unselected-active-faceCampbell Barton
2013-12-10Missed one usage of use_hidden_preview.Jeroen Bakker