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-10-03rigidbody: Flag bodies for validation when changing shapeSergej Reich
2013-10-03fix crash in editmesh edge-dissolve, when 2 faces shared multiple edges, free...Campbell Barton
2013-10-03freeing mempool elements now fills freed memory with --debug for debug builds.Campbell Barton
2013-10-03Changed some labels from Second Life to OpenSimGaia Clary
2013-10-03fix for crash dissolving faces, bmesh walkers were using freed mempool elements.Campbell Barton
2013-10-03Fix crash starting game engine on linuxSergey Sharybin
2013-10-03add cmake option WITH_MEM_VALGRIND, helps to track down errors with mempool u...Campbell Barton
2013-10-03yet another instance dissolve deletes verts it loops over.Campbell Barton
2013-10-03overlapping faces made join-triangles fail, check for this case and silently ...Campbell Barton
2013-10-03addition to r60523 missed using BM_ITER_MESH_MUTABLE in one place.Campbell Barton
2013-10-03fix [#36923] Merge / Delete vertices crashes for some meshesCampbell Barton
2013-10-03remove assert recently added to EDBM_backbuf_check and explain odd logic.Campbell Barton
2013-10-03fix bug in ED_vgroup_subset_from_select_type, setting negative index in boole...Campbell Barton
2013-10-03add debug mode assert if mesh-data is removed while iterating over it. (can c...Campbell Barton
2013-10-03fix [#36924] Calling .define(...) on Macro subclass crashes Blender, if subcl...Campbell Barton
2013-10-03console: shift pad-enter now clears the line too.Campbell Barton
2013-10-03adjustments to sculpt cache scaling code, (float/double promotion)Campbell Barton
2013-10-03real fix for #36695, scale brush stroke with maximum scale component,Antony Riakiotakis
2013-10-03Fix an own regression introduced in the dyntopo cleanup commits. Do notAntony Riakiotakis
2013-10-03Revert 60358, it made irregularly scaled objects behave incorrectly, checking...Antony Riakiotakis
2013-10-02OSX/GHOST: fix own issue in 60510, should now (hopefully) cover all multiple ...Jens Verwiebe
2013-10-02Fix #36316: dots in cycles render on certain CPUs with 32 bit linux builds.Brecht Van Lommel
2013-10-02OSX/GHOST: refine #60409 and better take multiple windows into accountJens Verwiebe
2013-10-02Fixes for cycles Mapping and Vector Transform node:Brecht Van Lommel
2013-10-02fix [#36919] Cannot delete keyframe of animated simulation parameter if simul...Campbell Barton
2013-10-02re-shuffle ifdef for osx to make it more clearCampbell Barton
2013-10-02OSX: readd ctrl-a for 'select all' in text(-boxes) against my own conviction ...Jens Verwiebe
2013-10-02Fix cycles OpenCL compile error on AMD, and fix assert in debug builds.Brecht Van Lommel
2013-10-02Bugfix: All actions created when keyframing now have their "id-root" set appr...Joshua Leung
2013-10-02libmv: fix matrix address being printed instead of actual valuesSergey Sharybin
2013-10-02fix [#36913] GHASH_FLAG_ALLOW_DUPES assert and crash in Edge CollapseCampbell Barton
2013-10-01fix regression - convex hull tool leaving new faces unselected.Campbell Barton
2013-10-01OSX/keys: change to OSX conform cmd-a for 'select-all' in text(-boxes)Jens Verwiebe
2013-10-01style edits and use macro for prefix checkCampbell Barton
2013-10-01bugfix [#32346] Node animation, removing nodes keeps FCurves.Dalai Felinto
2013-10-01allow knife-project to use sub-pixel length edges.Campbell Barton
2013-10-01Fix use of uninitialized variable in recent node tree changes.Brecht Van Lommel
2013-10-01Fix blender internal viewport render not using color management settings likeBrecht Van Lommel
2013-10-01UV sculpting was missing curve initialization causing crashes. ReportedAntony Riakiotakis
2013-10-01Optimization for recent changes in keyframe selectionSergey Sharybin
2013-10-01change to ED_armature_bone_rename so theres never any duplicates dictionary i...Campbell Barton
2013-10-01add assert for bone renaming, to check if the chanhash is still valid.Campbell Barton
2013-10-01fix [#36906] AutoName operator do not update the display of the bone's name i...Campbell Barton
2013-10-01Fix issues reported by coverity scan in recent changes to customdata code.Brecht Van Lommel
2013-10-01fix [#36435] Crash on unwrap with specific meshCampbell Barton
2013-10-01make the manipulator work with curve handle selections with normal orientatio...Campbell Barton
2013-10-01check SELECT flags for curves (was checking for nonzero which would break if ...Campbell Barton
2013-10-01fix for bug own recent commit [#36904] Snap to Volume is broken with ArmatureCampbell Barton
2013-10-01replace inline searches for BLI_findindexCampbell Barton
2013-10-01Fix issues according to codereview pageSergey Sharybin