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
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-10use __restrict for string functions args so the compiler can assume they dont...Campbell Barton
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-08minor edit to type checking macro to avoid clangs static checker tagging the ...Campbell Barton
2012-10-07Fix file descriptor leak in BLI_file_ungzip_to_mem and small memleak in wm_wi...Sv. Lockal
2012-10-07style cleanup: if();Campbell Barton
2012-10-07add type checking for more error prone macros.Campbell Barton
2012-10-07patch [#32556] Stupid endian conversion in avi formatCampbell Barton
2012-10-07Optimization for endian switching, but shifting is a lot faster then using a ...Campbell Barton
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-10-06Color Management: fixed loading configuration from non-ascii pathsSergey Sharybin
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-02fix: path looper was checking the path of old tessface external data rather t...Campbell Barton
2012-10-01mask data is no longer automatically added when sculpting (except when there ...Campbell Barton
2012-09-30Revert changes made to support diffuse color when sculptingSergey Sharybin
2012-09-30style cleanupCampbell Barton
2012-09-27Fix compilation issue on MinGW, thanks to Sergey for the fixAntony Riakiotakis
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-26fix for eternal loop in recursive_operation()Campbell Barton
2012-09-25fix [#32646] Duplifaces can have wrong orientation with ngonsCampbell Barton
2012-09-23Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-09-22rect/point clamping function: BLI_rct*_clamp_pt_vCampbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-19fix MESH_OT_tris_convert_to_quads() limit options (uv and vertex color) were ...Campbell Barton
2012-09-18fix [#32572] Windows: False error on console when a new folder is created dur...Campbell Barton
2012-09-18fix own error BLI_rctf_cent_x/y were incorrectly returning int's, also quiet ...Campbell Barton
2012-09-17Fix compilation for non GCC compilersSergej Reich
2012-09-17Fix compilation issue, also get rid of annoying "_MSC_VER not defined"Antony Riakiotakis
2012-09-17add endian switching to mask shape key loading (loading mask animations betwe...Campbell Barton
2012-09-16Few cleanup in matrix mathutils (make mul_m3_m3m4 and mul_m4_m3m4 consistant ...Bastien Montagne
2012-09-16use the format attribute in more places, disable X11 options when building wi...Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15code cleanup: modify DO_INLINE define to not use __inline with mingwCampbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-12Fix #32031: particle distribution on degenerate faces could give NaN values,Brecht Van Lommel
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-06fix for crash in sequencer introduced with recent cache addition,Campbell Barton
2012-09-06code cleanup: BM_face_legal_splits() was doing some redundant assignments.Campbell Barton
2012-09-05add missing files from cmakes listsCampbell Barton
2012-09-04fix for building on msvc2008 (also style cleanup)Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h an...Campbell Barton
2012-09-03array functions for endian switching.Campbell Barton
2012-09-03add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI...Campbell Barton
2012-08-29code cleanup: add utility function BLI_path_is_rel()Campbell Barton