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-15display active vertex in weight paint mode. also correct NULL free.Campbell Barton
2013-06-15added basic utility functions for working with mselect (selected mesh elements)Gaia Clary
2013-06-14fix for building c++ rna api with recently added smoothgroup api call.Campbell Barton
2013-06-14expose smooth group calculation to python as Mesh.calc_smooth_groups()Campbell Barton
2013-06-14utility function for calculating smooth groups from sharp edges: BKE_mesh_cal...Campbell Barton
2013-06-14utility function BKE_mesh_edge_poly_map_create(), currently unused.Campbell Barton
2013-06-14code cleanup: reduce pointer indirection for mesh-map creation functions.Campbell Barton
2013-06-14code cleanup: make_edges_mdata() reduce some sign conversion, pointer indirec...Campbell Barton
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-12Track Position node now could output absolute position of track at a given frameSergey Sharybin
2013-06-12Remove magic constants from Track Position node RNA code.Sergey Sharybin
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-10Python script auto-execution changes:Campbell Barton
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