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-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
2013-04-15minor edits to DM_update_weight_mcol(), skip getting vars when in editmode, a...Campbell Barton
2013-04-15Removed the extra ntree->update flag check in lib_verify_nodetree in readfile...Lukas Toenne
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-14BGE: Cleaning up BL_ShapeDeformer's use of Blender's Key. This also fixes a b...Mitchell Stokes
2013-04-14Freestyle stroke rendering is now done before lens flare. Suggested by Ton o...Tamito Kajiyama
2013-04-14Fix for r55961 which revered texture icons fix at r55499Sergey Sharybin
2013-04-14== FFMPEG / Canon DSLR footage workaround ==Peter Schlaile
2013-04-14code cleanup: minor changes, clang checker option for exact size matches and ...Campbell Barton
2013-04-14correct pyapi function intersect_line_sphere_2d() using 3d vecs when only 2d ...Campbell Barton
2013-04-14fix for tangent curve flipping only doing 2d angle tests.Campbell Barton
2013-04-14Texture stencil:Antony Riakiotakis