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-14style cleanupCampbell Barton
2013-05-13fix for building with mingwCampbell Barton
2013-05-12bmesh recalculate normals - remove BLI_array reallocation, the max size of th...Campbell Barton
2013-05-12Fix #35319: python 2x2 matrix inverse and adjugate were wrong.Brecht Van Lommel
2013-05-12quiet sign conversion warnings and reduce sign conversion for BLI_string, and...Campbell Barton
2013-05-12correct assert for driver evaluation,Campbell Barton
2013-05-11utility functions to reverse and rotate linklists.Campbell Barton
2013-05-10Fix #35270: files with numbers higher than 2147483648 or with different numbersBrecht Van Lommel
2013-05-10use unsigned ints for edgehashCampbell Barton
2013-05-10Optimize BKE_mesh_calc_normals(), gives approx 25% speedup.Campbell Barton
2013-05-09bmesh: optimize bmesh_vert_separate, redice allocs (best cast it wont do any ...Campbell Barton
2013-05-08more optimal method of calculating the normal for the solidify modifier.Campbell Barton
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-08remove unused define CLAMPTEST, move INPR toCampbell Barton
2013-05-08warn of sign conversions for low level apis - ghash, heap, mempoolCampbell Barton
2013-05-08add matrix multiply for projection that outputs 2d values.Campbell Barton
2013-05-08use unsigned int's for smallhash, avoids using ABS when converting anCampbell Barton
2013-05-06fix for cursor jumping error stepping backwards where the the first character...Campbell Barton
2013-05-05correction for uv template, also some doxygen comment corrections. Campbell Barton
2013-05-03knife sort_by_frac_along was re-calculating the reference factor for every te...Campbell Barton
2013-05-02make rna layer access less cryptic by using ARRAY_HAS_ITEM(), modified this t...Campbell Barton
2013-05-01Fix #35081: opening .blend files with chinese characters not working. ForBrecht Van Lommel
2013-04-30More painting fixes:Brecht Van Lommel
2013-04-30More image painting fixes:Brecht Van Lommel
2013-04-28warning cleanup: assignment to unused vars, r56359 changes how brush falloff ...Campbell Barton
2013-04-28Fix #34233: bad alpha blending for 3D texture painting. Same changes as theBrecht Van Lommel
2013-04-28minor changes, BLI_uvproject_from_view was doing matrix multiply for no reaso...Campbell Barton
2013-04-27BLI_strlen_utf8 was doing size_t / int conversion unnecessarily.Campbell Barton
2013-04-27quiet warning, color blend c file was missing own include, also minor style t...Campbell Barton
2013-04-27Fix part of #34233: bad alpha blending for 2D image painting. This is a veryBrecht Van Lommel
2013-04-27real fix for [#35097], (curve cap flipping).Campbell Barton
2013-04-25style cleanupCampbell Barton
2013-04-25Fix part of #34640: colors darkening when using the vertex paint blur tool.Brecht Van Lommel
2013-04-25minor fixesCampbell Barton
2013-04-24Fix #34783: smoke simulation crash when changing frame while preview rendering.Brecht Van Lommel
2013-04-23remove negated string macros from BLI_utildefines.h, were unused and can just...Campbell Barton
2013-04-22add clip_segment_v3_plane_n() to clip a line segment to planes (as used for v...Campbell Barton
2013-04-22code cleanup: remove duplicate function _det_m3(), clip_line_plane was copyin...Campbell Barton
2013-04-22fix [#35026] Curve build modifierCampbell Barton
2013-04-21utility function volume_tetrahedron(), for mathutils and BLI math.Campbell Barton
2013-04-20revert own change from 56177, game bounds can be useful to see in editmode,Campbell Barton
2013-04-20skip checks in statvis_calc_thickness(). also remove paranoid NULL checks in ...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-17add interp_v3_v3v3v3_uv() to use for use with uv value from isect_ray_tri_v3(...Campbell Barton
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-15rename axis_angle_to_mat3_no_norm() --> axis_angle_normalized_to_mat3().Campbell Barton