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
2013-06-02Better API design for making text datablocks after loading.Tamito Kajiyama
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-06-01style cleanupCampbell Barton
2013-05-31Fix #35581: Crash when using Track RefineSergey Sharybin
2013-05-31improve edgering subdivide curvature calculations (calculate length projected...Campbell Barton
2013-05-31units: display 0.5mm rather then 500um, nicer when dealing with very small si...Campbell Barton
2013-05-30remove CD_MASK_NORMAL from CD_MASK_DERIVEDMESH, bmesh merge included this but...Campbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-30fix debug derived mesh print function, layers in the customdata that were NUL...Campbell Barton
2013-05-30Fix #35570, old group nodes with empty socket name strings crash. The identif...Lukas Toenne
2013-05-30Motion tracking: automatic keyframe selectionSergey Sharybin
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-29Set the NODE_OPTIONS flag for all nodes by default. If the node type has no o...Lukas Toenne
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-28code cleanup: remove old/unused bmesh bevel transform mode, remove commented ...Campbell Barton
2013-05-28fix for missing normalize with recent optimizations.Campbell Barton
2013-05-28Fix #35513: Multires modifier normal corruption on apply baseSergey Sharybin
2013-05-28Fix: smoke initial velocity didn't work with the new custom size particles.Miika Hamalainen
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-05-28fix [#35544] Boids Segfault of frame advance using cursor keysCampbell Barton
2013-05-28optimize mirror merging, remove array reallocation, replace with fixed size a...Campbell Barton
2013-05-27Particles: patch #35205 by Jakub ZolcikBrecht Van Lommel
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-26code cleanup: typosCampbell Barton
2013-05-25code cleanup: typo and stop manpage turning '$' into italic.Campbell Barton
2013-05-25fix [#35500] Material Copy Crash on specific scenesCampbell Barton
2013-05-24fix own error in r56649, caused normal calculation to fail, reported as [#354...Campbell Barton
2013-05-23Cycles / Toon BSDF:Thomas Dinges
2013-05-23Masks api improvementsSergey Sharybin
2013-05-23Fix #35449: image sequences to drive e.g. particle length or used in modifiersBrecht Van Lommel
2013-05-23wrong list member size for memory setting(was too short)Gaia Clary
2013-05-22Shader Nodes:Thomas Dinges
2013-05-21Fix: Smoke adaptive domain applied velocity in wrong unit space causing high ...Miika Hamalainen
2013-05-21code cleanup: remove callbacks only added to wrap MEM_freeNCampbell Barton
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-20Fix: smoke noise tile was saved in Blender executable directory, which is oft...Miika Hamalainen
2013-05-20Cycles / Wireframe node:Thomas Dinges
2013-05-19fix memory corruption: allocated memory space did not match the needed spaceGaia Clary
2013-05-19fix for mistake in r56903Campbell Barton
2013-05-19Fix for last fix, compile error in smoke code.Brecht Van Lommel
2013-05-19Fix #35407: different particle behavior compared to 2.66, reverted part of 56...Brecht Van Lommel
2013-05-18Optimizations for dyntopoCampbell Barton
2013-05-18Fix #35404: crash in file save with python code that accesses mesh from panel.Brecht Van Lommel
2013-05-17Smoke simulator: Add flow subframes and ability to set custom particle size.Miika Hamalainen
2013-05-17Bug fix, own collection.Ton Roosendaal
2013-05-16Fix #35388, grouped nodes not editable in properties ui.Lukas Toenne
2013-05-15use bool arrays rather then char for weight paint lock/select arraysCampbell Barton
2013-05-15Fix slow resizing of ID property arrays with more than 1619 items, it incorre...Brecht Van Lommel