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-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
2013-08-08Fix #36383: add object to group check for dependency cycles did not work corr...Brecht Van Lommel
2013-08-07quiet shadow warnings and remove redundant NULL checkCampbell Barton
2013-08-06replace mul_serie_m4 with mul_m4_m4m4 when only 3 args are givenCampbell Barton
2013-08-04code cleanup: remove unused define, correct header guard mismatch, add NULL c...Campbell Barton
2013-08-04add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints fr...Campbell Barton
2013-07-31Use bool instead of int.Sergey Sharybin
2013-07-31Fix #36302: Multires baking to zero 0 was showing error but still was bakingSergey Sharybin
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-28remove unneeded NULL checks, add one for give_matarar() return value.Campbell Barton
2013-07-27remove unused code from object convert and indent.Campbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-22transform was flushing the selection (inline), now skip this and use the sele...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19patch [#35789] Quick hack more/less tool for latticesCampbell Barton
2013-07-19patch [#36032] Quick Hack lattice random selectionCampbell Barton
2013-07-16Style cleanup of UI messages.Bastien Montagne
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-15fix [#36107] Moving origin of instanced objects doesn't work properlyCampbell Barton
2013-07-13fix for misc errorsCampbell Barton
2013-07-10fix for possible bug with compilers that dont have boolean support.Campbell Barton
2013-07-09fix for error in vertex_group_vert_select_unlocked_poll, check for non existi...Campbell Barton
2013-07-05Changed default setting for transfer weights to Group:AllGaia Clary
2013-07-05Added generic function to Sync pose bone with active vgroup. For use in Weigh...Gaia Clary
2013-07-05replaced OPERATOR_CANCELLED by OPERATOR_FINISHED to get the redo panel for Tr...Gaia Clary
2013-07-04missed change needed in r58003, wasn't selecting source group properly.Campbell Barton
2013-07-04changes to weight paint transferCampbell Barton
2013-07-04Fix #35997: add armature > single bone, then change location or rotation wouldBrecht Van Lommel
2013-07-04rename poll functions from r57986, also no need to count the list to check if...Campbell Barton