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-12Holiday coding log :)Ton Roosendaal
2012-12-12RNA properties for width and height of nodes.Lukas Toenne
2012-12-12Fix for range checks in generated RNA functions. The code was skipping the va...Lukas Toenne
2012-12-12Fix error compiling in debug build, should test #ifndef NDEBUG instead ofBrecht Van Lommel
2012-12-12fix for another crash in r52911Campbell Barton
2012-12-12edge slide: skip creating BMBVHTree when its not used.Campbell Barton
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12fix for crash in own commit r52911Campbell Barton
2012-12-12Fix related to #33480: for blender internal volume rendering, the camera insideBrecht Van Lommel
2012-12-12fix [#33489] Scaling normals with Alt (maintains shell thickness) producing w...Campbell Barton
2012-12-12move edge split into its own function which can be called by the modifier wit...Campbell Barton
2012-12-12Fix for menu context. The menu draw function context did not inherit the cust...Lukas Toenne
2012-12-12Fix for misleading doc string of panel header options.Lukas Toenne
2012-12-12Toolbar region for the node editor. This region is, for now, empty and hidden...Lukas Toenne
2012-12-12Sequencer: add textured solid option for opengl previewSergey Sharybin
2012-12-12use header only tags for edge split (to prepare to move this into tools/)Campbell Barton
2012-12-12Revert recent workaround for sequencer, it'll only work in casesSergey Sharybin
2012-12-12Bug fix [#33492] Right click on 'confirm reload' crashesTon Roosendaal
2012-12-12Sequencer old todo: inserting keyframes with preview opened didn't workSergey Sharybin
2012-12-12Use own list of actions for Vertex Group Lock operator instead of reusing Sel...Sv. Lockal
2012-12-12revert recent code cleanup which introduced const parametersGaia Clary
2012-12-12fix for EDBM_index_arrays_ensure not working as intended.Campbell Barton
2012-12-12add threshold for bmesh & openmp so its not used with low poly meshes, BM_OMP...Campbell Barton
2012-12-12add destructive argument to bmesh.update_edit_mesh()Campbell Barton
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