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-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-12Fix #33485: cycles OSL now autodetects the presence of emission and transparentBrecht Van Lommel
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-12-12use openmp to thread some common bmesh operationsCampbell Barton
2012-12-12assert in debug builds if MEM_ alloc's are called in openmp threads.Campbell Barton
2012-12-12replace BLI_array_declare with BLI_array_staticdeclare() and BLI_array_alloca...Campbell Barton
2012-12-12Fix for cloth/smoke: Collision and flow objects always had to be on the same ...Daniel Genrich
2012-12-11Install dependencies used to always mark schro as used for suse.Sergey Sharybin
2012-12-11OSL Shader Files:Thomas Dinges
2012-12-11change to r52888, since we dont always want ED_view3d_offset_distance() to gi...Campbell Barton
2012-12-11fix for building with msvcCampbell Barton
2012-12-11image stamp data's strings could be short enough not to fit the entire ID nam...Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-11fix for warnings/errors in recent commitsCampbell Barton
2012-12-11Bug fix, irc report:Ton Roosendaal
2012-12-11Cycles OSL: add diffuse_ramp closure in addition to phong_ramp.Brecht Van Lommel
2012-12-11Cycles: RGB and Vector Curves nodes now supported, with the limitation that theBrecht Van Lommel
2012-12-11Cycles: trick to make building with OSL trunk work as well, it has a differentBrecht Van Lommel
2012-12-11RNA: add Window x/y position and size access.Brecht Van Lommel
2012-12-11Fix issue reported in #32174: IK solver stretch was less stable after a code ...Brecht Van Lommel
2012-12-11Fix OS X warning on startup about using deprecated function, when building ag...Brecht Van Lommel
2012-12-11minor speedup - replace use of smallhash with api_flags for BM_edge_split()Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11own cleanup commit in bmesh branch - removed last letters from ends of some c...Campbell Barton
2012-12-11was using max short on a float in EDBM_face_find_nearest()Campbell Barton
2012-12-11use const char for display deviceCampbell Barton
2012-12-11code cleanup: neareast -> nearestCampbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-12-11Fix some RNA subtypes for collections' active/active_index props (some PROP_P...Bastien Montagne
2012-12-11switch BLI_ghashutil_strhash() to "djb" hash (as used by glib),Campbell Barton
2012-12-11unfreeze blender, back to bcon1Campbell Barton
2012-12-11Bugfix [#33467] Fluid Simulations Speed factor animated wrong resultDaniel Genrich
2012-12-11Fix #33476: cycles environment texture not showing image sequence options pro...Brecht Van Lommel
2012-12-11OSL install deps script: set STOP_ON_WARNING to OFF to disable -Werror.Brecht Van Lommel
2012-12-11Fix game player still not using fast GPU mipmap generation, user preferencsBrecht Van Lommel
2012-12-11Splash template XCF file for Gimp.Brecht Van Lommel
2012-12-11cmake wouldn't build since it was missing files added in r52858.Campbell Barton
2012-12-11update api changelogCampbell Barton
2012-12-10Audaspace:Joerg Mueller
2012-12-10Fix for maya keymapSergey Sharybin
2012-12-10Splash screen for 2.65, created by Jordan Schur.Brecht Van Lommel
2012-12-10Fix cycles OSL + AO enabled in world settings not working correct.Brecht Van Lommel
2012-12-102.65 commit: version bumpSergey Sharybin
2012-12-10Fix shader nodes Normal node not showing right direction choosing widget.Brecht Van Lommel
2012-12-10CMake: fix numpy install not getting properly disabled when numpy was not found.Brecht Van Lommel
2012-12-10fix for knife when clipping was enabled, The knife would not snap to edges/ve...Campbell Barton
2012-12-10fix for knife tool when the mouse was moved outside the clipped area the mous...Campbell Barton
2012-12-10knife tool was incorrectly moving points into worldspace, then checking clipp...Campbell Barton
2012-12-10de-duplicate labda_PdistVL2Dfl() & line_point_factor_v2()Campbell Barton
2012-12-10some of the modal knife key bindings didn't cause a refresh until you moved t...Campbell Barton