projects
/
blender.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix T44376: Buttons context, invalid data access
[blender.git]
/
source
/
2015-05-04
Campbell Barton
Fix T44376: Buttons context, invalid data access
tree
|
commitdiff
2015-05-04
Campbell Barton
Cleanup: WM_main_remove_notifier_reference
tree
|
commitdiff
2015-05-04
Campbell Barton
Cleanup: naming for callback wrappers
tree
|
commitdiff
2015-05-04
Campbell Barton
Remove redundant outliner lookup freeing objects
tree
|
commitdiff
2015-05-04
Campbell Barton
Add name argument to data creation API calls
tree
|
commitdiff
2015-05-04
Sybren A. Stüvel
BGE: Added 'ghost' arg to KX_GameObject.suspendDynamics...
tree
|
commitdiff
2015-05-03
Tamito Kajiyama
Fix typos.
tree
|
commitdiff
2015-05-03
Sergej Reich
Rigidbody: Fix viewport update when changing collision...
tree
|
commitdiff
2015-05-03
Bastien Montagne
Fix T44591: Set PBone Group operator did not handled...
tree
|
commitdiff
2015-05-03
Krzysztof Recko
Fix T44185, Fix T44090: hair texture density working...
tree
|
commitdiff
2015-05-03
Brecht Van Lommel
Fix T41739: 3D view solid draw mode missing some materi...
tree
|
commitdiff
2015-05-03
Brecht Van Lommel
Fix T41893: inconsistent color management on sculpt...
tree
|
commitdiff
2015-05-03
Bastien Montagne
Cleanup: rename clear_skin & clear_mask operators to...
tree
|
commitdiff
2015-05-03
Bastien Montagne
Fix T44589: No way to add a skin data layer manualy.
tree
|
commitdiff
2015-05-03
Bastien Montagne
We do need to transform lnors in BKE_mesh_transform...
tree
|
commitdiff
2015-05-02
Gaia Clary
Added name attribute to instance_geometry nodes (reques...
tree
|
commitdiff
2015-05-02
Campbell Barton
BMesh: rip-tool can now split off isolated fans
tree
|
commitdiff
2015-05-02
Campbell Barton
BMesh: utility to split isolated loop regions
tree
|
commitdiff
2015-05-02
Campbell Barton
Cleanup: redundant vars
tree
|
commitdiff
2015-05-02
Porteries Tristan
Fix rna default value in BGE UI.
tree
|
commitdiff
2015-05-02
Campbell Barton
BMesh: rework BM_vert_is_manifold (simplify logic)
tree
|
commitdiff
2015-05-02
Campbell Barton
BMesh: replace radial count with simple checks
tree
|
commitdiff
2015-05-02
Campbell Barton
Sound now returns even if file fails to load
tree
|
commitdiff
2015-05-02
Porteries Tristan
Fix ghash assert during BGE libload.
tree
|
commitdiff
2015-05-02
Campbell Barton
BMesh: BM_mesh_edgesplit
tree
|
commitdiff
2015-05-02
Campbell Barton
BMesh: BM_vert_separate double edge fix
tree
|
commitdiff
2015-05-02
Campbell Barton
BMesh: return error on mesh validate
tree
|
commitdiff
2015-05-02
Campbell Barton
Cleanup: bmesh src/dst order in API args
tree
|
commitdiff
2015-05-02
Campbell Barton
Cleanup: use function attrs for BMesh inline funcs
tree
|
commitdiff
2015-05-01
Brecht Van Lommel
Fix T44353, Fix T43981: random particle distribution...
tree
|
commitdiff
2015-05-01
Brecht Van Lommel
Fix T43711: dual quaternion deform bug with shearing...
tree
|
commitdiff
2015-05-01
Brecht Van Lommel
Auto pack: don't show "No new files have been packed...
tree
|
commitdiff
2015-05-01
Brecht Van Lommel
Fix T44433: print "unknown" rather than "1970-01-01...
tree
|
commitdiff
2015-05-01
Brecht Van Lommel
Fix a couple of harmless compiler warnings.
tree
|
commitdiff
2015-05-01
Bastien Montagne
Fix T44560: Merge Collapse tool - UVs operator panel...
tree
|
commitdiff
2015-05-01
Bastien Montagne
Fix T44577: writing tessellated cddata when we should...
tree
|
commitdiff
2015-05-01
Antony Riakiotakis
Use mono font for metadata
tree
|
commitdiff
2015-05-01
Antony Riakiotakis
Fix T44565 World background artifacts when world shader...
tree
|
commitdiff
2015-05-01
Joshua Leung
Left some debug prints in here...
tree
|
commitdiff
2015-05-01
Joshua Leung
Fix T43867: Clicking outside the viewport exits now...
tree
|
commitdiff
2015-04-30
Campbell Barton
BMesh: correct bmesh_edge_vert_swap
tree
|
commitdiff
2015-04-30
Campbell Barton
BMesh: add bmesh_disk_vert_replace
tree
|
commitdiff
2015-04-30
Campbell Barton
Cleanup: typos
tree
|
commitdiff
2015-04-30
Bastien Montagne
Data transfer - Loop Islands Hell Fixes.
tree
|
commitdiff
2015-04-30
Campbell Barton
UI: use enum for thumbnail size
tree
|
commitdiff
2015-04-30
Campbell Barton
Correct warning
tree
|
commitdiff
2015-04-30
Dalai Felinto
Better fix for T44556: Crash on the World Properties...
tree
|
commitdiff
2015-04-30
Dalai Felinto
Revert "Fix T44556: Crash on the World Properties ...
tree
|
commitdiff
2015-04-30
Campbell Barton
Py/RNA: support to load and remove sounds
tree
|
commitdiff
2015-04-30
Antony Riakiotakis
Fix opengl rendering always looking through camera
tree
|
commitdiff
2015-04-30
Bastien Montagne
Fix T44439: outliner's treestore could keep invalid...
tree
|
commitdiff
2015-04-30
Antony Riakiotakis
Missed this last commit
tree
|
commitdiff
2015-04-30
Antony Riakiotakis
Minor tweaks to make fill and invert support gpixel...
tree
|
commitdiff
2015-04-30
Joshua Leung
Code Cleanup: Simplified insert_keyframe_button and...
tree
|
commitdiff
2015-04-30
Joshua Leung
Code Cleanup: Simplify Clear Keyframes operator's code
tree
|
commitdiff
2015-04-30
Joshua Leung
Fix T44558 - "Clear Keyframes" complains when operating...
tree
|
commitdiff
2015-04-30
Antony Riakiotakis
Fix T44541 aka gigapixel image render support in blender.
tree
|
commitdiff
2015-04-30
Sergey Sharybin
Fix T44556: Crash on the World Properties > Preview
tree
|
commitdiff
2015-04-30
Campbell Barton
View3D: expose size as a distance in units
tree
|
commitdiff
2015-04-29
Campbell Barton
Correct docstring
tree
|
commitdiff
2015-04-29
Campbell Barton
Correct missing break
tree
|
commitdiff
2015-04-29
Campbell Barton
Cleanup: style
tree
|
commitdiff
2015-04-29
Campbell Barton
Fix T44484: Edge-split corrupts mesh
tree
|
commitdiff
2015-04-29
Campbell Barton
BMesh: use BM_face_loop_separate_multi for rip
tree
|
commitdiff
2015-04-29
Campbell Barton
BMesh: add BM_face_loop_separate_multi
tree
|
commitdiff
2015-04-29
Campbell Barton
BMesh: simplify/optimize loop splitting logic
tree
|
commitdiff
2015-04-29
Campbell Barton
BMesh: refactor edge-vert swapping into API call
tree
|
commitdiff
2015-04-29
Campbell Barton
BMesh: minor change to swap-vert api
tree
|
commitdiff
2015-04-29
Dalai Felinto
Fix filename has "new render view" suffix reported...
tree
|
commitdiff
2015-04-29
Bastien Montagne
File browser - change thumbnails size with a slider
tree
|
commitdiff
2015-04-29
Sergey Sharybin
Fix T44132: Crash after open EXR format
tree
|
commitdiff
2015-04-29
Jens Verwiebe
OSX: fix T44533, system_bookmarks not showing utf stand...
tree
|
commitdiff
2015-04-29
Bastien Montagne
Fix typo using interp_v3_v3v3 over float[2] variables...
tree
|
commitdiff
2015-04-29
Antony Riakiotakis
Make sure integer calculation uses large precision
tree
|
commitdiff
2015-04-29
Sergey Sharybin
Remove unused stubs
tree
|
commitdiff
2015-04-29
Bastien Montagne
Cleanup: make grumpy asan happy and do not use `new...
tree
|
commitdiff
2015-04-29
Ines Almeida
fix for double call to update callback in uiTemplateIco...
tree
|
commitdiff
2015-04-29
Ines Almeida
cleanup for uiTemplateIconView
tree
|
commitdiff
2015-04-29
Bastien Montagne
Fix T44542: 'extend selection' editmode tool would...
tree
|
commitdiff
2015-04-29
Dalai Felinto
Multi-View cleanup: using RenderResult->rect* only...
tree
|
commitdiff
2015-04-29
Antony Riakiotakis
Don't check against scene notifier twice
tree
|
commitdiff
2015-04-29
Dalai Felinto
Multi-View: new util functions RE_RenderViewGetById...
tree
|
commitdiff
2015-04-29
Campbell Barton
Add macro BLI_SMALLSTACK_AS_TABLE
tree
|
commitdiff
2015-04-29
Antony Riakiotakis
Use size_t to calculate size of tiles for rendering
tree
|
commitdiff
2015-04-29
Campbell Barton
Correct comment
tree
|
commitdiff
2015-04-29
Campbell Barton
BMesh: optimize edge split
tree
|
commitdiff
2015-04-29
Campbell Barton
BMesh: replace smallhash flag for checking doubles
tree
|
commitdiff
2015-04-29
Campbell Barton
BMesh: avoid over-counting vert-edges
tree
|
commitdiff
2015-04-29
Campbell Barton
Cleanup: headers
tree
|
commitdiff
2015-04-29
Antony Riakiotakis
Revert commit with perspective depth offset, makes...
tree
|
commitdiff
2015-04-28
Dalai Felinto
RenderResult should have a valid view whenever possible
tree
|
commitdiff
2015-04-28
Campbell Barton
Rewind fix for T44505 (leave in ifdef'd)
tree
|
commitdiff
2015-04-28
Campbell Barton
Error in last commit
tree
|
commitdiff
2015-04-28
Campbell Barton
Store bit-depth for reuse, replace loop with shift
tree
|
commitdiff
2015-04-28
Sergey Sharybin
Compilation error fixes for strict compiler flags
tree
|
commitdiff
2015-04-28
Antony Riakiotakis
Fix ortho part of T44505
tree
|
commitdiff
2015-04-28
Tamito Kajiyama
Fix T44404: freestyle crashes blender.
tree
|
commitdiff
2015-04-28
Campbell Barton
disable ARRAY_SIZE fixed length check for Clang
tree
|
commitdiff
2015-04-28
Antony Riakiotakis
Alleviate somewhat the issue of T44505
tree
|
commitdiff
2015-04-28
Campbell Barton
Curves: don't use 'charidx' for regular curves
tree
|
commitdiff
next