kopia lustrzana https://github.com/vilemduha/blendercam
				
				
				
			Merge branch 'master' of https://github.com/vilemnovak/blendercam into ISOsettings
						commit
						cb83dfa88d
					
				| 
						 | 
					@ -613,16 +613,16 @@ class CAM_OPTIMISATION_Panel(CAMButtonsPanel, bpy.types.Panel):
 | 
				
			||||||
						layout.prop(ao,'use_exact')
 | 
											layout.prop(ao,'use_exact')
 | 
				
			||||||
						if ao.use_exact:
 | 
											if ao.use_exact:
 | 
				
			||||||
							layout.prop(ao,'exact_subdivide_edges')
 | 
												layout.prop(ao,'exact_subdivide_edges')
 | 
				
			||||||
					#if not ao.use_exact or:
 | 
										if exclude_exact or not ao.use_exact:
 | 
				
			||||||
					layout.prop(ao,'pixsize')
 | 
											layout.prop(ao,'pixsize')
 | 
				
			||||||
					layout.prop(ao,'imgres_limit')
 | 
											layout.prop(ao,'imgres_limit')
 | 
				
			||||||
						
 | 
											
 | 
				
			||||||
					sx=ao.max.x-ao.min.x
 | 
											sx=ao.max.x-ao.min.x
 | 
				
			||||||
					sy=ao.max.y-ao.min.y
 | 
											sy=ao.max.y-ao.min.y
 | 
				
			||||||
					resx=int(sx/ao.pixsize)
 | 
											resx=int(sx/ao.pixsize)
 | 
				
			||||||
					resy=int(sy/ao.pixsize)
 | 
											resy=int(sy/ao.pixsize)
 | 
				
			||||||
					l='resolution:'+str(resx)+'x'+str(resy)
 | 
											l='resolution: '+str(resx)+' x '+str(resy)
 | 
				
			||||||
					layout.label( l)
 | 
											layout.label( l)
 | 
				
			||||||
					
 | 
										
 | 
				
			||||||
				layout.prop(ao,'simulation_detail')
 | 
									layout.prop(ao,'simulation_detail')
 | 
				
			||||||
				layout.prop(ao,'circle_detail')
 | 
									layout.prop(ao,'circle_detail')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Ładowanie…
	
		Reference in New Issue