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
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17Added notifier listener for node editor.Sergey Sharybin
2011-07-17cmake source definitions:Campbell Barton
2011-07-16Fixed crash of multires baker when baking from sculpt mode.Sergey Sharybin
2011-07-16fix for crash with edit armature buttons when no bones were selected (uniniti...Campbell Barton
2011-07-15Fix for [#27307] Blender crashes when loading a new scene while baking fluid ...Janne Karhu
2011-07-13dont include the preview.blend in headless modeCampbell Barton
2011-07-13use linked duplicates in preview.blend to save some space.Campbell Barton
2011-07-13Fix #26704: activating a texture node inside material nodes did not show thatBrecht Van Lommel
2011-07-13Fix #27951: armature edit mode transform panel shows "nothing selected" evenBrecht Van Lommel
2011-07-13Advanced CMake option to build the player without blender: WITH_BLENDERCampbell Barton
2011-07-12Add delete with reconnect feature.Jeroen Bakker
2011-07-10Fix #27926: autokey not working with auto IK, broke this with an earlier bugfix.Brecht Van Lommel
2011-07-09Wrong tooltip for OBJECT_OT_make_links_scene() operator.Ton Roosendaal
2011-07-09fix [#27915] Relax Pose crashes blender on bone with ChildOf constraint in li...Campbell Barton
2011-07-08Fix #27897: mesh with negative scale disappears while sculpting, clippingBrecht Van Lommel
2011-07-08Fix #27902: autokey bones with individual origins transform not working.Brecht Van Lommel
2011-07-07Fix part of #26811: absolute shape keys should not show influence value in list.Brecht Van Lommel
2011-07-07Tiny tweak: hierarchy lines in outliner were nearly invisible. Color isTon Roosendaal
2011-07-06Fix #27879: sequencer didn't draw overlapping strips well, selected were drawnBrecht Van Lommel
2011-07-06Fix #27883: object actions did not get duplicated on full scene copy.Brecht Van Lommel
2011-07-06Fix #27880: sequencer separate images operator lost strip properties likeBrecht Van Lommel
2011-07-05Fix #27848: sequencer strip hard cut looses soft trim on second strip.Brecht Van Lommel
2011-07-05Fix part of #27858: crash trying to apply subsurf modifier as shape key,Brecht Van Lommel
2011-07-05Fix #27846: time extend / E key not work in sequence editor.Brecht Van Lommel
2011-07-05Fix #27810: bones drawn blue in 2.49 file, was still checking stride boneBrecht Van Lommel
2011-07-05Fix #27863: converting curve spline type from python crashes.Brecht Van Lommel
2011-07-05fix [#27862] OpenGL render animation don't respect .png RGB option.Campbell Barton
2011-07-05Fix for [#27347] Particle x-axis mirror editing not working as expected.Janne Karhu
2011-07-04Updated the indent, sorry!Jeroen Bakker
2011-07-04====== Proposal: Nodes property windows enhancement ======Jeroen Bakker
2011-07-04Current situationJeroen Bakker
2011-07-04bind marker camera now uses active object rather then scene camera (was reque...Campbell Barton
2011-07-04Fix #27849: 3D manipulator widget lost on mesh in edge mode.Brecht Van Lommel
2011-07-04Bug report (IRC)Ton Roosendaal
2011-07-04Fix #27850: keyboards with a comma instead of a dot on the numpad now getBrecht Van Lommel
2011-07-03As per discussion: allow bone transforms again for proxy'ed bones.Ton Roosendaal
2011-07-03changed the max decimal points to show from 7 to 6, since with float precisio...Campbell Barton
2011-07-01fix [#27820] foreach_get on bpy_prop_collections returns weird resultsCampbell Barton
2011-07-01Fix #27816: Outliner does not update when parents are clearedSergey Sharybin
2011-06-30fix for own mistake with key shortcuts r37850Campbell Barton
2011-06-30Todo item:Ton Roosendaal
2011-06-30When duplicating nodes in a tree, also copy the links between selected nodes,...Lukas Toenne
2011-06-30improve error report [#27775] External Image Editor Preference does not work Campbell Barton
2011-06-30replace inline loops for get_weights_array with calls to defvert_find_weight()Campbell Barton
2011-06-30minor change in logic for adding a new hook, ignore zero weight verts in a vg...Campbell Barton
2011-06-29fix [#27800] Tooltips for shading mode options the wrong way round.Campbell Barton
2011-06-292.5 Image Buttons Template:Thomas Dinges
2011-06-28RenderEngine API: add self.report() error reporting function for render engines,Brecht Van Lommel
2011-06-28make drawing faces in the UV editor an image space option, re-using the mesh ...Campbell Barton