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
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton
2013-04-04Two small fixes:Ton Roosendaal
2013-04-01Merged changes in the trunk up to revision 55700.Tamito Kajiyama
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-28I18n: various fixing.Bastien Montagne
2013-03-28fix for loosing recent-files when running 'Copy Previous Settings'.Campbell Barton
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-22Fix for the use_hidden_preview setting in SpaceNode. The application of this ...Lukas Toenne
2013-03-19svn merge ^/trunk/blender -r55372:55392Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-14Fix misguiding menu label and make tooltip more descriptiveGaia Clary
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-03-03Merged changes in the trunk up to revision 54992.Tamito Kajiyama
2013-03-02Use sys.float_info.max instead of float('inf').Tamito Kajiyama
2013-02-25fix for python exception getting the ID from an operator button:Campbell Barton
2013-02-25fix for regression in 'object.shape_key_transfer' operator since BMesh merge,...Campbell Barton
2013-02-24Some UI messages fixes...Bastien Montagne
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
2013-02-24rigidbody: Don't abort connect operator if last selected object is activeSergej Reich
2013-02-21rigidbody: Add option to create chanis for the connect operatorSergej Reich
2013-02-21rigidbody: code cleanupSergej Reich
2013-02-21code cleanup: no need to use list(range()), just use range()Campbell Barton
2013-02-17ribidbody: Fix setting "Bake to Keyframes" start frame above 2Sergej Reich
2013-02-16Merged changes in the trunk up to revision 54594.Tamito Kajiyama
2013-02-10Merged changes in the trunk up to revision 54421.Tamito Kajiyama
2013-02-10pep8 cleanupCampbell Barton
2013-02-07code cleanup: use exist_ok keyword arg to os.makedirs() rather then checking ...Campbell Barton
2013-02-06rigidbody: Use ARROWS empty draw type when creating constraintsSergej Reich
2013-01-29Merged changes in the trunk up to revision 54171.Tamito Kajiyama
2013-01-28fix [#34018] Delete Edge Loop undo works not als expected.Campbell Barton
2013-01-28fix for rigid body assuming active object would be selected, also don't check...Campbell Barton
2013-01-28use more conventional names in rigid body script.Campbell Barton
2013-01-28rigidbody: Don't show dialog for "Connect" operatorSergej Reich
2013-01-28Made the tooltip for rigid body constraint "Connect" operator clearerJoshua Leung
2013-01-27Bunch of fixes for UI messages.Bastien Montagne
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-25rigidbody: Improve add/remove operatorsSergej Reich
2013-01-23code cleanup: dont use 'bpy.context' when 'context' is availableCampbell Barton
2013-01-23rigidbody: Add generic spring constraintSergej Reich
2013-01-23rigidbody: Add rigid body constraintsSergej Reich
2013-01-23rigidbody: Add "Copy Rigid Body Settings" and "Bake To Keyframes" operatorsSergej Reich
2013-01-23rigidbody: Add rigid body simulationSergej Reich
2013-01-17fix for arrow keys being reversed in the snap menu (Ctrl+Shift+Tab)Campbell Barton
2013-01-17show a title in menus triggered by WM_OT_context_menu_enum, also show an icon...Campbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-15Minor UI message fix (from [#33101] Minor interface typo in User Preferences ...Bastien Montagne
2013-01-13simplify WM_MT_context_menu_enum(), use expanded enum property.Campbell Barton
2013-01-13remove TRANSFORM_OT_snap_type, use WM_OT_context_menu_enum instead.Campbell Barton
2013-01-13remove 2.57-windows workaround for WM_OT_copy_prev_settingsCampbell Barton