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-03-01Merged changes in the trunk up to revision 44561.Tamito Kajiyama
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-29Fix #30328: Crash when using edge slideSergey Sharybin
2012-02-29Refactor of proxies build operatorsSergey Sharybin
2012-02-29Code cleanup: replace a few macros in CCGSubSurf with inline functions.Nicholas Bishop
2012-02-29Code cleanup for the neighbor_average() sculpt function.Nicholas Bishop
2012-02-29Fix a couple typos in comments.Nicholas Bishop
2012-02-28Code Cleanup:Campbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-28fix for issue reported in bug [#30381], though it doesn't deal with the crash.Campbell Barton
2012-02-28Remove DerivedMesh.getFaceMap and create_vert_face_map().Nicholas Bishop
2012-02-28BMesh: use MPoly rather than MFace in multiresModifier_base_applyNicholas Bishop
2012-02-28bmesh code cleanup - remove most of BKE_bmesh and remove BKE_bmeshCustomData.h.Campbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
2012-02-27Implements a new operator for detaching nodes. In the process i overhauled th...Lukas Toenne
2012-02-27minor bmesh api naming edits.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-27fix for emitting particles (needed tessfaces).Campbell Barton
2012-02-27Code cleanup, remove redefinition of UNUSED macro.Nicholas Bishop
2012-02-26replace bmesh_error with macro that gives the file/line/func the error happen...Campbell Barton
2012-02-26Fix #30337: missed Set Origin for MetaballSergey Sharybin
2012-02-26Fixed for selected bundles drawing in 3D viewport:Sergey Sharybin
2012-02-26Style cleanup: remove underscore prefix from CCG struct names.Nicholas Bishop
2012-02-26Code cleanup: clarify multiresModifier_disp_run modes.Nicholas Bishop
2012-02-26Merged changes in the trunk up to revision 44436.Tamito Kajiyama
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-25bugfixCampbell Barton
2012-02-25Merged changes in the trunk up to revision 44419.Tamito Kajiyama
2012-02-24Blender should now compile fine with older FFmpeg libraries used.Sergey Sharybin
2012-02-24change default name of Texture face layer to UVMap, while we fake UV's and te...Campbell Barton
2012-02-24Changes in FFV1 codec settingsSergey Sharybin
2012-02-23bmesh api cleanup, remove unused header.Campbell Barton
2012-02-23Code cleanup: replace some common CCG operations with functions.Nicholas Bishop
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-02-23Armature pose evaluation: more factorization of code.Bastien Montagne
2012-02-22More style edits (adding a space between statements and parenthesis, if (foo)...Bastien Montagne
2012-02-22bmesh python api change in internal behavior.Campbell Barton
2012-02-22Style code cleanup and consistancy (mainly spaces around assignements, C++ co...Bastien Montagne
2012-02-22Fixed compilation error after recent node commit.Sergey Sharybin
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2012-02-22Stitch tool fully functional again. Many thanks to Howard Trickey for proposi...Antony Riakiotakis
2012-02-21change UvElement to directly use BMLoop * instead of tfindex. This saves quit...Antony Riakiotakis
2012-02-21Remove unused code left from old multires interpolation stuffSergey Sharybin
2012-02-21Flip displacement direction after interpolation in bmesh_loop_interp_mdispsSergey Sharybin
2012-02-21Fix part of #30272: cycles preview render not updating when changing particleBrecht Van Lommel
2012-02-21Fix #30270, #30265: cycles not displaying textured objects, and not renderingBrecht Van Lommel
2012-02-21Camera tracing: search area was always centered to marker's position when tra...Sergey Sharybin
2012-02-21fix [#30264] B-Mesh: Crash when unwrapping ngon mesh with Smart UV projectCampbell Barton
2012-02-21Merged changes in the trunk up to revision 44288.Tamito Kajiyama