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-07-25adjust createSpaceNormalTangent so it can take values from a matrix without h...Campbell Barton
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19patch [#35789] Quick hack select more/less tool for armaturesCampbell Barton
2013-07-16move ED_armature_edit_bone_select() into a more general utility function so v...Campbell Barton
2013-07-16fix for the tip of the bones without connected children de-selecting when ent...Campbell Barton
2013-07-15allow deselection when bones BONE_UNSELECTABLE flag is set (lasso/box/circle ...Campbell Barton
2013-07-15fix [#36128] Not deselect all bone when I press the A button in edit modeCampbell Barton
2013-07-11fix [#36099] Undo crashes on an armature with ID-PropertiesCampbell Barton
2013-07-10patch [#36078] Fixes joining behavior for curves and armatures (when active o...Campbell Barton
2013-07-04Fix #35997: add armature > single bone, then change location or rotation wouldBrecht Van Lommel
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-27IK plugin range check was wrong, could do out of bounds reads.Campbell Barton
2013-06-10fix [#35670] Selectionmode LMB dont change the controlling for putting curve ...Campbell Barton
2013-06-08Fix #35671: automatic armature weights assignment crashed with an empty mesh.Brecht Van Lommel
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-11only use OSKEY as a replacement for CTRL on Apple (was already the case in ma...Campbell Barton
2013-05-10Fix #35267: cmd+v, cmd+c on OS X for copy/paste worked in some editors like t...Brecht Van Lommel
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-04-23fix [#35007] clipping border errorCampbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-13code cleanup: use `const char` for args and replace wm_keyconfig_list_find() ...Campbell Barton
2013-04-05code cleanup: include orderCampbell Barton
2013-04-03use floats for transform snapping distance comparisonsCampbell Barton
2013-03-31style cleanupCampbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-21Bugfix [#34688] Auto-Keying doesn't include custom properties when pasting posesJoshua Leung
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-11code cleanup:Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08[#34541] Sketching bones created bones with 0 radius for envelopeJoshua Leung
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-02fix [#34486] Selection of bones in armature edit mode only toggles between tw...Campbell Barton
2013-02-28code cleanup: includesCampbell Barton
2013-02-28fix for linking with recent armature refactor, was also missing file from CMa...Campbell Barton
2013-02-28Renaming the remaining PoseMode files for consistency (camelCase toJoshua Leung
2013-02-28Properly prefixing name of exproted armature APIJoshua Leung