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-12-14Do not use dot at the end of descriptionv2.61Sergey Sharybin
2011-12-132.61 tag: translations external now points to tag, alpha header fix merged.Brecht Van Lommel
2011-12-13First Blender 2.61 commit! (Sneaked in quick tooltop fix too).Ton Roosendaal
2011-12-13Do not switch to safe malloc if tracking sequenceSergey Sharybin
2011-12-13Disallow link/append when in edit modeSergey Sharybin
2011-12-13Fix cycles compile for win32.Miika Hamalainen
2011-12-13Small typo fix for tooltip of FModifier.blend_outJoshua Leung
2011-12-13Fixed crash when tracking several tracks manuallySergey Sharybin
2011-12-13Buildbot tweaks:Sergey Sharybin
2011-12-13Fix #29594: cycles NaN values with window coordinates mapping.Brecht Van Lommel
2011-12-13Cycles: require Experimental to be set to enable CUDA on cards with shader modelBrecht Van Lommel
2011-12-13OSX: proper scons config and linking weak for jackOSX and errorhandlingJens Verwiebe
2011-12-13correction to report messageCampbell Barton
2011-12-12add WM_operator_call_notest() for operators that need to call themselves with...Campbell Barton
2011-12-12Fix #29603: Mode switch on linked objectsSergey Sharybin
2011-12-12fix [#29537] file/save crashes when target path isnt foundCampbell Barton
2011-12-12Fix #29600: Hook actions wrong Tool Shelf adjustSergey Sharybin
2011-12-12Fix #29599: Side of Active tool not working in Faces/EdgesSergey Sharybin
2011-12-12fix for 2 crashes running operators in background mode.Campbell Barton
2011-12-12not all filepaths had the FILE_PATH subtype, this means using non utf8 paths ...Campbell Barton
2011-12-11fix for bpy.path.abspath() on windows when the library argument was set and i...Campbell Barton
2011-12-11fix [#29579] Redo brolken when jobs are runningCampbell Barton
2011-12-11fix for accessing the keying set menu as an enum rather than in intCampbell Barton
2011-12-11Set lens settings to blender's camera on "Setup Tracking Scene" operatorSergey Sharybin
2011-12-11Fix #29574: Strange crash using translated BlenderSergey Sharybin
2011-12-11SCA: Scene Actuator text errorDalai Felinto
2011-12-11missing config_freebsd.h from cmake file listCampbell Barton
2011-12-11delta scale default was still left at 0.0Campbell Barton
2011-12-11remove unused function, found when syncing with bmesh, also remove/comment so...Campbell Barton
2011-12-10In the node space context update function: Properly clear the snode->edittree...Lukas Toenne
2011-12-10Fix #29516: Twist brush giving crazy resultsSergey Sharybin
2011-12-10Fixed for movieclips tag function which was tagging wrong listSergey Sharybin
2011-12-10Bugfix [#29567] Second Hook Modifier fails on Curve ObjectJoshua Leung
2011-12-10Compile fix for r.42546 typoJoshua Leung
2011-12-10disabling DM_calc_auto_bump_scale() until after releaseMorten Mikkelsen
2011-12-10picky edits & regen man pageCampbell Barton
2011-12-10fix for error in bpy_extras.image_utils.load_image() when the image file exis...Campbell Barton
2011-12-10verify existence of dmMorten Mikkelsen
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-12-10fix for bpy_extras.image_utils.load_image() making a placeholder image when p...Campbell Barton
2011-12-10check for weights outside of 0-1 range when validating weightsCampbell Barton
2011-12-09Fix #29558: Selecting similar edges doesn't workSergey Sharybin
2011-12-09Fix for recent rna rename of global to use_globalSergey Sharybin
2011-12-09Fix for select similar vertices operator: it's exec used to return selection ...Sergey Sharybin
2011-12-09Mesh drawing optimization and fixes:Sergey Sharybin
2011-12-09global is python keyword so cant use as operator argument,Campbell Barton
2011-12-09went over all uses of MDeformWeight.def_nr and made sure the value is clamped...Campbell Barton
2011-12-09function de-duplicate, particle.c had 'vert_weight' which serves the exact sa...Campbell Barton
2011-12-09another possible fix for bug [#29521], all callers of flip_side_name(...), as...Campbell Barton
2011-12-09BKE_mesh_validate_arrays was correcting non-finite verts and zero normals eve...Campbell Barton