projects
/
blender.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Cleanup: sort forward declarations of enum & struct
[blender.git]
/
source
/
blender
/
python
/
2019-01-28
Campbell Barton
Cleanup: sort forward declarations of enum & struct
tree
|
commitdiff
2018-12-20
Campbell Barton
PyAPI: don't truncate enums in exception messages
tree
|
commitdiff
2018-12-18
Campbell Barton
Cleanup: spelling
tree
|
commitdiff
2018-12-13
Campbell Barton
Cleanup: naming (mean -> median) see T47811
tree
|
commitdiff
2018-12-12
Campbell Barton
Cleanup: use colon separator after parameter
tree
|
commitdiff
2018-11-13
Campbell Barton
Cleanup: python doc-strings
tree
|
commitdiff
2018-11-10
Campbell Barton
PyAPI: update keyword list
tree
|
commitdiff
2018-11-09
Campbell Barton
PyAPI: add imports arg to BPY_execute_string
tree
|
commitdiff
2018-11-07
Stefan Werner
Cycles: Added Embree as BVH option for CPU renders.
tree
|
commitdiff
2018-10-17
Bastien Montagne
Expose 'debug_io' flag in bpy.app
tree
|
commitdiff
2018-10-10
Campbell Barton
Cleanup: style (pointers)
tree
|
commitdiff
2018-09-26
Campbell Barton
Cleanup: redundant include
tree
|
commitdiff
2018-09-19
Brecht Van Lommel
Spelling fixes in comments and descriptions, patch...
tree
|
commitdiff
2018-09-19
Campbell Barton
BLI_utildefines: rename pointer conversion macros
tree
|
commitdiff
2018-09-13
Campbell Barton
PyAPI: remove operator methods that leak memory
tree
|
commitdiff
2018-09-13
Campbell Barton
PyAPI: add API call to get an operators type
tree
|
commitdiff
2018-09-13
Campbell Barton
Cleanup: _bpy.ops utility to lookup an operator
tree
|
commitdiff
2018-09-13
Campbell Barton
Cleanup: use PyImport_GetModuleDict
tree
|
commitdiff
2018-09-03
Brecht Van Lommel
Spelling fixes in comments and descriptions, patch...
tree
|
commitdiff
2018-09-03
Campbell Barton
PyAPI: add optional imports to expression eval API
tree
|
commitdiff
2018-09-02
Campbell Barton
Cleanup: comment blocks
tree
|
commitdiff
2018-08-31
Monique Dewanchand
Python: Enable MASS unit in FloatProperty
tree
|
commitdiff
2018-08-31
Campbell Barton
PyAPI: replace checks for invalid input w/ assert
tree
|
commitdiff
2018-08-31
Campbell Barton
C/Python API: Add PyC_RunString_AsIntPtr
tree
|
commitdiff
2018-08-21
Kenneth Perry
Python API: expose missing LAYER_MEMBER property type...
tree
|
commitdiff
2018-08-08
Campbell Barton
Cleanup: indentation
tree
|
commitdiff
2018-08-06
Andrew Hale
PyAPI: Make skin modifier roots settable
tree
|
commitdiff
2018-07-31
Campbell Barton
Cleanup: declare vars or make static
tree
|
commitdiff
2018-07-31
Campbell Barton
BLF: replace global aa pref w/ monochrome flag
tree
|
commitdiff
2018-07-30
Campbell Barton
Cleanup: id-property creation
tree
|
commitdiff
2018-07-27
Campbell Barton
Fix Vector.project crash w/ >4 length vectors
tree
|
commitdiff
2018-07-16
Philipp Oeser
Fix T55944: fbx export error with smoothing face
tree
|
commitdiff
2018-07-16
Philipp Oeser
Fix T55527: creating a Quaternion without args should...
tree
|
commitdiff
2018-07-12
Campbell Barton
PyAPI: add undo redo handlers
tree
|
commitdiff
2018-07-12
Campbell Barton
Fix PyRNA class registration w/ Python 3.7
tree
|
commitdiff
2018-07-07
Campbell Barton
Cleanup: pep8
tree
|
commitdiff
2018-07-06
Campbell Barton
PyDrivers: update bytecode check for Python3.6
tree
|
commitdiff
2018-07-03
Campbell Barton
Cleanup: pep8
tree
|
commitdiff
2018-07-02
Campbell Barton
Cleanup: use bool for poll functions
tree
|
commitdiff
2018-07-01
Campbell Barton
RNA: use bool for boolean RNA types
tree
|
commitdiff
2018-06-29
Campbell Barton
Cleanup: trailing newlines
tree
|
commitdiff
2018-06-26
Campbell Barton
PyAPI: add ImBuf.copy
tree
|
commitdiff
2018-06-26
Campbell Barton
PyAPI: move deep-copy args check to py_capi_utils
tree
|
commitdiff
2018-06-22
Bastien Montagne
Cleanup: get rid of last G.main's in bpy area.
tree
|
commitdiff
2018-06-17
Campbell Barton
Python: Allow untrusted py-drivers to run limited expre...
tree
|
commitdiff
2018-06-17
Campbell Barton
Cleanup: BLI path extension API
tree
|
commitdiff
2018-06-17
Campbell Barton
Cleanup: use clamp_* from BLI_math (replace macro)
tree
|
commitdiff
2018-06-13
Bastien Montagne
Cleanup: get rid of last G.main in BMesh code.
tree
|
commitdiff
2018-06-12
Campbell Barton
WM: remove sloppy region type access
tree
|
commitdiff
2018-06-12
Campbell Barton
WM: rename BKE_regiontype_from_id
tree
|
commitdiff
2018-06-12
Bastien Montagne
Fix T55452: Crash on saving with visible particle system.
tree
|
commitdiff
2018-06-08
Bastien Montagne
Cleanup: getting rid of G.main.
tree
|
commitdiff
2018-06-07
Bastien Montagne
Cleanup: remove moar G.main usages.
tree
|
commitdiff
2018-06-07
Campbell Barton
Python API: Initial 'imbuf' API
tree
|
commitdiff
2018-06-05
Bastien Montagne
Cleanup: use new accessors to blendfile path (Main...
tree
|
commitdiff
2018-06-04
Campbell Barton
Cleanup: strip trailing space in Python module
tree
|
commitdiff
2018-06-01
Campbell Barton
Cleanup: trailing whitespace (comment blocks)
tree
|
commitdiff
2018-05-28
Ray Molenkamp
Windows: Add support for building with clang.
tree
|
commitdiff
2018-05-07
Bastien Montagne
Fix T54966: mathutils.noise.voronoi Memory leak
tree
|
commitdiff
2018-05-05
Campbell Barton
IDProp API: add native C repr function
tree
|
commitdiff
2018-05-05
Campbell Barton
PyAPI: add pop method to RNA struct types
tree
|
commitdiff
2018-05-05
Campbell Barton
IDProp Py API: Add default argument to pop
tree
|
commitdiff
2018-05-04
Campbell Barton
IDProp API: expose repr utility function
tree
|
commitdiff
2018-05-03
Campbell Barton
Fix T54927: BMesh Py error w/ select history slice
tree
|
commitdiff
2018-04-17
Dalai Felinto
bpy consistency fix handler_add(handle)
tree
|
commitdiff
2018-04-02
Campbell Barton
PyAPI: Add PyC_Tuple_Pack_F64 utility
tree
|
commitdiff
2018-04-02
Campbell Barton
Cleanup: newlines left in messages
tree
|
commitdiff
2018-04-02
Campbell Barton
Logging: use for Python API
tree
|
commitdiff
2018-04-01
Campbell Barton
Correct accidental changes by C Logging addition
tree
|
commitdiff
2018-03-30
Campbell Barton
C Logging: use instead of printf for messages
tree
|
commitdiff
2018-03-29
Aaron Carlisle
PyDocs: Adde link to Wikipedia page for mathutils.Euler...
tree
|
commitdiff
2018-03-19
Jeroen Bakker
Fixed typo Python API
tree
|
commitdiff
2018-03-18
Campbell Barton
mathutils: replace interp w/ blend when standalone
tree
|
commitdiff
2018-03-16
Sergey Sharybin
Depsgraph: Support colored addresses in debug prints
tree
|
commitdiff
2018-03-12
Sergey Sharybin
Depsgraph: Make timing profile a command line option
tree
|
commitdiff
2018-02-21
Sergey Sharybin
Depsgraph: Split debug flags
tree
|
commitdiff
2018-02-19
Campbell Barton
Fix T54098: Crash existing /w dyntopo sculpt
tree
|
commitdiff
2018-02-18
Campbell Barton
Cleanup: add 2d suffix to BLI files
tree
|
commitdiff
2018-02-15
Campbell Barton
Cleanup: use '_len' instead of '_size' w/ BLI API
tree
|
commitdiff
2018-02-08
Sergey Sharybin
Remove Carve boolean
tree
|
commitdiff
2018-01-18
Sybren A. Stüvel
Improved docstring of mathutils.Matrix.lerp()
tree
|
commitdiff
2018-01-18
Sybren A. Stüvel
Improve docstring for mathutils.Matrix.decompose()
tree
|
commitdiff
2018-01-16
Campbell Barton
Cleanup: indentation
tree
|
commitdiff
2018-01-15
Campbell Barton
RNA: Add RNA_property_string_set_bytes
tree
|
commitdiff
2018-01-12
Campbell Barton
Fix bmesh.utils.face_join arg parsing
tree
|
commitdiff
2017-12-11
Campbell Barton
DNA/RNA: add 'py_instance' for ID types
tree
|
commitdiff
2017-12-04
Campbell Barton
Cleanup: style
tree
|
commitdiff
2017-11-29
Campbell Barton
Cleanup: rename bpy_util -> bpy_capi_utils
tree
|
commitdiff
2017-11-29
Campbell Barton
PyAPI: add function to check any mathutils type
tree
|
commitdiff
2017-11-29
Julian Eisel
RNA: Allow structs to define tags for their properties
tree
|
commitdiff
2017-11-29
Campbell Barton
PyAPI: PyC_Err_PrintWithFunc utility function
tree
|
commitdiff
2017-11-14
Campbell Barton
Cleanup: order BLI before BKE headers
tree
|
commitdiff
2017-11-12
Campbell Barton
BMesh Py API: Expose color alpha
tree
|
commitdiff
2017-10-27
Campbell Barton
Docs: clarify return value for BVH API
tree
|
commitdiff
2017-10-24
Campbell Barton
Fix BMesh PyAPI internal flag clearing logic
tree
|
commitdiff
2017-10-23
Campbell Barton
Docs: improve bmesh exception message
tree
|
commitdiff
2017-10-20
Campbell Barton
Cleanup: redundant casts
tree
|
commitdiff
2017-10-18
Campbell Barton
Cleanup: Use const for RNA EnumPropertyItem args
tree
|
commitdiff
2017-10-17
Germano
Fix T53074: Use the pybuffer->itemsize to get the corre...
tree
|
commitdiff
2017-10-15
Bastien Montagne
Fix bad 'poll' prop callback API doc.
tree
|
commitdiff
next