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-11-24Mesh Modifiers: Added Laplacian DeformAlexander Pinzon
2013-11-20Fix T37543: Multiline 3D Text saved in edit mode breaks on loadCampbell Barton
2013-11-20Transform: Warp tool (rewritten)Campbell Barton
2013-11-19Remove Surface modifier when removing force field from objectSergey Sharybin
2013-11-18Fix T37428: NurbsPath Mesh Deform "Binding" not available or not functionalSergey Sharybin
2013-11-17vertex weights: add weight quantize tool.Campbell Barton
2013-11-16code cleanup: rename flip_side_name to BKE_deform_flip_side_nameCampbell Barton
2013-11-06Quicktime: remove backend with the old quicktime API, and keep the QTKit back...Brecht Van Lommel
2013-11-05Bugfix [#37168] Outliner refresh error after removing constraintsJoshua Leung
2013-11-01Fix [#37266] Skin modifier can't be copied.Bastien Montagne
2013-10-31code cleanup: spellingCampbell Barton
2013-10-29Enable multires bake to level 0Sergey Sharybin
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-22Making real need to remove proxiesSergey Sharybin
2013-10-17Fix #37123: UV editor view does not update when using large facesSergey Sharybin
2013-10-16edits to r60777 - move ED_object_hook_reset_do into BKE object (if RNA needs ...Campbell Barton
2013-10-15Fix #37090: Blender crashes on "Make single user" optionSergey Sharybin
2013-10-15Fix [#37085] Hook modifier work when created with Ctrl+H, but not when create...Bastien Montagne
2013-10-15Added poll function to disable "Remove Shape key from object".Jonathan Williamson
2013-10-10Weight Paint Tools: Add "Subset" option to "Normalize All"Irie Shinsuke
2013-10-09Derivative map bakerSergey Sharybin
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-10-03fix bug in ED_vgroup_subset_from_select_type, setting negative index in boole...Campbell Barton
2013-09-30Fix [#36846] Adding a cloth sim to an object does not make it possible to go ...Bastien Montagne
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-20Images didn't get clear when using multires baker from python scriptSergey Sharybin
2013-09-20Clear color to gray when baking displacement mapSergey Sharybin
2013-09-19fix [#36771] Prevent 'Apply Transform' for Objects with a linked meshCampbell Barton
2013-09-17fix [#36246] Weight tools do not mirror properly in vertex selection mask mode.Campbell Barton
2013-09-17vertex group blend, support for blending multiple groups at once.Campbell Barton
2013-09-17minor renaming (adding related functions in future commits).Campbell Barton
2013-09-16fix [#36537] "Grid Floor Scaling" can have some unexpected behaviour on new o...Campbell Barton
2013-09-16move make_prim_radius_prop into a generic function.Campbell Barton
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-09-08code cleanup: quiet warningsCampbell Barton
2013-09-05add function for rotating linked list so at item is last.Campbell Barton
2013-09-03Apply Scale for EmptiesJoshua Leung
2013-09-02fix odd (intentional) behavior with vertex parent,Campbell Barton
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-08-30Followup for rev59629.Sergey Sharybin
2013-08-29follow up on r59628, setting modes now ensures that other modes exit first,Campbell Barton
2013-08-28warn when applying transformation does nothing, confusion pointed out in [#36...Campbell Barton
2013-08-26Fix [#36308] Custom hotkey "Set Object Mode" - "Object Mode" doesn't work pro...Bastien Montagne
2013-08-23modify closest_to_plane_v3 not to use point-normal form.Campbell Barton
2013-08-21Partial revert of recenr cu->disp merge commitSergey Sharybin
2013-08-19Remove unused argument from utility curve functionsSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-12change to object-smooth poll function, no need to check for active object, ju...Campbell Barton