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-20Merged changes in the trunk up to revision 51448.Tamito Kajiyama
2012-10-20add TIMEIT_VALUE_PRINT() macro for printing timing between start/end macros.Campbell Barton
2012-10-20code cleanup:Campbell Barton
2012-10-19add option to initialize heap with a known number of elements, since this may...Campbell Barton
2012-10-19small quadric library ported from Laurence Bourn's LOD_decimator LOD_Quadric ...Campbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-10-14fix for error compiling on some platforms: use ll suffix for 64bit ints in BL...Campbell Barton
2012-10-12remove BLI_noise from BLI_blenlib.h, not that many files need this.Campbell Barton
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-07Merged changes in the trunk up to revision 51126.Tamito Kajiyama
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-30Merged changes in the trunk up to revision 50956.Tamito Kajiyama
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-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
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