Commit History

Author SHA1 Message Date
  Campbell Barton d2e474d043 Cleanup: use trailing commas for multi-line arguments 5 years ago
  Campbell Barton fc37238b17 Cleanup: unused args/vars/imports in bl_operators 5 years ago
  Bastien Montagne 1e935b090b Fix T59774: Lightmap Pack Error: Element-wise multiplication: not supported between 'Quaternion' and 'Vector' types. 6 years ago
  Campbell Barton 05f2caa210 Merge branch 'master' into blender2.8 6 years ago
  Campbell Barton c9e36e5434 Cleanup: unused vars, correct bad (unused) logic 6 years ago
  Dalai Felinto 5dbf9e09a8 UV_OT_lightmap_pack: Distinction between edit and object modes 6 years ago
  Dalai Felinto 2b83b36a30 Multi-Objects: UV_OT_lightmap_pack 6 years ago
  Bastien Montagne a43ebc63fa Merge branch 'master' into blender2.8 6 years ago
  Brecht Van Lommel 4da2acae3a Spelling fixes in comments and descriptions, patch by luzpaz. 6 years ago
  Brecht Van Lommel 31c49493d1 Fix incorrect active object setting in scripts. 6 years ago
  Campbell Barton 09aa799e53 PyAPI: Use annotations for RNA definitions 6 years ago
  Campbell Barton a61480c271 Merge branch 'master' into blender2.8 6 years ago
  Campbell Barton 532c8ac583 Cleanup: pep8 function indentation 6 years ago
  Sergey Sharybin 4ac87d58eb Merge branch 'master' into blender2.8 6 years ago
  Philipp Oeser 4d339f56fe Fix T55278: Lightmap Pack > New Image broken when active object is None 6 years ago
  Campbell Barton 2d3d76693a Cleanup: newlines at EOF for Python modules 6 years ago
  Campbell Barton 1c24c04e60 Remove workspace object mode, reverts changes w/ 2.8 6 years ago
  Campbell Barton 345c6298e9 Object Mode: move to workspace struct 7 years ago
  Campbell Barton bdbf4471a6 TexFace removal part 3 7 years ago
  Campbell Barton 9bdda427e6 PyAPI: remove bpy.utils.register_module() 7 years ago
  Campbell Barton 6533d72056 Fix T48877: Lightmap Pack fails w/ 1-3 faces 8 years ago
  Campbell Barton b2b1d8e290 Cleanup: remove redundant 'object' parent class 10 years ago
  Campbell Barton dd5acaaa6c Correct Python exceptions 10 years ago
  Campbell Barton b21b24573d lots of operator descriptions were incorrectly copy/pasted. 11 years ago
  Campbell Barton 441bb19357 fix [#36081] ngones causes problems with lightmap packing 11 years ago
  Campbell Barton fd35d42bf4 code cleanup: dont use 'bpy.context' when 'context' is available 12 years ago
  Campbell Barton 97d62f0183 style cleanup 12 years ago
  Campbell Barton 0b9be70591 typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_sprintfN when invalid args are given. 12 years ago
  Bastien Montagne 4149ea5f50 Last spell checking (for now). 12 years ago
  Bastien Montagne 63810ffcef Style edit (mostly), use """ for docstrings (not '''). 12 years ago