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-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28fix [#35509] MedianPoint choice has bad normalsCampbell Barton
2013-05-28code cleanup: remove old/unused bmesh bevel transform mode, remove commented ...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-21fix own bug [#35451] Extrude -> Grab -> Cancel -> CrashCampbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-16workaround for loopselect-slide (with multicut enabled) changing from vertex-...Campbell Barton
2013-05-13fix [#35326] Even edge slide on open edge crashes BlenderCampbell Barton
2013-05-12Fix for [#35238] Blender does not save custom orientations from "view"Bastien Montagne
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-05-11Fix #35292: edge slide slow with big image in image editor. Avoid redrawing theBrecht Van Lommel
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-05-01use 'normal' orientation rather then 'local' with individual origins to use t...Campbell Barton
2013-04-30fix [#35156] Edge slide gg shortcut brings up wrong settings.Campbell Barton
2013-04-28fix for bug with edge-slide doing UV correction when the faces connected to o...Campbell Barton
2013-04-28simplify projectEdgeSlideData(), was doing unneeded looping, remove and remov...Campbell Barton
2013-04-25ruler snap adjustmentsCampbell Barton
2013-04-24rna api function scene.ray_cast now returns the object and its matrix (incase...Campbell Barton
2013-04-24allow to scale and rotate from edge/vertex slide. Campbell Barton
2013-04-24fix for crash changing transform modes rotate/edge-slide/grab. setCustomPoint...Campbell Barton
2013-04-24simple optimizations for bvhtree_from_mesh_faces() for editmesh, was quite in...Campbell Barton
2013-04-24alternate fix for [#24887] - r33294.Campbell Barton
2013-04-23Fix #35056: crash running bpy.ops.transform.rotate() in background mode.Brecht Van Lommel
2013-04-23fix [#35007] clipping border errorCampbell Barton
2013-04-22fix for scaling on individual center in mesh editmode when the object has non...Campbell Barton
2013-04-22fix own mistake updating edge slide, even edge-slide was brokenCampbell Barton
2013-04-22tweak to vertex slide drawing, reduce line alpha, could cover vertex and make...Campbell Barton
2013-04-20fix for glitch in object drawing, color of texspace was last used editmode dr...Campbell Barton
2013-04-19style cleanup: edge slideCampbell Barton
2013-04-19fix for bug where edge slide could set mouse start/end points to the same val...Campbell Barton
2013-04-19fix for incorrect edge slide interpolation at loop endpoings with ngons.Campbell Barton
2013-04-19fix [#35009] Edge/Vertex Slide issue using G-G.Campbell Barton
2013-04-19code cleanup: edge slide, avoid building BVH tree, more logical var names.Campbell Barton
2013-04-19fix for incorrect edge loop slide direction when one of the loop sides was lo...Campbell Barton
2013-04-19code cleanup: remove unused vars in edge slide, only store the initial vertex...Campbell Barton
2013-04-19simple optimization, replace BM_face_other_edge_loop() with BM_loop_other_edg...Campbell Barton
2013-04-18style cleanupCampbell Barton
2013-04-18use modified vertex coords for calculating display thickness and intersections.Campbell Barton
2013-04-17Don't use auto vectorization for MinGW-w64. It may be a source forAntony Riakiotakis
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16move editmesh_bvh.c into blenkernel.Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-14bmesh operators: use operator type-flag to specify which operations require n...Campbell Barton
2013-04-14modify snapObjectsRayEx() to use a pointer to 'ray_dist' rather then passing ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-12fix for own recent addition of transform indervidual-axis in editmode, not wo...Campbell Barton
2013-04-11make scene.ray_cast() behave like object.ray_cast(), add distance arg to snap...Campbell Barton
2013-04-11py api:Campbell Barton
2013-04-11correction to own recent changes to exitmode using axis-matrix, fallback to o...Campbell Barton
2013-04-08fix for own mistake in recent adjustments to transform, local without individ...Campbell Barton