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-13code cleanup: also fix crash in GPU_state_print(). and confine to debug mode ...Campbell Barton
2013-06-13Added NULL check for socket type make_socket_interfaceSergey Sharybin
2013-06-13fix for problem with creating weight-paint preview.Campbell Barton
2013-06-12Cleaned code a bit around 2D stabilizationSergey Sharybin
2013-06-12Bugfix [#35668] Tooltip for Euler Discontinuity Filter was misleadingJoshua Leung
2013-06-12Fix #35703, Viewer node doesn't updates image sometimes. The viewer node was ...Lukas Toenne
2013-06-12solidify: dont add poly-normal layer to the derived mesh, since this is no lo...Campbell Barton
2013-06-12Supplementary fix for #35640, internal node group trees (inside material, lam...Lukas Toenne
2013-06-11Cycles / Wavelength to RGB node:Thomas Dinges
2013-06-10Changes to mask evaluationSergey Sharybin
2013-06-10Fix #35653: manual texture space location and size not working in cycles view...Brecht Van Lommel
2013-06-10fix [#35691] Context Override replaces instead of overridesCampbell Barton
2013-06-10Bugfix [#35382] NLA "Multiply" Blend Mode calculated incorrectlyJoshua Leung
2013-06-10Made blender compilable with strict flags again.Sergey Sharybin
2013-06-10Bugfixes [#35263], [#35382] NLA Animated Influence is ignored if strips belowJoshua Leung
2013-06-10code cleanup: use boolean for intersection functions.Campbell Barton
2013-06-10Cycles / Wavelength to RGB node:Thomas Dinges
2013-06-10patch [#35631] Active element for LatticeCampbell Barton
2013-06-09Code cleanup: removed some unused UI button typesBrecht Van Lommel
2013-06-09jpbouza Feature Request: Transformation Constraint now allows applies rotationJoshua Leung
2013-06-06style cleanupCampbell Barton
2013-06-05Fix for own mistake in r57252, needs to unset id.lib of the newly copied tree...Lukas Toenne
2013-06-05Fix #35640, part 1. Set the id.lib pointer for nested bNodeTree data blocks i...Lukas Toenne
2013-06-04Fix #35622: applying modifiers did not give correct smooth shading normalsBrecht Van Lommel
2013-06-04use vla's if supported as replacement to BLI_array in subsurf code.Campbell Barton
2013-06-04reduce signed/unsigned conversion in subsurf.Campbell Barton
2013-06-03Fix #35610: Multiresolution Modifier Complains About Sculpt ModeSergey Sharybin
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
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