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-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-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-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: RGB and Vector Curves nodes now supported, with the limitation that theBrecht Van Lommel
2012-12-11RNA: add Window x/y position and size access.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-11Fix #33476: cycles environment texture not showing image sequence options pro...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-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
2012-12-10revert most of r52820 (patch to fix [#33452]), this caused a regression in te...Campbell Barton
2012-12-10fix for copying markers to other scenes not working with 10 or more scenes. R...Campbell Barton
2012-12-09Fix #33454: cycles wasn't hiding the original object used for dupliverts orBrecht Van Lommel
2012-12-09Bugfix: softshadow in menus was broken.Ton Roosendaal
2012-12-09Fix for Render Layers node: when sockets are hidden (by 'hide unused sockets'...Lukas Toenne
2012-12-09fix [#33442] UnitsCampbell Barton
2012-12-09style cleanupCampbell Barton
2012-12-09patch [#33452] Double click select does not work properly + patchCampbell Barton
2012-12-08bmesh toolflags would use BLI_MEMPOOL_SYSMALLOC when reducing layers only (wo...Campbell Barton
2012-12-08fix [#33438] Bevel modifier "angle" mode is brokenCampbell Barton
2012-12-08ifdef out dynstr so mathutils can be compiled as an external module again.Campbell Barton
2012-12-07Bevel: fix 'causing artifacts' bug 33245.Howard Trickey
2012-12-07Fix missing mapping and influence panel for particles when cycles is selectedBrecht Van Lommel
2012-12-07Fix bug #33176: Deactivating both position and rotation target from iTaSC IK-...Benoit Bolsee
2012-12-07fix for texture_slot path, would give incorrect path when used with brushes w...Campbell Barton
2012-12-07Fix #33433: Importing video files into movie clip editor crashes BlenderSergey Sharybin
2012-12-06fix [#31084] Dynamic Paint Blender File Crashes Blender.Campbell Barton
2012-12-06Fix #33421: collada import of a mesh with loose edges did not draw the edges ...Brecht Van Lommel
2012-12-06fix playanim - up/down keys were not stepping 10 frames as intended.Campbell Barton