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-23Allow hiding separate hiding of overlays on stroke.Antony Riakiotakis
2013-04-23Add stencil control for mask overlay. Key combinations are the same asAntony Riakiotakis
2013-04-23Overlay fixes:Antony Riakiotakis
2013-04-23Fix part of #34882: mesh active face not drawing stippled with the mirror mod...Brecht Van Lommel
2013-04-23Overlay refactor:Antony Riakiotakis
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-22fix [#35026] Curve build modifierCampbell Barton
2013-04-22Support more mapping modes for alpha masks. Tiled, stencil and randomAntony Riakiotakis
2013-04-22Fix #35039: two other issues with curve capsSergey Sharybin
2013-04-20Removed the group_tree_idname property from node types. This was a bit of a h...Lukas Toenne
2013-04-20skip checks in statvis_calc_thickness(). also remove paranoid NULL checks in ...Campbell Barton
2013-04-20fix [#35025] Mesh Debug samples strange behaviorCampbell Barton
2013-04-19Bring back support of FFmpeg >= 0.7Sergey Sharybin
2013-04-19Fix #34818: Sculpting Mode only rotates around geometry origin (bring bug back)Sergey Sharybin
2013-04-19Fix for bug reported by Dalai Felinto on IRC, crash in blenderplayer after r5...Lukas Toenne
2013-04-18fix for problem with too low epsilon when calculating thickness, also increas...Campbell Barton
2013-04-18add display mode for sharp edges.Campbell Barton
2013-04-18code cleanup: removed unneeded null check in object drawing, some warnings, s...Campbell Barton
2013-04-18Fix for #35010, Node Groups don't show up anymore in Material Surface. Fixing...Lukas Toenne
2013-04-18fix range for face distortion and display for concave ngons.Campbell Barton
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-18add mesh distort display mode (highlights distorted faces)Campbell Barton
2013-04-18make bmbvh call BM_mesh_elem_index_ensure(), further calls to utility functio...Campbell Barton
2013-04-18style cleanupCampbell Barton
2013-04-18use modified vertex coords for calculating display thickness and intersections.Campbell Barton
2013-04-18bmbvh was allocating an array for vert coords but not using it, removed.Campbell Barton
2013-04-18fix for BMBVH_USE_CAGE option,Campbell Barton
2013-04-18Support object scale for mesh display options. (currently only uniform scale ...Campbell Barton
2013-04-17display options to help with 3d printing.Campbell Barton
2013-04-17add function BKE_bmbvh_find_face_segment()Campbell Barton
2013-04-17code cleanup: bmesh bvhCampbell Barton
2013-04-17add interp_v3_v3v3v3_uv() to use for use with uv value from isect_ray_tri_v3(...Campbell Barton
2013-04-17text editor reload no-longer resets scroll & cursor - annoying when making tw...Campbell Barton
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-04-16Fix some names, and move overlay flag to overlay_flags.Antony Riakiotakis
2013-04-16fix for BKE_bmbvh_ray_cast() returning one of the vertices normals rather the...Campbell Barton
2013-04-16add distance arg to BKE_bmbvh_ray_cast(). currently unused.Campbell Barton
2013-04-16Option to hide overlay during a stroke. To enable, press the brush iconAntony Riakiotakis
2013-04-16bmesh speedup for bvh building, replace SmallHash with BLI_bitmap, using a ha...Campbell Barton
2013-04-16Fix crash when no brush is active. Reported by Francesco Siddi, on ircAntony Riakiotakis
2013-04-16skip calling BKE_editmesh_tessface_calc() from BKE_bmbvh_new(), also quiet fl...Campbell Barton
2013-04-16Fixed compilation error with gcc 4.4 and 4.5Sergey Sharybin
2013-04-16use psys->seed for smoke random number generator, increase size of MATHUTILS_...Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16move editmesh functions out editderivedmesh.c into editmesh.cCampbell Barton
2013-04-16move editmesh_bvh.c into blenkernel.Campbell Barton
2013-04-16Compile fixes for recent commitsAntony Riakiotakis
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-15Fix #34972: Blender crashes when Force Field-> Curve Guide is createdSergey Sharybin
2013-04-15minor edits to DM_update_weight_mcol(), skip getting vars when in editmode, a...Campbell Barton