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
path: root/source
AgeCommit message (Expand)Author
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-17Fix thumbnails not appearing on MinGW64, was actually a mistake onAntony Riakiotakis
2013-04-17Fix for #34911, Compositor with multiple views autozooms to node when creatin...Lukas Toenne
2013-04-17Fix for node editor lib_link and memfile restore (undo): The snode->nodetree/...Lukas Toenne
2013-04-17Fix for render results acquire/release in viewport render, should only releaseBrecht Van Lommel
2013-04-17Bug fix #34974Ton Roosendaal
2013-04-17Don't use auto vectorization for MinGW-w64. It may be a source forAntony Riakiotakis
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-17style cleanupCampbell Barton
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-04-16Set min value for sampling value of freestyle line geometry modifier to 0.Sv. Lockal
2013-04-16Fix: texture scaling for sculpting is different between overlay andAntony Riakiotakis
2013-04-16Fix some names, and move overlay flag to overlay_flags.Antony Riakiotakis
2013-04-16add missing call to flush selection on selecting manifold geometry.Campbell Barton
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-16Fix for line instability with the Polygonization geometry modifier.Tamito Kajiyama
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-16Fix crash rendering environment maps. I think this freestyle code was notBrecht Van Lommel
2013-04-16Fix crash rendering environment maps.Brecht Van Lommel
2013-04-16Fix a few warnings. One was an actual bug in freestyle where stroke attributesBrecht Van Lommel
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-16Cycles Hair: Strand Minimum Pixel SizeStuart Broadfoot
2013-04-15Fix #34978: for cycles, images displayed in the UV editor where coupled to theBrecht Van Lommel
2013-04-15Fix #34975: crash rendering curve/text with modifiers that alter topology,Brecht Van Lommel
2013-04-15Touch properties when clearing/adding to a collection.Sergey Sharybin
2013-04-15Fix for cycles border render optimization commit, render status bar was off b...Brecht Van Lommel
2013-04-15Fix #34967: Display transform makes byte image with alpha=0 blackSergey Sharybin
2013-04-15rename axis_angle_to_mat3_no_norm() --> axis_angle_normalized_to_mat3().Campbell Barton
2013-04-15Fix: when using a search menu with an operator's enum prop, the operator was ...Bastien Montagne
2013-04-15New implementation for twist brushes.Antony Riakiotakis
2013-04-15WIP, jason's patchAntony Riakiotakis
2013-04-15Fix #34972: Blender crashes when Force Field-> Curve Guide is createdSergey Sharybin