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-01-14Fix #33863: cycles viewport render crash entering edit mode on an object withBrecht Van Lommel
2013-01-08style cleanupCampbell Barton
2013-01-04fix [#33742] Solidify - Material index problemCampbell Barton
2013-01-04code cleanup: warningsCampbell Barton
2013-01-03change limited dissolve angle limit default from 15 -> 5 deg. since 15deg is ...Campbell Barton
2013-01-03fix [#33682] Animation not updated when the active shape index isnt setCampbell Barton
2013-01-02Fix [#33189] AFTER 2.65 - Units in doc strings in ocean modifier.Bastien Montagne
2012-12-29style cleanupCampbell Barton
2012-12-28Add 'vertex_only' option to bevel tool.Howard Trickey
2012-12-23code cleanupCampbell Barton
2012-12-18Minor tweaks to some UI messages...Bastien Montagne
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-14style cleanupCampbell Barton
2012-12-14UV Warp Modifier:Campbell Barton
2012-12-12move edge split into its own function which can be called by the modifier wit...Campbell Barton
2012-12-12use openmp to thread some common bmesh operationsCampbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-05add a message when solidify is used with only-edges, this isn't properly supp...Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-28fix [#33320] Decimate modifer in collapse is inconsistent when limiting to a ...Campbell Barton
2012-11-26use more rigid type checking for bmesh slot subtypes.Campbell Barton
2012-11-23Bugfix [#29186] Object contribute to fluid sim animation start earlier than k...Daniel Genrich
2012-11-22Fix #33264: Array MOD First Last option does nothingSergey Sharybin
2012-11-21revert r52399, fix for [#33217], will look into a different fixCampbell Barton
2012-11-20bmesh operator api:Campbell Barton
2012-11-20Fix #33217, mirror modifier edges missing in wireframe mode.Antony Riakiotakis
2012-11-20Skip CDDM_calc_edges since it's a costly operation. Instead make sureAntony Riakiotakis
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-20bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_a...Campbell Barton
2012-11-20fix for changes in own recent commit:Campbell Barton
2012-11-20Fix #33237, crash creeped in due to the fact that bmesh-operator-using modifi...Antony Riakiotakis
2012-11-20Triangulate modifierAntony Riakiotakis
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-11-18Request from Riggers/Animators at BlenderPRO:Joshua Leung
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-11-18fix for skin modifier calling rotate_normalized_v3_v3v3fl with a non unit len...Campbell Barton
2012-11-18bmesh: move internal API flags out of BMFlagLayer, into BMHeader which was be...Campbell Barton
2012-11-18bevel now only takes manifold edges (so it doesnt need to check for them)Campbell Barton
2012-11-18commented bevel modifier code now calls bevel direct rather then the bevel op...Campbell Barton
2012-11-16minor edits so new bevel operator can be used from the modifier (testing only...Campbell Barton
2012-11-09bmesh refactor - rename some of the BM_****_share_****_count() functions to B...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-30minor improvement to vector api use, replace add, multiply by 0.5 with mid_v3...Campbell Barton
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-29style cleanupCampbell Barton
2012-10-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne
2012-10-27Fix for missing bracket in r51674.Lukas Toenne